Page 1 of 1

CMS installed correctly but no admin-interface

Posted: Fri Jan 27, 2006 9:16 pm
by mrbs
Hi!

I installed cmsMS with no problems - almost too easy  :D

The page saying : "Congratulations! You now have a fully functional installation of CMS..."

Then I try to enter the Admin-area... And it shows nothing!

I have allready checked that the files are the right place - they are!
There is content in the file "admin/index.php".  ???

www.kalvaag.dk

Mads

Re: CMS installed correctly but no admin-interface

Posted: Sat Jan 28, 2006 2:54 am
by Ted
Chances are that the /admin directory is reserved (via an apache config change) and can't be used.  Your best bet is to rename the admin directory to something else (like manager or panel).  Then set

Code: Select all

$config['admin_dir'] = 'admin';
to

Code: Select all

$config['admin_dir'] = 'manager';
(or whatever name you use) in config.php.  That should fix it.

Re: CMS installed correctly but no admin-interface

Posted: Sat Jan 28, 2006 1:03 pm
by mrbs
Hi!

I tried to change admin to editor (the folder and the string) but it makes no difference...  :-\

There is still no admin-site  :(

I use: cmsMS 0.11.2

I have severel other sites where everything works as intended...

Mads

Re: CMS installed correctly but no admin-interface

Posted: Sat Jan 28, 2006 1:20 pm
by mrbs
informations about my domain can be found here: http://www.testdomainet.dk/info.php

Re: CMS installed correctly but no admin-interface

Posted: Sat Jan 28, 2006 3:30 pm
by Ted
Wow.  I really don't have a clue on that one.  This is definitely the first time I've ever seen this.  The fact that the admin dir now comes up wtih a 404 leads me to believe a very rare CMSMS bug.

Not sure where to go from here on this one.

Re: CMS installed correctly but no admin-interface

Posted: Mon Jan 30, 2006 8:10 am
by mrbs
wishy wrote: Wow.  I really don't have a clue on that one.  This is definitely the first time I've ever seen this.  The fact that the admin dir now comes up wtih a 404 leads me to believe a very rare CMSMS bug.

Not sure where to go from here on this one.
Oh... You need not to be so afraid! As I wrote earlier in this post, i changed the admin-directory to "editor" in stead of "admin". when you enter www.kalvaag.dk/editor it is just blank - no 404!  :P :-[

EDIT!!! : Now it says:

Code: Select all

Parse error: parse error, unexpected $ in /customers/kalvaag.dk/kalvaag.dk/httpd.www/editor/lang/en_US/admin.inc.php on line 80

Re: CMS installed correctly but no admin-interface

Posted: Mon Jan 30, 2006 9:36 am
by mrbs
I found the error...

one of the files had an upload-error. I re-uploaded it and now everything works!

:D