Blank index page...
Blank index page...
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;
";
";
Blank index and other pages
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;
";
";
Re: Blank index and other pages
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;
";
";
Blank index page...
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;
";
";
Blank index page...
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;
";
";
Re: Blank index page...
Was this ever resolved? I just upgraded my server to PHP5 and this began happening to me.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>
Any Ideas?
Re: Blank index page...
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.
Is anyone else out there having PHP5 issues? This seems to have just started for some reason.
Re: Blank index page...
I'm going to setup php5 tonight on my laptop and do some dev work on it to see if I notice anything strange.
Re: Blank index page...
I work every day with php5 - until today no problems with this cms !!
Re: Blank index page...
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.
Re: Blank index page...
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.
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.