http://www.icyphoenix.com/viewtopic.php?f=35&t=648
-----------------------------------
carltes
Tue 28 Nov, 2006 12:48

[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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
you must change server_mane and maybe script_patch in phpbb_config table :mrgreen:


-----------------------------------
Mighty Gorgon
Wed 29 Nov, 2006 02:18

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
[quote user="Zuker" post="5221"]you must change server_mane and maybe script_patch in phpbb_config table :mrgreen:[/quote]
Yes, I quote this. :wink:


-----------------------------------
carltes
Wed 29 Nov, 2006 07:16

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
Try editing this fields via phpmyadmin


-----------------------------------
carltes
Wed 29 Nov, 2006 12:35

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

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

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

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

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

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
[b]copy[/b] the root to your old place [subdomain]
go to ACP and change server and path
server: [b]www.yeahz.net[/b]
path:[b] /forum/[/b]

that's all !

delete subdomain root and go to your new place


-----------------------------------
carltes
Thu 30 Nov, 2006 07:27

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
[quote user="difus" post="5355"]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
[b]copy[/b] the root to your old place [subdomain]
go to ACP and change server and path
server: [b]www.yeahz.net[/b]
path:[b] /forum/[/b]

that's all !

delete subdomain root and go to your new place[/quote]
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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
what a weird problem  :mrgreen:  :mrgreen:  :mrgreen: 

when i test posting , i can access the index.php now lol after post a new post


-----------------------------------
carltes
Thu 30 Nov, 2006 07:36

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  :mryellow:


-----------------------------------
difus
Thu 30 Nov, 2006 07:39

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
overwrite it but still no working


-----------------------------------
difus
Thu 30 Nov, 2006 08:00

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

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

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 [/quote]

it is normal and OK


-----------------------------------
carltes
Thu 30 Nov, 2006 08:08

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

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
[quote user="difus" post="5365"]maybe you are redirecting by .htaccess
try to change it to original[/quote]
how to change ?


-----------------------------------
difus
Thu 30 Nov, 2006 08:19

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

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

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
maybe you have enabled url rewrite ?


-----------------------------------
carltes
Thu 30 Nov, 2006 09:10

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
ACP>cofiguration>xs  url rewrite


-----------------------------------
carltes
Thu 30 Nov, 2006 09:30

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
it disabled , and i try enable it not work too  :wallb:


-----------------------------------
difus
Thu 30 Nov, 2006 10:35

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
what news ?  :mryellow:


-----------------------------------
carltes
Thu 30 Nov, 2006 10:44

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
[quote user="difus" post="5377"]what news ?  :mryellow:[/quote]
need some one expert and some one know the problem to help me  :)  :shock: 
wtf of forum.php ????


-----------------------------------
difus
Thu 30 Nov, 2006 11:49

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

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

Re: [urgent]problem On Transfer Whole Forum To Under New Dom
-----------------------------------
I'll test it  :wink:


-----------------------------------
difus
Thu 30 Nov, 2006 15:36

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 [b]byethost[/b] not opening forum.php


-----------------------------------
carltes
Thu 30 Nov, 2006 17:38

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.  :mryellow:


