Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post [urgent]problem On Transfer Whole Forum To Under New Domain 
 
before transfer my forum is using sub domain , now i transfer all my forum file to new domain name's htdocs folder

the database name still same and database user and password same also

but when i login at new domain why it redirect me to the old sub domain ?? any files should i edit ??
 



 
carltesSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
you must change server_mane and maybe script_patch in phpbb_config table
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
Zuker wrote: [View Post]
you must change server_mane and maybe script_patch in phpbb_config table

Yes, I quote this.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
hello , my domain is yeahz.net , forum folder on yeahz.net/forum , what should i edit ? i try edit and update it but not work , i guess i miss something


UPDATE phpbb_config SET config_value = 'domain_name_here' WHERE config_name = 'cookie_domain';
UPDATE phpbb_config SET config_value = 'domain_name_here' WHERE config_name = 'server_name';
UPDATE phpbb_config SET config_value = 'path_to_phpBB' WHERE config_name = 'cookie_path';
UPDATE phpbb_config SET config_value = 'domain_name_here' WHERE config_name = 'script_path';
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
Try editing this fields via phpmyadmin
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
yup , i know update it via phpmyadmin , the problem is "domain_name_here" should be replace with "http://yeahz.net" or "yeahz.net" ??
and what is server name ? sciprt_path is "/forum/" ? cookie_domain is "yeahz.net" ? "path_to_phpBB" is "/forum/" ?

any one with experience please guide me
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
The importan are script path and server name

server name: www.yeahz.net

script path: /forum/

And clear cache of your browser and delete the content of cache folder on your xs
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
UPDATE phpbb_config SET config_value = 'yeahz.net' WHERE config_name = 'yeahz.net';
UPDATE phpbb_config SET config_value = 'yeahz.net' WHERE config_name = 'www.yeahz.net';
UPDATE phpbb_config SET config_value = '/forum' WHERE config_name = '/forum';
UPDATE phpbb_config SET config_value = 'yeahz.net' WHERE config_name = '/forum/';


this is how i update , but when you try http://yeahz.net/forum , it can't find anything (blank page, reason full of ads was free hosting)

but some page can be found like http://yeahz.net/forum/rules.php

what problem ??
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
Are there all the xs files on your server?
That "ads page" in some free server means error...
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
i'm sure XS file on the server

but why ? i can't go in index.php and forum.php , that sql update is for phpbb2 , it not same as phpBB XS ?
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
first don't change config file

the best way to change the server and path  is to go directly to phpmyadmin

but you can try this
copy the root to your old place [subdomain]
go to ACP and change server and path
server: www.yeahz.net
path: /forum/

that's all !

delete subdomain root and go to your new place
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
difus wrote: [View Post]
first don't change config file

the best way to change the server and path  is to go directly to phpmyadmin

but you can try this
copy the root to your old place [subdomain]
go to ACP and change server and path
server: www.yeahz.net
path: /forum/

that's all !

delete subdomain root and go to your new place

thank for your reply , i can access to admin area  , i found that script path in admin area is '/forum/' too
the problem is can't access index.php and forum.php

you can access with http://yeahz.net/forum/rules.php and then you can try to access other pages , index.php and forum.php can't be found
i even can access the thread and post if use this address http://yeahz.net/forum/forum.php?c=1
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
what a weird problem      

when i test posting , i can access the index.php now LOL after post a new post
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
now only forum.php can't access , you can browse my site to try

any idea why forum.php can't access ?? index.php solved with just a post  
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [urgent]problem On Transfer Whole Forum To Under New Dom 
 
try to replace these files
do backup of your original files !

includes.rar
Description:  
Download
Filename: includes.rar
Filesize: 1.5 KB
Downloaded: 188 Time(s)

 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 3
Goto page 1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events