Loading...
 
Architecture / Installation

Architecture / Installation


I need help!!!

posts: 5

I think I missed up my Wiki, everything seems to be working fine but when i try to add an article i get the following error:

Notice: Undefined variable: ADODB_LASTDB in /home/iphixnet/public_html/gl/wiki/lib/tikidblib.php on line 134

Warning: error: Unknown column 'reads' in 'field list' in query:

insert into `tiki_articles` (`title`, `authorName`, `topicId`, `useImage`, `image_name`, `image_size`, `image_type`, `image_data`, `publishDate`, `expireDate`, `created`, `heading`, `body`, `hash`, `author`, `reads`, `votes`, `points`, `size`, `topicName`, `image_x`, `image_y`, `type`, `rating`, `isfloat`) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)


in /home/iphixnet/public_html/gl/wiki/lib/tikidblib.php on line 134


Could someone please help me? The wiki is at http://gl.iphix.net/wiki

Thanks a lot in advance!

posts: 1633 Canada

Hi!

"reads" became a reserved word in MySQL5

You probably upgraded Tiki without running the DB upgrade script.

Therefore, you must run db/tiki_1.8to1.9.sql on your database.

M ;-)

posts: 5
Thanks a lot Mar, it's now working! :-)