BlogText >
Table of Contents [hide]
Saving pages breaks viewing on PHP 7 - [Fixed in 0.9.8] ∞
Reproduction ∞
My update from PHP 5 to PHP 7 broke it.
- make a new page
- add text
-
preview it
(the preview works fine)
- save it
-
view it
(the page does not load correctly)
Viewing the source of the page, it ends abruptly at
div class="entry-content"
Solution ∞
https://web.archive.org/web/20180922225958/https://bitbucket.org/mayastudios/blogtext/issues/32
Thanks to https://web.archive.org/web/20180922230314/https://bitbucket.org/mayastudios/blogtext/issues/29
The solution for me was to edit these files:
wp-content/plugins/blogtext/api/cache-api.php-
wp-content/plugins/blogtext/api/thumbnail/cache.php
Then change all instances of @mysql_query( to @mysqli_query(
Last updated 2019-12-05 at 04:59:15

split off from the main page