Search found 41 matches

by AccentAvondschool
Mon Mar 20, 2023 8:48 am
Forum: Modules/Add-Ons
Topic: MAMS / MAMS Registration
Replies: 1
Views: 1718

MAMS / MAMS Registration

Hi, I voluntary did a new social project for children with a mild intellectual disability, therefore the website https://www.prettigecollega.online After installing a new template design, the notification page after registration suddenly no longer works. On the verification page it says {MAMSVerific...
by AccentAvondschool
Wed Oct 19, 2022 7:57 am
Forum: Modules/Add-Ons
Topic: MAMS Registration
Replies: 4
Views: 3813

Re: MAMS Registration

Have removed all entire MAMS modules and reinstalled them, with different settings. And now it works with separate use of username and email. No idea what went wrong but I suspect that some settings have remained in the database with the previous setting 'email address=username' ??
by AccentAvondschool
Tue Oct 18, 2022 9:52 am
Forum: Modules/Add-Ons
Topic: MAMS Registration
Replies: 4
Views: 3813

Re: MAMS Registration

Field 'username' is stored in table 'cms_module_mamsregistration_users'
Field 'email' is stored in table 'cms_module_mamsregistration_properties' but is never read

Code: Select all

id  user  title   data 	
0   0     email   name@domain.nl
by AccentAvondschool
Tue Oct 18, 2022 7:55 am
Forum: Modules/Add-Ons
Topic: MAMS Registration
Replies: 4
Views: 3813

Re: MAMS Registration

I looked in the code where the error message 'error_noregister' is called. That appears to be in the file 'action.signup.php' with the following piece of code: // attempt to register to an absolutely verboten group $tmp = $this->GetPreference('noregister_groups'); if($tmp) { $verboten = explode(',',...
by AccentAvondschool
Sun Oct 16, 2022 12:42 pm
Forum: Modules/Add-Ons
Topic: MAMS Registration
Replies: 4
Views: 3813

MAMS Registration

I had the MAMS registry working with the setting 'email address=username'. So far so good, great module. But now I want the user to log in with his username. So I've created a new user property 'email' and set it to 'Required' in the group (if I don't do this, it misses the property and I get the me...
by AccentAvondschool
Mon Sep 19, 2022 7:14 am
Forum: Modules/Add-Ons
Topic: Front End User - having trouble with sign out
Replies: 7
Views: 7356

Re: Front End User - having trouble with sign out

DIGI3, thanks again for the explanation. I'm glad to read that the Foundation has put a lot of effort into adopting the original plugin, which gives us a lot of confidence to continue using CMSMS. When I read about MAMS I immediately thought of YAP (Yet Another Plugin) but now it turns out that the ...
by AccentAvondschool
Sun Sep 18, 2022 7:07 am
Forum: Modules/Add-Ons
Topic: Front End User - having trouble with sign out
Replies: 7
Views: 7356

Re: Front End User - having trouble with sign out

DIGI3, thanks for your comment. So now there is MAMS as a fork of FUE. As a fork means that you still need both plugins (?) and also mean that you have to reconfigure everything ;( I fully understand that a CMS like CMSMS is open source and largely depends on external developers who put together cod...
by AccentAvondschool
Fri Sep 16, 2022 9:32 am
Forum: Modules/Add-Ons
Topic: Front End User - having trouble with sign out
Replies: 7
Views: 7356

Re: Front End User - having trouble with sign out

Hi, I'm currently working on this voluntarily school project and am getting the same error 'Could not determine logged in uid' on the website. But the school finds the error confusing for the logged-in students. I came to this page through Google with comments from two years ago. I read that it migh...
by AccentAvondschool
Sun Nov 07, 2021 8:42 am
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 6179

Re: Warning by code in class.usertagoperations.inc.php ?

I love new updates of this fantastic CMS anyway. But after every update I catch myself that I keep checking (with a pounding heart) whether all installed (custom) modules /(custom) plugins / written UDT's / etc still work well with the new update :o Of course I made/have backups and luckily it hasn'...
by AccentAvondschool
Mon Nov 01, 2021 9:22 pm
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 6179

Re: Warning by code in class.usertagoperations.inc.php ?

Thx Velden for your response. Jo's answer didn't let me go and I searched all UDT's again a few days later. And guess what, Jo was right, somewhere in the depths I found an UDT with the following code for the clocks on https://www.accentavondschool.nl/cursus/cursustijden ... $h += (($params['m'] * 0...
by AccentAvondschool
Thu Oct 28, 2021 1:34 pm
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 6179

Re: Warning by code in class.usertagoperations.inc.php ?

I had already searched my UDTs for 'round' and as I couldn't find anything I thought it was 'eval'. Anyway, 'round' can't be found in my custom plugins either, after that I made a SQL dump and the word 'round' isn't in there either. I also did an flush/clear cache so I don't know what to do anymore ...
by AccentAvondschool
Thu Oct 28, 2021 12:15 pm
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 6179

Re: Warning by code in class.usertagoperations.inc.php ?

Hi Jo, Thanks for your quick response. I've checked my code on it and I indeed use the eval in two ways... In several content blocks (in a modal as an example) {eval cgsimple::get_page_content('security')} in UDT $smarty_data = "{include file='cms_template:courses_costs'} "; $smarty->displ...
by AccentAvondschool
Thu Oct 28, 2021 11:43 am
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 6179

Warning by code in class.usertagoperations.inc.php ?

Hi, My logfile on the server is filled with the following warning .... [Thu Oct 28 09:21:34.603124 2021] [fcgid:warn] [pid 1036:tid 139827971340032] [client xx.xxx.xx.xxx:xxxxx] mod_fcgid: stderr: PHP Warning: Use of undefined constant round - assumed 'round' (this will throw an Error in a future ve...
by AccentAvondschool
Sat Sep 28, 2019 11:16 am
Forum: Modules/Add-Ons
Topic: ECB2 - PHP Fatal error
Replies: 3
Views: 1988

Re: ECB2 - PHP Fatal error

Hi Kiwi Chris,

Thx for your response and looking forward to the update.
by AccentAvondschool
Fri Sep 20, 2019 7:06 am
Forum: Modules/Add-Ons
Topic: ECB2 - PHP Fatal error
Replies: 3
Views: 1988

Re: ECB2 - PHP Fatal error

And allmost the same errors on a clean CMSMS install ... {content_module module="ECB2" field="file_selector" block="test10" dir="images" filetypes="jpg,gif,png" excludeprefix="thumb_"} mod_fcgid: stderr: PHP Fatal error: Uncaught TypeError:...

Go to advanced search