FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » My ISP Moved my site to a new Server. Now I can't access Admin fucntions
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #28957] Mon, 21 November 2005 20:34 Go to next message
JOEVAR is currently offline  JOEVAR   United States
Messages: 20
Registered: October 2005
Karma: 0
Junior Member
Hi all

My ISP moved my site to a new server. Now I can't access Admin fucntions

the site seems to work fine, except when I click on "Admin Control Panel" I get a blank screen.

If I try running any of the php's in the adm folder, I get a blanc white screen.

I ran an upgrade install of the software but that did not help.

Any ideas of how to fix this one?


Joe Vargas
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #28958 is a reply to message #28957] Tue, 22 November 2005 01:35 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Have you checked your PHP's error log? When you moved the forum did you make sure GLOBALS.php inside the forum's main web dir and web_dir/adm are symlinks to the one inside the include/ directory?

FUDforum Core Developer
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #28987 is a reply to message #28958] Wed, 23 November 2005 07:35 Go to previous messageGo to next message
pj_v is currently offline  pj_v   Philippines
Messages: 3
Registered: November 2005
Karma: 0
Junior Member
i've got the same problem, i installed egw with fudforum with it and it works fine until i transferred my files in the new server and all i can see when i click the admin control panel in the fudforum is a blank page. I checked the GLOBALS.php and the link is ok.

i checked the php log file and i can't see anything wrong. what could be the problem here? is there any other way where i can check for problems.

tia
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #28994 is a reply to message #28987] Thu, 24 November 2005 00:40 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to login to the admin control panel and rebuild the theme.

FUDforum Core Developer
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #29001 is a reply to message #28994] Thu, 24 November 2005 08:53 Go to previous messageGo to next message
pj_v is currently offline  pj_v   Philippines
Messages: 3
Registered: November 2005
Karma: 0
Junior Member
that's my problem, i can't get in to the admin control panel. i only get a blank page whenever i click on it. is there another way to rebuild the theme?
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #29009 is a reply to message #29001] Thu, 24 November 2005 17:00 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to make sure that GLOBALS.php files inside the WWW_ROOT and WWW_ROOT/adm directories are symlinks to the one in the include/ directory. Then you need to update the GLOBALS.php inside the include directory to ensure it reflects the new setup.

FUDforum Core Developer
Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #29021 is a reply to message #29009] Fri, 25 November 2005 03:52 Go to previous messageGo to next message
pj_v is currently offline  pj_v   Philippines
Messages: 3
Registered: November 2005
Karma: 0
Junior Member
I think I have all that in place but still it doesn't work.

Here's the file listing inside the /intranet/3814588639

total 92
drwxr-xr-x 3 root root 4096 Nov 25 10:35 adm
-rw-r--r-- 1 root root 43 Nov 24 14:49 blank.gif
-rw-r--r-- 1 root root 0 Nov 25 10:52 fud1.txt
lrwxrwxrwx 1 root root 54 Nov 24 14:49 GLOBALS.php -> /var/www/files/fudforum/3814588639/include/GLOBALS.php
lrwxrwxrwx 1 root root 54 Nov 24 14:49 GLOBALS.php.bak -> /var/www/files/fudforum/3814588639/include/GLOBALS.php
drwxr-xr-x 9 root root 4096 Nov 24 14:49 images
.
.


Here's the file listing inside the /intranet/3814588639/adm

total 384
.
.
.
drwxr-xr-x 2 root root 4096 Nov 24 14:49 CVS
-rw-r--r-- 1 root root 0 Nov 25 10:53 fud2.txt
lrwxrwxrwx 1 root root 54 Nov 24 14:49 GLOBALS.php -> /var/www/files/fudforum/3814588639/include/GLOBALS.php
lrwxrwxrwx 1 root root 54 Nov 24 14:49 GLOBALS.php.bak -> /var/www/files/fudforum/3814588639/include/GLOBALS.php
-rw------- 1 root root 3071 Nov 24 14:49 indexdb.php
-rw------- 1 root root 118 Nov 24 14:49 index.php
-rw------- 1 root root 6745 Nov 24 14:49 msglist.php
-rw------- 1 root root 11922 Nov 24 14:49 tmpllist.php


Here's part of the GLOBALS.php

$INCLUDE = "/var/www/files/fudforum/3814588639/include/";
$WWW_ROOT = "/intranet/fudforum/3814588639/";
$WWW_ROOT_DISK = "/var/www/html/intranet/fudforum/3814588639/";
$DATA_DIR = "/var/www/files/fudforum/3814588639/";
$ERROR_PATH = "/var/www/files/fudforum/3814588639/errors/";
$MSG_STORE_DIR = "/var/www/files/fudforum/3814588639/messages/";
$TMP = "/var/www/files/fudforum/3814588639/tmp/";
$FILE_STORE = "/var/www/files/fudforum/3814588639/files/";
$FORUM_SETTINGS_PATH = "/var/www/files/fudforum/3814588639/cache/";

Re: My ISP Moved my site to a new Server. Now I can't access Admin fucntions [message #29043 is a reply to message #29021] Sun, 27 November 2005 16:25 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Your WWW_ROOT is incorrect. It should http://...

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: CVS directories strewn about randomly - can I delete them?
Next Topic: ini_set function
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun May 05 02:33:55 GMT 2024

Total time taken to generate the page: 0.03129 seconds