Quote:
Originally Posted by MarkFL
Another change that needs to be made so that the product settings work within the AdminCP is to edit the file "admincp/arcade.php" to change line 41 to:
PHP Code:
$sql_driver = FUNCTIONS_PATH . "dbclass.php";
|
This file already had the live above as you mentioned.
I also did all the previous changes you mentioned but still getting this error:
Quote:
ERROR: Cannot find database myforums_forums
There is a SQL error.
You can contact the board administrator by clicking here
Error Returned
mySQL query error: SELECT arcade_access, p_require FROM usergroup WHERE usergroupid = 1
mySQL error:
mySQL error code:
Date: Sunday 21st 2017f May 2017 03:20:39 AM
|
and in the error logs the following:
Code:
[21-May-2017 03:09:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; info has a deprecated constructor in /home/username/public_html/forum/arcade.php on line 112
[21-May-2017 03:09:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Arcade has a deprecated constructor in /home/username/public_html/forum/arcade.php on line 341
[21-May-2017 03:09:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FUNC has a deprecated constructor in /home/username/public_html/forum/arcade/functions/functions.php on line 3
[21-May-2017 03:09:31 UTC] PHP Warning: require(./arcade/functions/dbclass_mysqli.php): failed to open stream: No such file or directory in /home/username/public_html/forum/arcade.php on line 161
[21-May-2017 03:09:31 UTC] PHP Fatal error: require(): Failed opening required './arcade/functions/dbclass_mysqli.php' (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/username/public_html/forum/arcade.php on line 161
Any other advice?