Loading...
 
Skip to main content

Architecture / Installation


wiki edit or create page not working!

posts: 68

Hi,

I just upgraded from 1.8.5 to 1.9 and everything seems to be just fine except that tiki-editpage.php does not seem to be working at all. I just get a blank page without any error messages.

And when I try to create a new page from Structures, I get the following error message inlaid in the page:

An error occured in a database query!

Context:
File /~sr352/tiki-edit_structure.php
Url /~sr352/tiki-edit_structure.php
Query:
insert into `tiki_pages`(`pageName`,`hits`,`data`,`lastModif`,`comment`,`version`,`user`,`ip`,`description`,`creator`,`page_size`,`is_html`) values(?,?,?,?,?,?,?,?,?,?,?,?)
Values:
0 new one
1 0
2
3 1114988190
4 created from structure
5 1
6 system
7 0.0.0.0
8
9 system
10 0
11 0
Message:
Error Message Unknown column 'is_html' in 'field list'

Please help!

sooraj.

posts: 78 India

I reported in IRC the same error message that was occuring on doc.tikiwiki.org and damian fixed it. So, he or someone else should be replying hopefully soon to you here.

> Message:
> Error Message Unknown column 'is_html' in 'field list'
>
> Please help!
>
> sooraj.


posts: 23 Germany

You have to update your database with tiki-install.php with the file tiki_1.8to1.9.sql. It contains the line:
ALTER TABLE `tiki_pages` ADD `is_html` TINYINT(1) default 0;
which creates the missing column.

redflo


posts: 23 Germany

ah, yes, and for the blank page, have a look at art82

redflo


posts: 68

Thanks REDFLO and Sridhar - the creation of new page is now working after I ran the Alter Table line of the sql script using Phpmyadmin.

But, Oh no! Please don't tell me that I can't edit Wiki pages because my host has the 8MB limit. I have asked my host to raise it, but they wouldn't, they suggested that I quit Tikiwiki - which I can't coz I love it!

But I could edit Wiki pages with just 8MB in 1.8.5, why does it need more in 1.9?

I just hope it is some other mistake which I can rectify at my end.

posts: 23 Germany


> But I could edit Wiki pages with just 8MB in 1.8.5, why does it need more in 1.9?

Memory requirements are slightly highter in 1.9 but i think, if you can edit a page in 1.8.5 chances are good that you can edit it in 1.9 too. If it does not work, your host may want to install a php accelerator? With turck mmcache, we need < 3MB usually. See tw.o.


posts: 3

hi,
i face with the same problem. but a little bit different, i see something, Language, Smileys (all can be seen 😀) and edit part without textarea. else nothing. as i said, the page opens, i see the three parts but nothing else..
what can be the problem.?
i have uploaded the files twice to be sure any file to be uploaded correctly.
thanks.