Moving servers, problems

Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Moving servers, problems

Post by Kelevra »

Hi, I am moving to a new server.... but my admins keep seeing this error
Any clue what is it?
Check path in CJPAGES and make sure you've setup crontab job
They have replaced to the new path on CJPAGES and also the cron task has already running:

# sh ../../scj.sh
Already running

PS: They just moved every file on the older server to this new one.... Isnt a full new instalation
Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Re: Moving servers, problems

Post by Kelevra »

Nevermind..... seems they have fixed for now
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Moving servers, problems

Post by admin »

Ok
Don't forget to run script update
Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Re: Moving servers, problems

Post by Kelevra »

Okay, just moved all sites... all them looks fine... but while I try to access scj/tube for sample
I got this error

Edit: this version is v1.52 ..... Maybe is that // in the path?

Code: Select all

Warning: Cache::__construct(/home/httpd/html/domain.com/public_html/scj//includes/libs/cache/file.cache.php): failed to open stream: No such file or directory in /home/httpd/html/domain.com/public_html/scj/includes/libs/cache.php on line 0

Warning: Cache::__construct(): Failed opening '/home/httpd/html/domain.com/public_html/scj//includes/libs/cache/file.cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/html/domain.com/public_html/scj/includes/libs/cache.php on line 0

Fatal error: Class 'FileCache' not found in /home/httpd/html/domain.com/public_html/scj/includes/libs/cache.php on line 0
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Moving servers, problems

Post by admin »

Warning: Cache::__construct(/home/httpd/html/domain.com/public_html/scj//includes/libs/cache/file.cache.php): failed to open stream: No such file or directory

looks like you did not copy all the files
the new and old servers
Don't forget to run script update
Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Re: Moving servers, problems

Post by Kelevra »

Wasn't me... it was my new admin.... What should we do: copy old /cache to the new server?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Moving servers, problems

Post by admin »

did you check if file exists?
Don't forget to run script update
Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Re: Moving servers, problems

Post by Kelevra »

Its missing on the new server....
/cache
file.cache.php
memcache.cache.php
nocache.cache.php
redis.cache.php
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Moving servers, problems

Post by admin »

so just make sure you've copied all the files
Don't forget to run script update
Kelevra
Posts: 99
Joined: Tue Mar 25, 2014 5:01 pm

Re: Moving servers, problems

Post by Kelevra »

Right... Now I got this

Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50560 Library:100138 in /home/httpd/html/domain.com/public_html/super/includes/db_modules/mysql.php on line 11
Post Reply