got it working by using the wizard to create a new version of my app.
On Thursday, May 10, 2012 4:16:00 PM UTC-4, Larry Wapnitsky wrote:
>
> the whole "plugin_wiki" thing is really starting to get my goat. Now I'm
> getting errors trying to delete my test wiki page:
>
> <class 'gluon.contrib.pymysql.err.IntegrityError'> (1452, u'Cannot add or
> update a child row: a foreign key constraint fails
> (`rbl`.`plugin_wiki_page_archive`, CONSTRAINT
> `plugin_wiki_page_archive_ibfk_1` FOREIGN KEY (`current_record`) REFERENCES
> `plugin_wiki_page` (`id`) ON DELETE CASCADE)')
> On Thursday, May 10, 2012 3:44:49 PM UTC-4, Massimo Di Pierro wrote:
>>
>> If you use chrome check the developer tools. There should be some ajax
>> request to get data. Does it fail? Why?
>> To check you can also delete your tickets in errors/* and see if any new
>> one shows up.
>>
>> On Thursday, 10 May 2012 08:31:15 UTC-5, Larry Wapnitsky wrote:
>>>
>>> I'm trying out jqgrid (yes, I finally got plugin_wiki working ;)), but
>>> can't seem to get it to display data. Here is my code:
>>>
>>> *{{=plugin_wiki.widget('jqgrid', db.ips)}}*
>>>
>>> I see a table with MOST of my fields showing (not all, strangely), but
>>> no data. I know for a fact that the database is populated.
>>>
>>> Ideas?
>>>
>>> Thanks
>>>
>>