Page 1 of 1
*** SOLVED *** blank page on publishing
Posted: Fri Feb 23, 2024 9:23 pm
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.
Re: blank page on publishing
Posted: Fri Feb 23, 2024 9:26 pm
by lummis
If you have published the page before you may be looking at a cached version. Click Ctrl+F5 to refresh the page.
Re: blank page on publishing
Posted: Fri Feb 23, 2024 9:36 pm
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.
Re: blank page on publishing
Posted: Sat Feb 24, 2024 7:30 am
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.
Re: blank page on publishing
Posted: Sun Feb 25, 2024 3:52 pm
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.