| Author |
Message |
floppy

Joined: Nov 29, 2006
Posts: 85
Location: Jackson, Mississippi
|
Posted:
Wed Jan 31, 2007 8:22 pm |
|
Ok if I databases and check all tables then hit backup
I get the following above the header
| Code: |
E_WARNING [2][Line: 246] fopen() [function.fopen]: open_basedir restriction in effect. File(/home/3gamingpublic_html/devarea/backup/tmp/db/sessionDB.tmp) is not within the allowed path(s): (/home/t3gaming/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php
E_WARNING [2][Line: 246] fopen(/home/3gamingpublic_html/devarea/backup/tmp/db/sessionDB.tmp) [function.fopen]: failed to open stream: Operation not permitted in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php
E_WARNING [2][Line: 265] fwrite(): supplied argument is not a valid stream resource in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php |
And in the table I get
| Code: |
E_WARNING [2][Line: 294] file_get_contents() [function.file-get-contents]: open_basedir restriction in effect. File(/home/3gamingpublic_html/devarea/backup/tmp/db/sessionDB.tmp) is not within the allowed path(s): (/home/t3gaming/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php
E_WARNING [2][Line: 294] file_get_contents(/home/3gamingpublic_html/devarea/backup/tmp/db/sessionDB.tmp) [function.file-get-contents]: failed to open stream: Operation not permitted in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php
Couldn't find any tables to back up |
Just for kicks I chmodded every folder to 777 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Wed Jan 31, 2007 8:27 pm |
|
this path looks wrong to me...
| Code: |
/home/3gamingpublic_html/ |
which should be the coming from "Database Temp" setting in the config. |
| |
|
|
 |
floppy

Joined: Nov 29, 2006
Posts: 85
Location: Jackson, Mississippi
|
Posted:
Wed Jan 31, 2007 8:32 pm |
|
Nice Eye
After correcting that issue I have this above header
| Code: |
E_WARNING [2][Line: 246] fopen(/home/t3gaming/public_html/devarea/backup/tmp/db/sessionDB.tmp) [function.fopen]: failed to open stream: Permission denied in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php
E_WARNING [2][Line: 265] fwrite(): supplied argument is not a valid stream resource in /home/t3gaming/public_html/devarea/backup/lib/class.dbs.php |
This in table
| Code: |
Couldn't find any tables to back up |
|
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Wed Jan 31, 2007 8:35 pm |
|
Yet another permission error, I'll have to have it try to chmod itself to the default permission |
| |
|
|
 |
|
|