CMS installed correctly but no admin-interface

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
mrbs

CMS installed correctly but no admin-interface

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CMS installed correctly but no admin-interface

Post 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.
mrbs

Re: CMS installed correctly but no admin-interface

Post 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
mrbs

Re: CMS installed correctly but no admin-interface

Post by mrbs »

informations about my domain can be found here: http://www.testdomainet.dk/info.php
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CMS installed correctly but no admin-interface

Post 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.
mrbs

Re: CMS installed correctly but no admin-interface

Post 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
Last edited by mrbs on Mon Jan 30, 2006 8:37 am, edited 1 time in total.
mrbs

Re: CMS installed correctly but no admin-interface

Post by mrbs »

I found the error...

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

:D
Locked

Return to “CMSMS Core”