Loading...
 
Skip to main content

Architecture / Installation


After editing, page cannot be displayed

posts: 30

I've edited some wiki pages and now when I try to view them, I get
"The page cannot be displayed" 😢

Other pages view and edit fine. A similar problem is in the articles module. Some articles edit and view just fine, while other articles can be viewed not edited (using any link that takes you to the editing screen.)

I'm suspicious that there is some problem with the body text in MySQL. However, I've done a select on the MySQL tables where it is located and can't find an anomaly.

I'm on Linux 2.2 kernel, MySQL 4.0.20, PHP 4.3.7, running on iPlanet 6.0.

posts: 71 United States
What version of Tiki are you running? I seem to recall 1.7 having this problem sometimes.

posts: 2881 United Kingdom

Make sure your PHP memory_limit isnt set to 8Mb, Tiki needs at least 16Mb or 32Mb to run successfully

Damian


posts: 30
I'm on Tiki v1.8.3. I set memory_limit=32M and ran ./configure and recompiled, but I still have that problem.

posts: 8

Had the same problem with 1-8-5 in the forums when viewing a thread. Interestingly, this happened only in one specific forum out of three (the one with the most posts in it) and apparently not to anonymous or registered, but only to admin and editors.

However, setting PHP to 32M solved it for me.


posts: 30

I upgraded to 1.9.11 and all the problems went away.

😊