Page 1 of 1

[Solved] index.php blank after two days of building site

Posted: Mon Sep 08, 2008 4:23 pm
by L84DNR
Site was working fine.  Building pages and content.  I had to clear the cache a couple of time (never had to do that when building test site).  This morning I went in to check things out and index.php is blank.
View source only shows

Code: Select all

<!-- 0.694782 / 8 -->
I can get to admin panel but not sure what to try.

Using CMS 1.3.1 on an IIS box that I do not manage???
Thanks,

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 5:59 pm
by alby
L84DNR wrote: Site was working fine.  Building pages and content.  I had to clear the cache a couple of time (never had to do that when building test site).  This morning I went in to check things out and index.php is blank.
View source only shows

Code: Select all

<!-- 0.694782 / 8 -->
I can get to admin panel but not sure what to try.

Using CMS 1.3.1 on an IIS box that I do not manage???
enable debug in config.php because maybe you have memory problem

Alby

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 6:08 pm
by L84DNR
Alby,
Can you direct me to some detailed instructions on the debug feature?
I have never used it and as I mentioned I do not manage nor have direct access to the server.

Thanks

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 6:16 pm
by alby
L84DNR wrote: Can you direct me to some detailed instructions on the debug feature?
I have never used it and as I mentioned I do not manage nor have direct access to the server.
hummmm very bad ...
I don't remember if in 1.3.1 there is System Information  :-\
If there is look for memory (16MB minimum and 32 raccomended), if you have <16MB you must ask to owner site for ftp access.

Alby

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 6:53 pm
by L84DNR
How do i debug?

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 9:12 pm
by alby
L84DNR wrote: How do i debug?
If you have not filesystem access (ftp, ssh, ...) it's very hard
There is a workaround if you have access to upload files with webadmin.php but you must know what you're doing

Check System Information on your system

Alby

Re: index.php blank after two days of building site

Posted: Mon Sep 08, 2008 9:17 pm
by L84DNR
I do have FTP access

[Solved] Re: index.php blank after two days of building site

Posted: Thu Sep 11, 2008 8:51 pm
by L84DNR
Moved site to a new host  ???

Re: index.php blank after two days of building site

Posted: Thu Sep 11, 2008 9:34 pm
by alby
L84DNR wrote: I do have FTP access
Edit config.php and toggle debug to true

Alby