pepperstreet VIP
Total posts: 3,837
18 Jan 2013 20:09

Updated with latest "Everything package" etc. and can´t access any fields. Manage fields results in error message:

An error has occurred.

** 500**

SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM j302_js_res_fields AS f LEFT JOIN j302_viewlevels AS ag ON ag.id = f.access LEFT JOIN j302_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM j302_js_res_fields AS f LEFT JOIN j302_viewlevels AS ag ON ag.id = f.access LEFT JOIN j302_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc LIMIT 0, 20 SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM j302_js_res_fields AS f LEFT JOIN j302_viewlevels AS ag ON ag.id = f.access LEFT JOIN j302_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc 

Last Modified: 02 Mar 2014


Sackgesicht VIP
Total posts: 1,636
18 Jan 2013 20:56

Hmmm ... here it is working .. ?????


pepperstreet VIP
Total posts: 3,837
19 Jan 2013 08:04

:-((( Had to uninstall everything! Which results in a complete removal of section, types, fields... :O:S

Is it possible to keep the database tables of Cobalt on un-install ? At least an option to do so. I have seen other extensions that work this way. A complete removal is really annoying and a major drawback. I lost so much work and time!


Sergey
Total posts: 13,748
20 Jan 2013 07:44

You can clean aministrator/compoennts/com_cobalt/sql/uninstall.utf8.sql

This is file that is triggered on uninstall.

But then what is the reason of uninstall/install if tables will not be recreated and only files deleted and then installed. In this case just update over works the same way.


Sergey
Total posts: 13,748
21 Jan 2013 23:08

You also can pack all your sections before delete and then install them and get thm back including all parameters.


pepperstreet VIP
Total posts: 3,837
22 Jan 2013 07:26

pack all your sections before delete

._. too late

I was too annoyed by this issue, i did not think of this obvious backup and restore solution. Maybe it would have carried the same issue back to my installation!?

Next time...


Sergey
Total posts: 13,748
22 Jan 2013 07:32

Maybe it would have carried the same issue back to my installation!?

It should not. Because it does not create any structure, but just load data into current structure. it is even not necessary that structure is exact. Some fileds may be aded some missed.

Powered by Cobalt