Search found 75 matches

by zigge
Wed Jul 23, 2014 11:38 am
Forum: Closed Issues
Topic: [fixed] Upgrade issues with default admin user
Replies: 4
Views: 4183

Re: Upgrade issues with default admin user

Further investigation after tracing SQL statements, shows that: - A clean install do an ALTER TABLE on table 'groups' adding a group_desc field. - An upgrade does NOT do an ALTER TABLE on table 'groups'. Checking out latest version from SVN and going through the upgrade sources, there is no ALTER TA...
by zigge
Wed Jul 23, 2014 8:50 am
Forum: Closed Issues
Topic: [fixed] Upgrade issues with default admin user
Replies: 4
Views: 4183

Re: Upgrade issues with default admin user

And debug shows: (mysqli): SELECT group_id, group_name, group_desc, active FROM cms_groups ORDER BY group_id Error (1054): Unknown column 'group_desc' in 'field list' So it seems that a column is supposed to be added during upgrade but have not been done. Adding column manually, and groups shows up....
by zigge
Wed Jul 23, 2014 8:34 am
Forum: Closed Issues
Topic: [fixed] Upgrade issues with default admin user
Replies: 4
Views: 4183

Re: Upgrade does not really work....

Allright, further troubleshooting done. Before upgrade, created a new user 'admin' with Admin role. My default admin user had different name, so just to rule out name issues, I did this. Upgraded. Logged in in admin with my default user, only limited options with lot of errores. Logged out and logge...
by zigge
Tue Jul 22, 2014 8:40 pm
Forum: Closed Issues
Topic: [fixed] Upgrade issues with default admin user
Replies: 4
Views: 4183

[fixed] Upgrade issues with default admin user

Allright. Skipped my provider and are running tests on my own linux server, using a copy of my working site, running cmsms 1.11.10. Upgrade goes well, but when done, my site only shows "oops!" Logging into admin, I am missing ALOT of section(have a new install of 2.0 in parallell). I only ...
by zigge
Tue Jul 22, 2014 1:45 pm
Forum: Closed Issues
Topic: [closed] Installation won't start > white screen
Replies: 28
Views: 21377

Re: [solved?] Installation won't start > white screen

Allright, after cleaning up my .htaccess i now get the nice screen. Now it stops on page 3, telling me that I do not have write access to all files/catalogs. Is there ANY way to debug what file/folder it's complaining about? Done chmod recursive som many times now without luck, and need to drill dow...
by zigge
Mon Jul 21, 2014 6:33 pm
Forum: Closed Issues
Topic: [closed] Installation won't start > white screen
Replies: 28
Views: 21377

Re: [solved?] Installation won't start > white screen

I have a different problem. My error: Fatal error: Uncaught exception 'PharException' with message '__HALT_COMPILER(); must be declared in a phar' in /hsphere/local/home/ziggekatten/dev.skanskakustfiskeklubben.se/cmsms-2.0-beta1-install.php:8 Stack trace: #0 /hsphere/local/home/ziggekatten/dev.skans...
by zigge
Tue Jul 30, 2013 2:41 pm
Forum: The Lounge
Topic: [solved] Unable to create new content
Replies: 5
Views: 2401

Re: Unable to create new content

Allright, struggled with this some time now, and the solution is to uninstall and uppload a previous version of SiteMapMadeSimple. Now things work as they should, but uploading the newest version breakes the site. Even with a fresh install.

I'll live with the previous version.
by zigge
Fri Jul 19, 2013 8:41 pm
Forum: The Lounge
Topic: [solved] Unable to create new content
Replies: 5
Views: 2401

Re: Unable to create new content

Allright, basic troubleshooting shows that SiteMapMadeSpimple is the culprit. Renaming the folder in the modules folder solves the issue. The latest version does simply not work.....

Mats
by zigge
Fri Jul 19, 2013 7:02 pm
Forum: The Lounge
Topic: [solved] Unable to create new content
Replies: 5
Views: 2401

[solved] Unable to create new content

Have been running 1.11.7 for some time now, but suddenly it is broken. No matter what browser or PC I use, the problem is the same. Adding new content, writing my stuff and clicking save gives the following result in the web browser. notice the flash logo with link to akamai-whatever that I have NO ...
by zigge
Tue Sep 11, 2012 12:13 pm
Forum: Modules/Add-Ons
Topic: [solved] Gallery module gone bananas after upgrade to 1.11.1
Replies: 6
Views: 2128

Re: Gallery module gone bananas after upgrade to 1.11.1

For some reason, the install script does not add the column "editors" to the table "cms_module_gallery_props". Manually runningng ALTER TABLE ADD COLUMN.... solved the issue. Further investigation regarding why the upgrade and installscript does not create that column will be don...
by zigge
Tue Sep 11, 2012 6:41 am
Forum: Modules/Add-Ons
Topic: [solved] Gallery module gone bananas after upgrade to 1.11.1
Replies: 6
Views: 2128

Re: Gallery module gone bananas after upgrade to 1.11.1

Further investigations shows that there must be a serious bug here. Current environment have only core modules, gallery 1.6. In the front end, klicking on a Gallery to display images, generates an INSERT into the cms_modules_gallery table with a row containing the Gallery just viewed! This is the re...
by zigge
Tue Sep 11, 2012 6:15 am
Forum: Modules/Add-Ons
Topic: [solved] Gallery module gone bananas after upgrade to 1.11.1
Replies: 6
Views: 2128

Re: Gallery module gone bananas after upgrade to 1.11.1

After a night struggle to get debugging to work, i get the following error in the back end: Notice: Undefined index: filepath in /hsphere/local/home/ziggekatten/skanskakustfiskeklubben.se/modules/Gallery/action.editgallery.php on line 74 Now this is just one row of many with the same error on that f...
by zigge
Mon Sep 10, 2012 7:23 pm
Forum: Modules/Add-Ons
Topic: [solved] Gallery module gone bananas after upgrade to 1.11.1
Replies: 6
Views: 2128

Re: Gallery module gone bananas after upgrade to 1.11.1

Well, I have tried with only the core modules as well, but still the same issue. Frontend works as it should, backend is unusable. Klicking on the links just reloads the page. Very strange.
by zigge
Mon Sep 10, 2012 3:25 pm
Forum: Modules/Add-Ons
Topic: [solved] Gallery module gone bananas after upgrade to 1.11.1
Replies: 6
Views: 2128

[solved] Gallery module gone bananas after upgrade to 1.11.1

Well, everything seems to work except the Gallery module. In the back end it shows each gallery as many times as there are images in the category. Tried several browsers, cleared cache etc. See image attached: http://www.skanskakustfiskeklubben.se/uploads/images/gallery.png Version info: CMS-version...
by zigge
Sat Aug 18, 2012 5:53 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: How to change the users table
Replies: 4
Views: 2192

Re: How to change the users table

http://forum.cmsmadesimple.org/viewtopic.php?f=40&t=2661 Read that first, and there really isn't any other way I know to explain what im trying to do. I want to install cmsmadesimple and have it use a different table then the (prefix)_users. For example have CMS use (prefix)_accounts instead. O...

Go to advanced search