Blank frontpage

Please post all install related problems here. Visit this forum first for troubleshooting.
donpedro
Posts: 6
Joined: Sat 14. Mar 2009, 21:42

Blank frontpage

Post by donpedro »

Hi
I use 1.4.1 and all the administration seems to works fine. But, the front page and the article previews are completely blank, no source code at all. I've searched the forum and the web, but cannot find any explanation.
I like phpwcms a lot, have used it before and would really like to get this working!
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Blank frontpage

Post by Jensensen »

donpedro wrote:... have used it before ...
so you should know how to use a page template?
maybe it's just one (closing) </div> missing???
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Oliver Georgi
Site Admin
Posts: 9906
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Blank frontpage

Post by Oliver Georgi »

sounds more like PHP error in frontend - maybe a frontend render script.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
donpedro
Posts: 6
Joined: Sat 14. Mar 2009, 21:42

Re: Blank frontpage

Post by donpedro »

Oliver Georgi wrote:sounds more like PHP error in frontend - maybe a frontend render script.
The closing div is there... how do I check up the problem you wrote about, Oliver?
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Blank frontpage

Post by juergen »

Hi

juts empty the folder L: /template/inc_script/frontend_reder/ so that there is no file ending in '.php'

Don't forget to make shure nothing is lost and you have a copy of all.
donpedro
Posts: 6
Joined: Sat 14. Mar 2009, 21:42

Re: Blank frontpage

Post by donpedro »

DF6IH wrote:Hi

juts empty the folder L: /template/inc_script/frontend_reder/ so that there is no file ending in '.php'

Don't forget to make shure nothing is lost and you have a copy of all.
No files at all there, but a folder called "disabled". Deleted that one, but it made no diference so I put it back again.
donpedro
Posts: 6
Joined: Sat 14. Mar 2009, 21:42

Re: Blank frontpage

Post by donpedro »

Sorry to say: I have to give up on phpwcms for this time. Cannot find what's wrong :(
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Blank frontpage

Post by juergen »

Perhaps something wrong with your webspace, try other cms and I believe probs are the same.
nebenaube
Posts: 139
Joined: Fri 23. Nov 2007, 20:39
Location: Redlands, CA
Contact:

Re: Blank frontpage

Post by nebenaube »

Be sure that you've uploaded the files as ascii. Check permissions, etc. A sytnax error (typo) in the config file can break it as well. See if php is logging errors and where... then check for them.
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

Re: Blank frontpage

Post by rescamilla »

Same problem here, and I am a seasoned phpwcms user.

I installed the latest version 1.4.1 via ssh telnet (wget and unzipped the archive onto my server with command line). Successful installation, I can navigate around the backend no problems, I setup a template and a test article, but when viewing the frontend: BLANK. Viewing the source code is also BLANK.

-Ray
nebenaube
Posts: 139
Joined: Fri 23. Nov 2007, 20:39
Location: Redlands, CA
Contact:

Re: Blank frontpage

Post by nebenaube »

have you checked the tables in the database? I upgraded via svn so no problems here.
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

Re: Blank frontpage

Post by rescamilla »

nebenaube wrote:have you checked the tables in the database? I upgraded via svn so no problems here.
Yep, all tables are there. Like I said, no errors in the backend, I can create artlices.

-Ray
nebenaube
Posts: 139
Joined: Fri 23. Nov 2007, 20:39
Location: Redlands, CA
Contact:

Re: Blank frontpage

Post by nebenaube »

Is the database logging queries?
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Blank frontpage

Post by juergen »

Is it upon an IIS Server ?
User avatar
swisscheese
Posts: 138
Joined: Mon 19. Feb 2007, 16:37
Location: Solothurn, Schweiz

Re: Blank frontpage

Post by swisscheese »

Most likely there is a php syntax error, and display_errors is disabled in php.ini .
So set display_errors to ON or check for errors in your web server log

have fun
swisscheese
Post Reply