Page 1 of 2
Blank frontpage
Posted: Sat 14. Mar 2009, 21:48
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!
Re: Blank frontpage
Posted: Sun 15. Mar 2009, 00:41
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???
Re: Blank frontpage
Posted: Sun 15. Mar 2009, 10:00
by Oliver Georgi
sounds more like PHP error in frontend - maybe a frontend render script.
Re: Blank frontpage
Posted: Sun 15. Mar 2009, 20:08
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?
Re: Blank frontpage
Posted: Sun 15. Mar 2009, 20:53
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.
Re: Blank frontpage
Posted: Mon 16. Mar 2009, 00:21
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.
Re: Blank frontpage
Posted: Tue 17. Mar 2009, 16:57
by donpedro
Sorry to say: I have to give up on phpwcms for this time. Cannot find what's wrong
Re: Blank frontpage
Posted: Tue 17. Mar 2009, 20:13
by juergen
Perhaps something wrong with your webspace, try other cms and I believe probs are the same.
Re: Blank frontpage
Posted: Wed 18. Mar 2009, 04:59
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.
Re: Blank frontpage
Posted: Thu 19. Mar 2009, 22:52
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
Re: Blank frontpage
Posted: Thu 19. Mar 2009, 23:01
by nebenaube
have you checked the tables in the database? I upgraded via svn so no problems here.
Re: Blank frontpage
Posted: Thu 19. Mar 2009, 23:24
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
Re: Blank frontpage
Posted: Thu 19. Mar 2009, 23:34
by nebenaube
Is the database logging queries?
Re: Blank frontpage
Posted: Fri 20. Mar 2009, 10:00
by juergen
Is it upon an IIS Server ?
Re: Blank frontpage
Posted: Fri 20. Mar 2009, 10:42
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