Fullscreen
Loading...
 
Skip to main content

Create a Page Module

Status
Closed
Subject
Create a Page Module
Version
6.x
Category
  • Error
Feature
Administration
Resolution status
Fixed or Solved
Submitted by
Peder Kittelson
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

System error.

The following error message was returned:

Unknown column 'reltype' in 'field list'

The query was:
SELECT `fromPage`, `toPage`, `reltype` FROM `tiki_links` WHERE `toPage` LIKE ? AND `reltype` IS NOT NULL

Values:

1. Editor Test

The built query was likely:
SELECT `fromPage`, `toPage`, `reltype` FROM `tiki_links` WHERE `toPage` LIKE 'Editor Test' AND `reltype` IS NOT NULL


----Link---------

tiki-editpage.php?page=Editor+Test&quickedit=Create+Page

-------------

Tiki 6.1

Solution

Change table tiki_links to include reltype in field column list

I have been very happy with 6.1 - the new version is the best ever!

Workaround
Add field, but I cannot yet find the properties of the field to properly add it.
Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3755
Created
Friday 21 January, 2011 23:25:23 UTC
by Peder Kittelson
LastModif
Tuesday 30 June, 2026 14:30:41 UTC


Show PHP error messages