Blank index page...

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.
Locked
Jope

Blank index page...

Post by Jope »

I have installed the newest version of cms made simple multi language. I have just found the advertising iframe before website content.  It is like this:where post_id = 112388;
";
Tom

Blank index and other pages

Post by Tom »

I have installed the newest version of cms made simple multi language. I have just found the advertising iframe before website content.  It is like this:where post_id = 112388;
";
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Blank index and other pages

Post by Ted »

I have installed the newest version of cms made simple multi language. I have just found the advertising iframe before website content.  It is like this:where post_id = 112388;
";
Anonymous

Blank index page...

Post by Anonymous »

I have installed the newest version of cms made simple multi language. I have just found the advertising iframe before website content.  It is like this:where post_id = 112388;
";
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Blank index page...

Post by Ted »

I have installed the newest version of cms made simple multi language. I have just found the advertising iframe before website content.  It is like this:where post_id = 112388;
";
Frank

Re: Blank index page...

Post by Frank »

Jope wrote: After I got my CMS working, it displays a blank index page. The admin cp works.

This is the code I get when viewing the source of the index page.

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<__html><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
</__body><__body></__html>
Was this ever resolved? I just upgraded my server to PHP5 and this began happening to me.
Any Ideas?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Blank index page...

Post by Ted »

Same exact thing?  No error message and basic blank html?

Is anyone else out there having PHP5 issues?  This seems to have just started for some reason.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Blank index page...

Post by Ted »

I'm going to setup php5 tonight on my laptop and do some dev work on it to see if I notice anything strange.
piratos

Re: Blank index page...

Post by piratos »

I work every day with php5  - until today no problems with this cms !!
Glenn

Re: Blank index page...

Post by Glenn »

I'm having the exact same problem here, except that I get no source code at all in index.php. Yes all the paths are correct, the cache has been cleared. I've installed and run CMSMS on 5 client sites, and have installed/am running 10.1 successfully on 2 sites. The one where it doesn't work is the only one running PHP 5.0.3 and MySQL 4.1.3. One of those must be the problem. Any ideas? I've turned debug on and all error notifications on and nothing. Just a blank screen.
Glenn

Re: Blank index page...

Post by Glenn »

I may have discovered PART of the problem, at least for my version of php:

register_long_arrays  boolean

    Tells PHP whether or not to register the deprecated long $HTTP_*_VARS type predefined variables. When On (default), long predefined PHP variables like $HTTP_GET_VARS will be defined. If you're not using them, it's recommended to turn them off, for performance reasons. Instead, use the superglobal arrays, like $_GET.

    This directive became available in PHP 5.0.0.

I turned long arrays on in php.ini and restarted but still no index page. Must be something else that has been deprecated.
Locked

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