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
- 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 NULLValues:
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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 3755
- Created
- Friday 21 January, 2011 23:25:23 UTC
by Peder Kittelson - LastModif
- Tuesday 30 June, 2026 14:30:41 UTC