Icy Phoenix
Old Support Topics - [urgent]problem On Transfer Whole Forum To Under New Domain
carltes [ Tue 28 Nov, 2006 12:48 ]
Post subject: [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 ??
Zuker [ Tue 28 Nov, 2006 13:28 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
you must change server_mane and maybe script_patch in phpbb_config table

Mighty Gorgon [ Wed 29 Nov, 2006 02:18 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
you must change server_mane and maybe script_patch in phpbb_config table

Yes, I quote this.

carltes [ Wed 29 Nov, 2006 07:16 ]
Post subject: 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';
Zuker [ Wed 29 Nov, 2006 12:08 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
Try editing this fields via phpmyadmin
carltes [ Wed 29 Nov, 2006 12:35 ]
Post subject: 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
Zuker [ Wed 29 Nov, 2006 12:42 ]
Post subject: 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
carltes [ Wed 29 Nov, 2006 13:16 ]
Post subject: 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 ??
Zuker [ Wed 29 Nov, 2006 13:49 ]
Post subject: 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...
carltes [ Thu 30 Nov, 2006 05:27 ]
Post subject: 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 ?
difus [ Thu 30 Nov, 2006 07:19 ]
Post subject: 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
carltes [ Thu 30 Nov, 2006 07:27 ]
Post subject: 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
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
carltes [ Thu 30 Nov, 2006 07:30 ]
Post subject: 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
carltes [ Thu 30 Nov, 2006 07:36 ]
Post subject: 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

difus [ Thu 30 Nov, 2006 07:39 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
try to replace these files
do backup of your original files !
carltes [ Thu 30 Nov, 2006 07:47 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
overwrite it but still no working
difus [ Thu 30 Nov, 2006 08:00 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
delete all content from cache folder
try to repair database from ACP
it seems you are missing something
carltes [ Thu 30 Nov, 2006 08:01 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
maybe some code link to forum.php missing ?
like just now i post a new post then able link back to index.php
any idea on this?
difus [ Thu 30 Nov, 2006 08:04 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
Quote:
like just now i post a new post then able link back to index.php
it is normal and OK
carltes [ Thu 30 Nov, 2006 08:08 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
still not working
it say database no problem from ACP
and i restored my includes file that i backup just now
difus [ Thu 30 Nov, 2006 08:10 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
maybe you are redirecting by .htaccess
try to change it to original
carltes [ Thu 30 Nov, 2006 08:12 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
maybe you are redirecting by .htaccess
try to change it to original
how to change ?
difus [ Thu 30 Nov, 2006 08:19 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
first try to rename it to htaccess.txt
if nothing
take original file from latest release here
difus [ Thu 30 Nov, 2006 08:32 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
to clear up where is the problem [hosting or database or corrupted files]
I recommend to install fresh phpbbxs like yourdomain/xs/
if it works, replace new config with your's
see results
carltes [ Thu 30 Nov, 2006 08:43 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
still not working
i not sure where is the problem
confuse , just forum.php problem only , i replace with new forum.php not work too
difus [ Thu 30 Nov, 2006 09:05 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
maybe you have enabled url rewrite ?
carltes [ Thu 30 Nov, 2006 09:10 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
what is that ?
i will try any method
difus [ Thu 30 Nov, 2006 09:23 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
ACP>cofiguration>xs url rewrite
carltes [ Thu 30 Nov, 2006 09:30 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
it disabled , and i try enable it not work too

difus [ Thu 30 Nov, 2006 10:35 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
what news ?

carltes [ Thu 30 Nov, 2006 10:44 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
what news ?

need some one expert and some one know the problem to help me
wtf of forum.php ????
difus [ Thu 30 Nov, 2006 11:49 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
we can't see the debug
if you go to nothing
you can PM me all your connections [ftp,phpmyadmin]
carltes [ Thu 30 Nov, 2006 12:17 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
yup , i PMed you my details
hope you can find what the problem
thank.
difus [ Thu 30 Nov, 2006 14:21 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
I'll test it

difus [ Thu 30 Nov, 2006 15:36 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
look it is my localhost
and your forum with database
it works nice
problem is your hosting
I don't know maybe there are some corrections in cpanel
try to ask the host
for other users - it is byethost not opening forum.php
carltes [ Thu 30 Nov, 2006 17:38 ]
Post subject: Re: [urgent]problem On Transfer Whole Forum To Under New Dom
oh i see , thank difus
i had post a thread on my byethost forum , waiting them reply , will look on it.
