Page 2 of 2

Re: Blank admin page after successful installation

Posted: Mon Jun 05, 2006 3:42 pm
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
:-\

Re: Blank admin page after successful installation

Posted: Mon Jun 05, 2006 4:25 pm
by Piratos
Warum quatschen wir denn hier in englisch, wenn es eine deutsche Abisite ist?

Re: Blank admin page after successful installation

Posted: Mon Jun 05, 2006 4:35 pm
by Piratos
No cms problem , webserver problem.

Post phpinfo  section session.

Re: Blank admin page after successful installation

Posted: Mon Jun 05, 2006 5:25 pm
by JPMStation
Okay just called it up. http://www.jpmstation.de/info.php

Re: Blank admin page after successful installation

Posted: Mon Jun 05, 2006 5:46 pm
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();
        }
    }

Re: Blank admin page after successful installation

Posted: Tue Jun 06, 2006 9:20 am
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.

Re: Blank admin page after successful installation

Posted: Tue Jun 06, 2006 1:36 pm
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]

Re: Blank admin page after successful installation

Posted: Tue Jun 06, 2006 3:05 pm
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

Re: Blank admin page after successful installation

Posted: Fri Aug 11, 2006 2:27 pm
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.

Re: Blank admin page after successful installation

Posted: Mon Aug 14, 2006 9:57 am
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.