Author |
Message |
wtf1982
New Member
Joined: Mar 27, 2016
Posts: 2
|
Posted:
Sun Mar 27, 2016 8:34 pm |
|
New install using PHP 5.4 and MySQL 5.5 (1&1 is my hosting provider).
I am getting this error after trying to save settings after imputing the configuration settings for RavenNuke Core Functionality:
Unable to Update nuke_config table. MySQL reported: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's timezone settings. You are *required* to use the date.timezone setting or the ' at line 1
UPDATE nuke_config set sitename='xxx', nukeurl='http://xxxxx.com', slogan='xxx', startdate='
Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /homepages/38/d615631465/htdocs/INSTALLATION/setup.php on line 182
March 27, 2016', adminmail='zzz@gmail.com'
I also get this when I click on the "Run Ravenstaller MySQL Permissions Check":
Fatal error: Call-time pass-by-reference has been removed in /***/INSTALLATION/classes/dbMysql.class.php on line 42
Thanks for any help.
Sam |
|
|
|
|
neralex
Site Admin
Joined: Aug 22, 2007
Posts: 1774
|
Posted:
Mon Mar 28, 2016 6:59 am |
|
It seems in your php.ini the date.timezone setting was not set.
Do you have access to the php.ini and the webserver (apache2) of your server? |
_________________ Github: RavenNuke |
|
|
|
wtf1982
|
Posted:
Sat Apr 02, 2016 8:24 pm |
|
|
|
|
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm
Joined: Aug 13, 2009
Posts: 1123
|
Posted:
Sun Apr 03, 2016 4:56 am |
|
Code:Log in to your account using [ Only registered users can see links on this board! Get registered or login! ]
Use a text editor to add the following line to the .htaccess file. Replace Region/Zone with your own time zone:
php_value date.timezone 'Region/Zone'
Save the changes to the .htaccess file and exit the text editor.
To verify that the new setting is active, create a PHP test file that contains the following code in the same directory where the .htaccess file is located:
<?php phpinfo(); ?>
|
Let me know if this trick works with if not u will need to contact your hosting... |
|
|
|
|
neralex
|
Posted:
Sun Apr 03, 2016 10:58 am |
|
wtf1982, I would contact your hosting provider before you are tying to solve it. |
|
|
|
|
mike63740
Worker
Joined: Jun 21, 2010
Posts: 102
|
Posted:
Fri Oct 27, 2017 6:00 am |
|
I’m trying to restore RavenNukeV2.51, on the same computer used in 2012 under XAMPP. Except now, I get errors.
1. Fatal error: Call-time pass-by-reference has been removed in
C:\xampp\htdocs\RavenNukeV2.51\html\INSTALLATION\classes\dbMysql.class.php on line 42
2. Unable to Update nuke_config table. MySQL reported: Table 'ravennuke.nuke_config' doesn't exist
I been out of practice for the past few years, but I know RavenNukeV2.51 runs well under XAMPP on this computer. What have I forgot or doing wrong to get errors?
Thanks. |
|
|
|
|
mike63740
|
Posted:
Fri Oct 27, 2017 6:49 am |
|
I just completed: [ Only registered users can see links on this board! Get registered or login! ]
and received this message: You are now ready to proceed to the Setup/Configuration step. Please select Setup to proceed to the next setup step. |
|
|
|
|
neralex
|
Posted:
Sat Oct 28, 2017 5:05 am |
|
Maybe it helps...
[ Only registered users can see links on this board! Get registered or login! ] |
|
|
|
|
|