Problems with DB and PEAR after uploading back-up files

Status
Not open for further replies.

npeder

New Member
Messages
19
Reaction score
0
Points
0
All my files were lost in the recent server changes, so I have uploaded my files from a local back-up. But now I experience problems with my DB and PEAR modules. I suspect that the include path is wrong as require_once ("DB.php") no longer works. When I change the call to the actual address of the file, I no longer get the error message that the file cannot be found, but the script still doesn't run.
Can you try to reinstall the DB and PEAR package ?
All these scrips worked on the previous server, so the scrips should be OK. I am now on Chopin.
Best regards
npeder
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello, can you try using the local path to the file. E.g. require_once("/foldername/DB.php")
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

As we have not received any replies i am marking this ticket as resolved. If you have any further issues please re-open this ticket or create a new one.
 
Status
Not open for further replies.
Top