![]() |
thx for the mod
and i got some problem after i installed the 3.8 and use this it give database error Code:
Database error in vBulletin 3.8.2: befor i was useing the 3.7 on 3.7 forum but i upgread to 3.8.2 and install that mod and i cant take any back up any more :( any idea ? thx |
how this thing work?, i just installed it but i cant see any menu in my vb admincp [sorry for noob question]
|
Quote:
|
Quick question I am getting this error when I hit run now on the backup job, I am sure I missed somehting but I cant seem to figure it out any help is appericated
An error occured during the Backup : Could not open Destination SQL file for writing. |
Installed and working fine, I created a folder called backup in the same folder as my forum, this differs from one site to the next, it needs to be in the same place as you see the folders for admincp, archive, attachements and so on (The place where you upload all your VB files).
The permissions are set to 755. Make sure the folder is named the same in the mysqlconfig.php file so mine was called backup and my config looked like this Quote:
All the above error means is the mod can not find or write into the folder because is is not named or placed correctly. |
What is the advantage of using this? Isn't this already in 3.8?
|
Quote:
Quote:
It's NOT a manual backup. |
Quote:
|
Guys, I also battled my arse off trying to get this thing to work!
It does - and eventually found it was my folder path for the backup - IT MUST BE CORRECT or it aint gonna work:D Thanks |
$backup['DUMP_PATH'] = './backups/'; // Path to backups folder, must have a trailing slash, folder must be writable.
Automatic Database Backup for vBulletin 3.8 An error occured during the Backup : Could not open Destination SQL file for writing. so must create folder in ftp with name backups or its established realy i need help i must have this becouse i dont have time to backup everyday with maus :) |
Yes, you must create the folder.
|
Quote:
im get this error Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(../backups/2009-Jun-07) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 211 Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(../backups/2009-Jun-07) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 246 Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(../backups/2009-Jun-07) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 257 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../backups/2009-Jun-07/Forum-2009-Jun-07-aaggregate_temp_1227319800.sql) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 153 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../backups/2009-Jun-07/Forum-2009-Jun-07-aaggregate_temp_1227319800.sql) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 163 or this An error occured during the Backup : Could not open Destination SQL file for writing. are sometimes created a folder with the date. has nothing but the error :mad: |
open_basedir is a php security feature on your server, you need to talk to your host.
|
Quote:
|
Installed and works 90% perfectly. Only issue I have is that it does not re-enable my forum once it's done- and that was easily worked around using the config file.
|
i keep getting this error:
PHP Code:
|
You have not created the folder for it to write to or set the permissions correctly.
|
Quote:
Quote:
That error showing because Safe Mod turn on on his server. turn off it and the problem will be solved ;) |
I have this installed on a number of sites, all on the same server, not in safe mode. On one site I forgot to set the folder up properly and that is exactly the same error I got. If something on the server was running in safe mode he would be having all sorts of other issues.
If you look back in this thread the error has been encountered a few times, each time is because the folder that the script writes to is not properly set up. The folder must be in the same folder that has your main vb files in it and be named the same as it is called in the config file and must have the permissions correct. If the above is not done you will get exactly that error. If PHP is in safe mode you will get this error - Code:
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(../backups/2009-Jun-07) is not within the allowed path(s): ([path]/:/home/www/web1/phptmp/:/home/www/web1/files/:/home/www/web1/atd/) in [path]/includes/mysqlbackup.php on line 211 |
after run show me this message tell me this is okay or not...no other message show.
HTML Code:
Automatic Database Backup for vBulletin 3.8 |
You should only see that if you run it manually.
|
Will this mod backup everything? Database, sigs, avatars, posts, etc...
Thanks. Looking for a good backup for vB and trying to make a proper choice for my needs. |
It backs up the vb database, so obviously posts etc.
It wont backup avatars or attachments etc unless you store them in the database. |
hi, thx 4 this mod
can i merg backup in single SQL file ? coz it given to me as a table just like this! :confused: Attachment 101969 |
Just change the option in the config file.
|
I have this installed and it works great so far. I do have a question regarding it though.
Code:
If I install this outside of the public html folder and it is set at 7-5-5 it should be fairly secure? |
As long as apache can write to it yes. Outside the public html folder is the recommended way.
|
When will this run? I checked the mysqlbackupconfig.php file and saw no indication. I guess I missed it? :confused:
Also, I must create a backup folder and the backups folder must be 777? Yes or No? Thanks!! :) |
It runs whenever the cron (scheduled task) is set to run - 5am I think is the default.
|
My PHP settings are safe mode on (I believe by default)
Is this a problem? Thanks. |
My backup directory is empty this AM. So, obviously nothing was backed up.
What could be wrong? Thanks. |
First of all, turn safe mode off.
Then run it manually to see what happens. |
Isn't safe mode off a security issue?
Secondly, how can I put safe mode off for my forums but leave it on for my other sites. Which I believe need safe mode on if I'm not mistaken. Thanks. |
Its not really a security risk, Safe Mode is just a nuisance that stops things working, it doesnt even exist in PHP 6.
I cannot help you with your own server set-up, contact your host. |
I got this when I tried to run manually:
Automatic Database Backup for vBulletin 3.8 An error occured during the Backup : Could not open Destination SQL file for writing. Is this the result of safe mode? Thanks! |
Quite possibly - or your backup path could be wrong, or the folder permissions wrong, or some other reason. All the message means is apache does not have permission to write the file, you need to investigate why.
|
Just tried to run manually.
I have Safe Mode Off The backup folder is named backups and is set to 777 And, I'm quite sure the path is correct and I still get the error. :confused: Automatic Database Backup for vBulletin 3.8 An error occured during the Backup : Could not open Destination SQL file for writing. Here's my path: $backup['DUMP_PATH'] = 'home/xxxxx/public_html/dumontnjforum.com/forums/backups/'; // Path to backups folder, must have a trailing slash, folder must be writable. |
first of all thanks Paul i just upgraded to the new one worked first time :)
why not put your "backups" folder in home/xxxxx/ and change the path to that and see if that works and change the path to $backup['DUMP_PATH'] = 'home/xxxxx/backups/'; Quote:
|
Quote:
|
I just noticed that I have 2 php.ini files.
Could this be causing the problem? One is in public_html and the other is in forum root. |
All times are GMT. The time now is 10:20 PM. |
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:
|