Loading...
 
Skip to main content

MySQL-Errors approve+staging

Status
Closed
Subject
MySQL-Errors approve+staging
Version
2.x
Category
  • Error
Feature
Database MySQL (MyISAM)
Wiki (page view, edit, history, rename, etc)
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Staging and Approval
Submitted by
walklife
Volunteered to solve
walklife
Lastmod by
Philippe Cloutier
Rating
(0)
Description

I have another problem on TikiWiki 2.0RC2:

I have two similar TikiWiki-installations. One just for testing on my Linux-Server and the second on a WinNT-Server. The Windows-Server is the one we want to/have to use for our Wiki 😑

On my Linux-Server works everything without problems.

On the Win-Server don’t work "approve+staging".

If I wont approve changes it shows me this error:

An error occured in a database query!

Context:
File tiki-approve_staging_page.php
Url tiki-approve_staging_page.php?page=Baustelle_Test
Query:
update `tiki_pages` set `description`=? `data`=? `comment`=? `lastModif`=? `version`=? `user`=? `ip`=? `page_size`=? `is_html`=? `wysiwyg`=? `wiki_authors_style`=? `flag`=? `lockedby`=? where `pageName`=?
Values:

0 1 <p>Test</p>

2 approved by ottonormal
3 1217330865
4 6
5 ottonormal
6 10.40.153.101
7 225
8 1
9
10 NULL
11
12
13 Test
Message:

Built query was probably:

update `tiki_pages` set `description`= `data`='<p>Test</p>' `comment`=' approved by ottonormal' `lastModif`='1217330865' `version`='6' `user`='ottonormal' `ip`='10.40.153.101' `page_size`='225' `is_html`='1' `wysiwyg`= `wiki_authors_style`=NULL `flag`= `lockedby`= where `pageName`='Test'


Files
  1. Approve Staging
  2. Staging
Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1909
Created
Tuesday 29 July, 2008 11:44:16 UTC
by Unknown
LastModif
Saturday 06 July, 2024 10:21:44 UTC


Show PHP error messages