Page 1 of 1
server mover

Posted:
Tue May 09, 2006 9:14 am
Author: dan0042
hey i just did server mover ok ,Site back online , But some inages not workin , cont log in to admin ,and when log in site The page cannot be found

Posted:
Tue May 09, 2006 9:16 am
Author: ayasha
when that happens to me, i begin at the beginning
make sure all files and images are uploaded
check the chmods
<img>
Re: server mover

Posted:
Tue May 09, 2006 9:16 am
Author: Dragonsys
did your domain name change? how about your directory structure?
Try deleteing all your cookies and clearing your browser cache.
Re: server mover

Posted:
Tue May 09, 2006 9:18 am
Author: dan0042
domain name change Yes , got new one.and when log out get The page cannot be found and when log in The page cannot be found and adsmin The page cannot be found
Re: server mover

Posted:
Tue May 09, 2006 9:38 am
Author: Dragonsys
You are gonna have to edit your DB manually then. The new domain name is throwing off your cookie and redirect.
Do yo uknow how to run SQL commands on your database?
Let me find the correct tables and entries for you real quick.
Re: server mover

Posted:
Tue May 09, 2006 9:43 am
Author: dan0042
am not good at phpadmin mate
Re: server mover

Posted:
Tue May 09, 2006 9:44 am
Author: Dragonsys
What is your new Domain name and path to IM?
IE -
http://www.dragonsys.org -
http://www.dragonsys.org/portalI will try and create the commands for you, all you will have to do is run them
Re: server mover

Posted:
Tue May 09, 2006 9:48 am
Author: dan0042
<img>
Re: server mover

Posted:
Tue May 09, 2006 9:55 am
Author: Dragonsys
Just paste these into the SQL box in phpmyadmin
[code]UPDATE `phpbb_config` SET `config_value` = 'milworport_phpbb' WHERE `config_name` = 'cookie_name' LIMIT 1 ;UPDATE `phpbb_config` SET `config_value` = '/index' WHERE `config_name` = 'cookie_path' LIMIT 1 ;UPDATE `phpbb_config` SET `config_value` = '.military-world.co.uk' WHERE `config_name` = 'cookie_domain' LIMIT 1 ;UPDATE `phpbb_config` SET `config_value` = 'http]
If successful, this should allow you to log in. Let me know how it goes
Re: server mover

Posted:
Tue May 09, 2006 9:58 am
Author: dan0042
will tell me where go in phpadmin do this
Re: server mover

Posted:
Tue May 09, 2006 10:01 am
Author: Dragonsys
"dan0042";p="5177" wrote:will tell me where go in phpadmin do this
Login to phpmyadmin
select your IM database (in the left side of the screen)
On the right side of the screen, click on the SQL tab (at the top)
Paste the commands above into the "Run SQL query..." box
then click on the "Go" button
Re: server mover

Posted:
Tue May 09, 2006 10:09 am
Author: dan0042
Thanks mate yr Star,,
Thanks Quick2004 my oldd name from Im website
....Happy days
nex
Warning: main(./mods/prillian/prill_common.php): failed to open stream: No such file or directory in /home/assaulto/public_html/index/login.php on line 56
Warning: main(): Failed opening './mods/prillian/prill_common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/assaulto/public_html/index/login.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/login.php:56) in /home/assaulto/public_html/index/includes/sessions.php on line 485
Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/login.php:56) in /home/assaulto/public_html/index/includes/sessions.php on line 486
Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/login.php:56) in /home/assaulto/public_html/index/includes/functions.php on line 1734
Re: server mover

Posted:
Tue May 09, 2006 10:29 am
Author: Dragonsys
looks like you tried to uninstall Prillian, but didn't get it out 100%
let me find the instructions real quick...
Re: server mover

Posted:
Tue May 09, 2006 10:30 am
Author: Dragonsys

Posted:
Tue May 09, 2006 11:18 am
Author: dan0042
i cont send email from acp/

Posted:
Tue May 09, 2006 11:21 am
Author: Dragonsys
"dan0042";p="5193" wrote:i cont send email from acp/
Yo uneed to check all of your Configuration settings in the ACP. Since you changed Domains, some of them are going to be different and will require editing.