Blank frontpage
Blank frontpage
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!
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
so you should know how to use a page template?donpedro wrote:... have used it before ...
maybe it's just one (closing) </div> missing???
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Blank frontpage
sounds more like PHP error in frontend - maybe a frontend render script.
Re: Blank frontpage
The closing div is there... how do I check up the problem you wrote about, Oliver?Oliver Georgi wrote:sounds more like PHP error in frontend - maybe a frontend render script.
Re: Blank frontpage
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.
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
No files at all there, but a folder called "disabled". Deleted that one, but it made no diference so I put it back again.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.
Re: Blank frontpage
Sorry to say: I have to give up on phpwcms for this time. Cannot find what's wrong
Re: Blank frontpage
Perhaps something wrong with your webspace, try other cms and I believe probs are the same.
Re: Blank frontpage
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.
-
- Posts: 69
- Joined: Sun 25. Jul 2004, 01:53
Re: Blank frontpage
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
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
have you checked the tables in the database? I upgraded via svn so no problems here.
-
- Posts: 69
- Joined: Sun 25. Jul 2004, 01:53
Re: Blank frontpage
Yep, all tables are there. Like I said, no errors in the backend, I can create artlices.nebenaube wrote:have you checked the tables in the database? I upgraded via svn so no problems here.
-Ray
Re: Blank frontpage
Is the database logging queries?
Re: Blank frontpage
Is it upon an IIS Server ?
- swisscheese
- Posts: 138
- Joined: Mon 19. Feb 2007, 16:37
- Location: Solothurn, Schweiz
Re: Blank frontpage
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
So set display_errors to ON or check for errors in your web server log
have fun
swisscheese