![]() |
Quote:
Quote:
Quote:
various log files autosave cache, externalcache cpsession datastore indexqueue if you use it mailqueue if you use it plugin as you add and delete add-ons session |
possible to take this backup once in a week to AWS Glacier?
|
I dont know what that is.
This will only backup to a folder on your server. Technically that could be an NFS mapped drive or some other remote system, however, it must appear as a folder or simlink on the server. |
Quote:
|
After 4.2.2 upgrade:
I ran the scheduled task manually, Code:
Warning: Assigning the return value of new by reference is deprecated in ....\includes\cron\cronbackup.php on line 18 |
Open the file, includes\cron\cronbackup.php on line 18, in that file find the following:
Code:
$excludedForums = s$mysqlBackup = &new mysqlBackup($vbulletin->db, $vbulletin->options);; Code:
$mysqlBackup = new mysqlBackup($vbulletin->db, $vbulletin->options); |
Ho ozzy47,
after updating to 4.2.2 I get this error message in addition to the one you fixed already: Quote:
|
Open includes/cron/cronbackup.php and replace.
Code:
@set_magic_quotes_runtime(0); Code:
ini_set("magic_quotes_runtime", 0); |
Hmm, weird... I just upgraded to 4.2.2 from 4.2.0PL3 and the only thing I had to change on line 18 was to omit an "&" from before "new", the rest of the string was identical. And I'm not getting an error on line 13 and mine still says "@set_magic_quotes_runtime(0);".
|
That may be due to your php version.
|
All times are GMT. The time now is 10:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|