Blank admin page after successful installation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
JPMStation

Re: Blank admin page after successful installation

Post by JPMStation »

When Debug is turned on I only get this message:
Debug is on. Redirecting disabled... Please click this link to continue.
http://www.jpmstation.de/cmsmadesimple/admin/login.php
:-\
Piratos

Re: Blank admin page after successful installation

Post by Piratos »

Warum quatschen wir denn hier in englisch, wenn es eine deutsche Abisite ist?
Piratos

Re: Blank admin page after successful installation

Post by Piratos »

No cms problem , webserver problem.

Post phpinfo  section session.
JPMStation

Re: Blank admin page after successful installation

Post by JPMStation »

Okay just called it up. http://www.jpmstation.de/info.php
Piratos

Re: Blank admin page after successful installation

Post by Piratos »

Try this (a solution of ted):

open misc.functions.php and change the part to this:
//If session trans-id is being used, and they is on yo website, add it.

    if (ini_get("session.use_trans_sid") != "0" && $noappend == false && strpos($to,$host) !== false)
    {
        if(strpos($to,'?') !== false)//If there are no arguments start a querystring
        {
            $to = $to."?".session_name()."=".session_id();
        }
        else//There are arguments, print an arg seperator
        {
            $to = $to.ini_get('arg_separator.input').session_name()."=".session_id();
        }
    }
JPMStation

Re: Blank admin page after successful installation

Post by JPMStation »

So, thx a lot for your patience!
The SessionId gets added to the Admin Url now, but there still is a 404 Mistake.
See: http://www.jpmstation.de/cmsmadesimple/admin/login.php
Hope you can help me! To make things easier 4 you Piratos, I've sent you a PM with FTP-Access information.
Piratos

Re: Blank admin page after successful installation

Post by Piratos »

I have copied themes and lang in the admin folder and now you can login  (i have no user/passwd)



[attachment deleted by admin]
JPMStation

Re: Blank admin page after successful installation

Post by JPMStation »

OH Boy your my hero ;D! I search ages and didn't find anything wrong. So glad you got it working! So all that was wrong were missing admin folders??? Anyhow you've done great work!!! JUHU!!! :o
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: Blank admin page after successful installation

Post by tkemmere »

Dear all,

I have gone through extensive emails up and down with my Remote Web Hoster "WebXtra.nl", But we weren't able to solve the problem.

Problem: Several pages in the clean successfull install of CMSMS 0.13 don't load propperly. On another server of this same hoster, there is no problem, but I can't be moved there.

When you open the newly uploaded and installed site you see:

* Home --> sometimes fine, sometimes blank
* Content Types --> fine
* Menus/Navigation systems --> sometines fine, sometimes grey, sometimes loads until crumbtrail
          o Vertical (bulletmenu) --> loads until crumbtrail
          o Horizontal (EllNav) --> fine
          o Split Menu (EllNav) --> blank
          o Drop-down (CSSMenu) --> blank
* Templates and Stylesheets --> gray, blank or fine
* Extensions --> blank or fine
        o Modules --> blank
        o Tags --> loads until crumbtrail

Actually, if you keep on hitting refresh, you'll probably find more variations of this problem.

Also in the admin-panel, most pages work, except the most important one: Content > Pages.

I Use Firefox 1.5.0.6. MSIE? same problem.

I have a 6MB ADSL line. It takes 8 hops to get from me to the server iworx3.webxrta.net.

Here is the phpinfo for the server where I have problems:
http://www.greenlight-consultancy.nl/php-info.php
And this is the server on the same hostingprovider where cmsms 0.13 works fine:
http://www.ilcokemmere.nl/php-info.php

I have also tried the "Session-folder and include.php-change", but no improvement.

I really would like to make CMSMS work on my domain. cause moving to another hoster is a) a risk b) money loss c) a lot of work. And of-course I like CMSMS a lot: it is very easy to design with!

I hope this post helps to locate the problem.

Thank you, to anyone who can help me further with this.

Regards Thomas Kemmere.
Last edited by tkemmere on Mon Aug 14, 2006 9:47 am, edited 1 time in total.
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: Blank admin page after successful installation

Post by tkemmere »

In the end, it was my hosting provider "WebXtra.nl", who found a solution for me.
I'm delighted with that, cause unfortunately this forum doesn't overflow with solutions... yet.

In any case I post here, what worked for me:

They've put a .htaccess file in my HTML folder. inside the file, it says:
php_value memory_limit 16M


Regards, Thomas.
Locked

Return to “[locked] Installation, Setup and Upgrade”