Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mark1million

  1. 1 hour ago, flyalaska said:

    Bummer, I need get a host for a few months to get my site ready for php7.

    If you have command shell experience you can get a dedicated vps up and going for $5 a month, use code DOCS10 to get more credit when you sign up.

     

    I have experience with Linode  and they can provide a dev box to work on, you do have to install everything but there are guides to get you going easily, you can deploy install sql server php 7.1 and apache or what ever you like in under 30 minutes. That is what i did to try and figure out phpv2.

  2. For information i found out that the error was.......

     

    Quote

     /etc/apache2/sites-enabled/000-default had the AllowOverride All, but the /etc/apache2/apache2.conf also had the same entry for our web Directory with AllowOverwrite None. So be sure to check both places!

    Changed web directory to "all" so it was allowed to parse the .htaccess file and good to go.

  3. 3 hours ago, web541 said:

    I disagree, I'm running 5.5.x on a PHP 7.0 dev environment locally and I've only had two issues so far, one being that it requires PHP 5.x.x on install and the other being the reCaptcha class needs to be named __construct instead of the class name as it's deprecated in PHP 7.0+.

    As for phpvms 2 on PHP 7.0, https://forum.phpvms.net/topic/24500-phpvms-legacy-support-for-php-7/ is about as far as I know for it. Check your folder permissions and error_log file for any further info.

    I dont know what addons you have nut i have loads of them and custom coded and they will not work, i can run base install no problems but when i start adding addons its all goes to pot.

     

    I have just deployed a new server for testing and working out the new way of phpvms currently in dev, im not going to waste any more time on 5.3, 5.4,  5.5 or 5.6 compatibility, there is just too much work to get it all together.

  4. I am running on 5.6 ok with a bit of messing about, I think my VA's will probably cease when my host goes to php7 as i just can not convert everything i have over. The only option i have is to create a dedicated server with php5.4 or 5.6 and maintain it at that version.

  5. Its not compatible with v7 or 7.1, first change your local config to use mysqli and then you have to debug the rest as you go, some common errors are filing a pirep it errors with no schedule add manually amoungst loads of other issues.

     

    I have not yet been able to run this as a viable option on php v7 or 7.1 I have something running but its far from being an option with all the different addons 

  6. On 06/11/2013 at 2:56 AM, RVF147 said:

    Found the issue. After searching through each file in the "/admin" section, I located on the "action.php" file a line coded as:

    error_reporting(E_ALL ^ E_NOTICE);

    Deleted that line and in its place added:

    ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);

    This fixed all errors I have been having with the admin panel. I seen a post earlier about this line of code to be added to other files but thought i'd try it out with this file and I guess that is all that was needed.

    Attached Picture shows what I did.

    post-7024-0-43653900-1383706613_thumb.png

    Yes good find, this caused a few issues 

×
×
  • Create New...