Open farvardin opened 4 months ago
it's a plugin located into plugins
which causes the error
all those plugins seems to be problematic:
wkp_Admin.php wkp_Captcha.php wkp_IndexBlog.php wkp_SelectTemplate.php wkp_AjaxEditing.php wkp_Footnotes.php wkp_Index.php wkp_Upload.php wkp_BetterEditor.php wkp_ImageExt.php wkp_InlineDiff.php
that's not correct: it looks like more than 11 plugins in the plugins folder will cause the problem (and some plugins are indeed problematic)
only wkp_BetterEditor.php and wkp_Upload.php are still problematic at the moment, I've fixed a few others
If your wiki is blank after an upgrade, it might be because of php 8.2
use php 7.4 if possible, or otherwise you can do this:
$LANG = en;
is written $LANG = 'en';
instead (note the quote)
there is a problem linked to headers with php 8.2:
https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php