• Upon updating, and even a fresh install to v2.6 of ABASE, I am getting the following error:

    Plugin could not be activated because it triggered a fatal error.
    Parse error: syntax error, unexpected '[' in /home/medrepsr/public_html/wp/wp-content/plugins/abase/abase_plugin_options.php on line 129

    https://www.ads-software.com/plugins/abase/

Viewing 1 replies (of 1 total)
  • A temporary fix for this problem I used:
    Change line 129 in abase_plugin_options.php FROM:

    $dbhost_=[];$dbname_=[];$dbpwd_=[];$dbuser_=[];$dbfiles_=[];

    TO:
    $dbhost_=array();$dbname_=array();$dbpwd_=array();$dbuser_=array();$dbfiles_=array();

    You are probably using an ‘old’ PHP version on your system.

    You can also upgrade your PHP to the newest version. This will fix the problem permantly.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error on Update/Re-Install’ is closed to new replies.