*** SOLVED *** blank page on publishing

Issues related to previewing and publishing your web site.
Post Reply
krwysi
 
 
Posts: 15
Joined: Wed Feb 21, 2024 10:47 pm

*** SOLVED *** blank page on publishing

Post by krwysi »

Hi I have added a bootstrap table on a new page, and on preview I can see on the page where it will be, the header and columns display, however when I publish the page, it is completely blank.
I have other login forms and admin tables working and connected fine to mysql; users table works fine.
There are no errors in the log file.
lummis
 
 
Posts: 214
Joined: Sun Apr 24, 2011 9:18 am
Location: UK

Re: blank page on publishing

Post by lummis »

If you have published the page before you may be looking at a cached version. Click Ctrl+F5 to refresh the page.
User avatar
BaconFries
 
 
Posts: 5570
Joined: Thu Aug 16, 2007 7:32 pm

Re: blank page on publishing

Post by BaconFries »

In general there is no difference to what you see in "Preview" and what you see once "Published". I would check that you have uploaded all files (css, jquery etc) to your server also ensure the correct file extension is set ie if the page is using php then it should be .php and not .html and try again.
User avatar
Pablo
 
Posts: 22252
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: blank page on publishing

Post by Pablo »

Hi I have added a bootstrap table on a new page, and on preview I can see on the page where it will be, the header and columns display, however when I publish the page, it is completely blank.
This usually indicates that there is an error in the configuration.

Please check the PHP error log on the server to find out what is wrong.
krwysi
 
 
Posts: 15
Joined: Wed Feb 21, 2024 10:47 pm

Re: blank page on publishing

Post by krwysi »

Hi, thanks for the replies.
I have got it working now, there was a problem with one of the fields in the database.
Post Reply