jeroenkroon
Forum Replies Created
-
Ok, just comment out line 11 in the file “em-notices.php” (found in the classes subdir of your events manager plugin). It is the line that says: session_start();
Change to: //session_start();
Not sure if this breaks event manager but after running some quick tests it seems to work fine for both. If it does break the plugin, just remove the // and your back to square 1!
With my little knowledge, no it seems that cartpress starts the session so it get’s a change of fully loading all classes. If there is a better solution, i would be glad to know!
Having the exact same problem, with the same plugins. It looks like the Events Manager is starting a session before the cartpress is fully loaded. I’m looking at the different codes right now but i can’t find event manager starting a session anywhere. Still searching though.
This issue is also posted on the cartpress support fora.
Forum: Plugins
In reply to: [CommunityAPI SSO] [CommunityAPI SSO] What is this API that is needed?See a working version of this plug at my website, contact me if you need more help.
Forum: Plugins
In reply to: [CommunityAPI SSO] [CommunityAPI SSO] What is this API that is needed?ok, got it!
The sollution was dead simpel!
Here’s what i’ve done:
Install and do as told above.
Edit the table “phpbb_api_trusts”
Add the full url to your wordpress or root (don’t know if this is used, but it works for me), the api secret and api site.
Now at the wordpress settings add the name of the correct groups: standard phpbb for admin would be ADMINISTRATOR and for normal visitors use REGISTERD (check the table phpbb_groups to be shure!)Save, ready!
I used the name of the groups as they were used in the ACP, and i use a translation pack… so they didn’t match the database name…
Thanks for this great plugin!
Forum: Plugins
In reply to: [CommunityAPI SSO] [CommunityAPI SSO] What is this API that is needed?i notice a refer_url field in the database table. Do I leave it blank?
Forum: Plugins
In reply to: [CommunityAPI SSO] [CommunityAPI SSO] What is this API that is needed?Same here, I tries to log in with SSO and a password but fails. Also no new users are made at the WordPress side.
looking into it now…