Update package: 1.2 to 1.3 Gives Blank (white) page
- fraenkiman
- Posts: 307
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Hello miksmith,
I am happy about your success. The archive plugin widget was unremarkable in my testing. It uses a function called fs_filelister(). This function may not be able to access the fp-content directory. As a test, I set the file permissions to 666 and the directory permissions to 777. This can be done via the admin area->Maintain->Restore file permissions. Then rebuild index.
Your web server is based on nginx or Apache?
You now also have access to the Support Data panel via the maintain menu. Here you can check some file and directory permissions and change them if necessary.
Please let us know whether you were successful or not.
Best regards
Frank
I am happy about your success. The archive plugin widget was unremarkable in my testing. It uses a function called fs_filelister(). This function may not be able to access the fp-content directory. As a test, I set the file permissions to 666 and the directory permissions to 777. This can be done via the admin area->Maintain->Restore file permissions. Then rebuild index.
Your web server is based on nginx or Apache?
You now also have access to the Support Data panel via the maintain menu. Here you can check some file and directory permissions and change them if necessary.
Please let us know whether you were successful or not.
Best regards
Frank
My
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Hi, may this be solved by simply rebuilding the index (Admin Area -> Maintain)?miksmith wrote: Fri Apr 12, 2024 7:56 amthe archive widget on the site shows the year and month as containing content
NO archive posts are visible when you click through to the month (Messsage reads: Not Found Sorry, we could not find the page you requested)
NO archive posts are visible in the admin area
All the best,
Arvid
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Id forgotten to rebuild the index - that fixed it all 
THanks so much for all the help

THanks so much for all the help
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Awesome, thanks for letting us know! 

Re: Update package: 1.2 to 1.3 Gives Blank (white) page
I have the same problem, my website has a blank page after update from 1.2 to 1.31
I have not understood how you have solved, the procedure over is too long, should exist something more easy to do.
However I have done also the rebuild index and clear cache (before to update the webpage with F5).
Now the website doesn't work, and I have also another to update.
I have not understood how you have solved, the procedure over is too long, should exist something more easy to do.
However I have done also the rebuild index and clear cache (before to update the webpage with F5).
Now the website doesn't work, and I have also another to update.
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Hi, I think we can make this work.Panther wrote: Sat May 18, 2024 8:26 pm I have the same problem, my website has a blank page after update from 1.2 to 1.31
I have not understood how you have solved, the procedure over is too long, should exist something more easy to do.
However I have done also the rebuild index and clear cache (before to update the webpage with F5).
Now the website doesn't work, and I have also another to update.
I presume you use a custom theme - it may have to be reworked in order to work properly with FlatPress 1.3. See these instructions for more details - it's often only the missing quotes in file includes.
Inspect all .tpl files under fp-interface/themes/[theme]/ and especially look out for the
Code: Select all
{include file=...}
This will work with FlatPress 1.2, but not with FlatPress 1.3:
Code: Select all
{include file=somefile.tpl}
Code: Select all
{include file="somefile.tpl"}

All the best
Arvid
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Hi, doesn't work, my default theme was this at the moment of the update:
ezau-3-column (also because it was assured that it was tested viewtopic.php?t=398&start=10#p1998 with new Flatpress)
I have changed from this {include file=somefile.tpl} to this {include file="somefile.tpl"} in these files:
admin.tpl
comments.tpl
entry-default.tpl
static.tpl
index.tpl
default.tpl
I have changed also this plugin (following this article https://wiki.flatpress.org/doc:tips:smarty2to4):
plugin.footnotespatcher.php
Any other idea ?
ezau-3-column (also because it was assured that it was tested viewtopic.php?t=398&start=10#p1998 with new Flatpress)
I have changed from this {include file=somefile.tpl} to this {include file="somefile.tpl"} in these files:
admin.tpl
comments.tpl
entry-default.tpl
static.tpl
index.tpl
default.tpl
I have changed also this plugin (following this article https://wiki.flatpress.org/doc:tips:smarty2to4):
plugin.footnotespatcher.php
Any other idea ?
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
I have understood why it had a white page, the problem is that Flatpress 1.3.1 uses php 8.4, instead I was using yet php 7.4
Now I set php 8.4, it works, except the Control Panel (admin.php) has a white page. What I can do ?
Now I set php 8.4, it works, except the Control Panel (admin.php) has a white page. What I can do ?
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
It is possible to have an help ?
Thank you
Thank you
Re: Update package: 1.2 to 1.3 Gives Blank (white) page
Qualcuno ha idee su come risolvere ?
Grazie
Grazie
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests