Search found 29 matches

by peram
Sat Aug 22, 2020 1:28 pm
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

thnx - forgot about the documentation :)

that looks rather easy...

peram
by peram
Sat Aug 22, 2020 12:32 pm
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

hm... liking neither option here... What recommendations would you give for migrating the data from the VM where it works to the live site where it doesnt ? Would this approach work : Backup up existing database on live site Backup live site file content backup up vm working database Drop existing d...
by peram
Tue Aug 18, 2020 7:36 pm
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

hm... nothing ? Is the author of FEU still around on the forum ?

kind of frustrating to not be able to add new users.. Anyone care to enlighten me on how to update the database directly if at all possible ?

peram
by peram
Mon Aug 17, 2020 10:23 am
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

Then I don't know what is happening unfortunately. The get_utils method probably comes from CGExtensions. So maybe double check the versions of those modules are the same in both environments. Same versions of CGExtentions in both environments, but when looking at the code itself I find this : /** ...
by peram
Mon Aug 17, 2020 9:32 am
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

velden wrote:First question I should have asked: did you clear the cmsms cache after the migration from the test environment?

That's important.
yes, and that does not help. Did it again just now with the same result

peram
by peram
Mon Aug 17, 2020 6:29 am
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Re: Uncaught LogicException when trying to manage FEU

Seems related though has no resolution yet: http://dev.cmsmadesimple.org/bug/view/12339 seems related, agreed... Could this be PHP version related ? On the vm that works I have peram@ubuntu:/var/www/html/modules/FrontEndUsers$ php -v PHP 7.4.9 (cli) (built: Aug 7 2020 14:29:10) ( NTS ) Copyright (c...
by peram
Sun Aug 16, 2020 8:24 pm
Forum: Modules/Add-Ons
Topic: Uncaught LogicException when trying to manage FEU
Replies: 12
Views: 5181

Uncaught LogicException when trying to manage FEU

hi all. After installing FEU and all need requirements I get the following error when clicking on "Frontend User Management" with debug enabled : Users User History Admin User Properties Groups Fatal error: Uncaught LogicException: FrontEndUsers\InternalCachingManipulator does not have a m...
by peram
Thu Jan 23, 2020 7:11 am
Forum: Modules/Add-Ons
Topic: Unable to upgrade FrontEndUsers due to foreign Key constrain
Replies: 6
Views: 3258

Re: Unable to upgrade FrontEndUsers due to foreign Key const

I'm not sure but seems that the foreign key constraint that should be added is failing because the constraint would be invalid immediately. So find the entries in table 'cms_module_feusers_belongs' where the userid does not exist in table 'cms_module_feusers_users' (column 'id'). Depending on the n...
by peram
Sat Jan 04, 2020 5:06 pm
Forum: Modules/Add-Ons
Topic: Unable to upgrade FrontEndUsers due to foreign Key constrain
Replies: 6
Views: 3258

Re: Unable to upgrade FrontEndUsers due to foreign Key const

This is a site I have just upgraded from 1.11.something to 1.12.2 and then 2.2.13. I do have the database and web-backups still so maybe I should do a roll-back to the 1.11.something but should I upgrade FEU to 1.31.3 before I do the lift to 1.12.2 ? Any pointers are much welcome :) regs, peram Sor...
by peram
Sat Jan 04, 2020 3:36 pm
Forum: Modules/Add-Ons
Topic: Unable to upgrade FrontEndUsers due to foreign Key constrain
Replies: 6
Views: 3258

Re: Unable to upgrade FrontEndUsers due to foreign Key const

That's a blast from the past. I seem to remember that there was an issue with key restraints in older versions of FEU. Looking at this post from a few years back I seem to suggest it was fixed in versions of FEU after 1.31.2 so I would try upgrading FEU directly to 1.31.3 rather than anything earli...
by peram
Fri Jan 03, 2020 5:07 pm
Forum: Modules/Add-Ons
Topic: Unable to upgrade FrontEndUsers due to foreign Key constrain
Replies: 6
Views: 3258

Unable to upgrade FrontEndUsers due to foreign Key constrain

Hi. I'm in the process of updateting our CMSMS installation and when trying to upgrade to FrontEndUsers 1.23.4 and beyond I get this error : ALTER TABLE cms_module_feusers_belongs ADD FOREIGN KEY (userid) REFERENCES cms_module_feusers_users (id) Cannot add or update a child row: a foreign key constr...
by peram
Sun Oct 11, 2009 3:43 pm
Forum: Modules/Add-Ons
Topic: A Private Page with Downloads for Individual Logged In Users
Replies: 5
Views: 2200

Re: A Private Page with Downloads for Individual Logged In Users

you have at least a couple of options The best option is to put all FrontEndUsers code into your template.  Your editors should only be editing pages, not templates, so they'll never have to worry about it.  And templates don't have WYSIWYGs, so you'll never have to worry about the WYSIWYG mangling...
by peram
Thu Oct 08, 2009 7:01 am
Forum: Modules/Add-Ons
Topic: A Private Page with Downloads for Individual Logged In Users
Replies: 5
Views: 2200

Re: A Private Page with Downloads for Individual Logged In Users

[snip] {if $ccuser->loggedin() && $ccuser->username('joe')} show files {else} don't show files {/if} Thanks for that tip !  I have one other question tho'.  What do I  need to do to stop the wisywig-editor to change     $ccuser->loggedin() to      $ccuser->loggedin() ? I've seen references ...
by peram
Fri Apr 11, 2008 7:56 pm
Forum: Modules/Add-Ons
Topic: How to display more than one month with the Calendar module
Replies: 2
Views: 1130

Re: How to display more than one month with the Calendar module

Nullig wrote: Have a look at this:

http://forum.cmsmadesimple.org/index.ph ... 161.0.html

Nullig
Thanks a bunch.  That did what I want.  ;D

peram
by peram
Fri Apr 11, 2008 6:41 pm
Forum: Modules/Add-Ons
Topic: How to display more than one month with the Calendar module
Replies: 2
Views: 1130

How to display more than one month with the Calendar module

Hi, the subject says it all.  I would like to be able to specify the number of months to display at once. Ideally this would be a parameter to set, but if any one can point me to how to modify the templates that would be enough.

Thanks in advance

peram

Go to advanced search