-
You are using an alternate directory for the AdminCP. Support for this has been removed for v5.
I have also have an alternate path for the admin folder... How do I revert this change? Can I just rename the admin folder to "admin"? I was browsing the config settings in the dashboard and could not find a path..
-
New member validation (email + admin validation) not working?
Thanks, changed to those settings. The two last questions - what would you recommed there? "Do not allow to register at all"?
-
New member validation (email + admin validation) not working?
@Jim M any updates, does the updated credentials for admin login work?
-
New member validation (email + admin validation) not working?
Please try now with the provided credentials for logging in to the Admin dashboard.
-
New member validation (email + admin validation) not working?
Thanks Jim, the Email Error Log is empty (and I just sent out 5000 emails to our members) I check the login settings, just give me a minute,
-
New member validation (email + admin validation) not working?
Hi, we recieve a lot of Russian spam registrations at 99nicu.org, and I wanted to run the two-step validation for new registrations (1. email to reg members to validate and 2. administrator validation). However, despite working email server (SMTP), now emails are going out to new registrations, registrations just show up directly for admin validation. I tried to change to only email validation (first choice), but the admin only validation was still operative. So, when changing options on the screen shot, the actual method does not change. The email SMTP-service we use give all Green Lights for the step (postal.oderland.com) Any clues why this is not working?
-
Cron error when sending Bulk email
I get a Cron error when sending Bulk emails to our members on 99nicu.org The error is: Cron <nicuuorg@baku> /opt/alt/php81/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/nicuuorg/public_html/applications/core/interface/task/task.php d5bebef479ed470ad3d8dd45d03815e8 Is this a software issue or a server host issue? Any support would be much appreciated. <!DOCTYPE html> <html lang="en"> <head> <title>Error</title> <style type='text/css'> body { background: #f9f9f9; margin: 0; padding: 30px 20px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; } #error { max-width: 800px; background: #fff; margin: 0 auto; } h1 { background: #151515; color: #fff; font-size: 22px; font-weight: 500; padding: 10px; } h1 span { color: #7a7a7a; font-size: 14px; font-weight: normal; } #content { padding: 20px; line-height: 1.6; } #reload_button { background: #151515; color: #fff; border: 0; line-height: 34px; padding: 0 15px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 14px; border-radius: 3px; } </style> </head> <body> <div id='error'> <h1>An error occurred <span>(500 Error)</span></h1> <div id='content'> We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. <br><br> You can try again by clicking the button below, or try again later. <br><br> <button onclick="window.location.reload();" id='reload_button'>Try again</button> </div> </div> </body> </html>
-
Error EX144
Stefan Johansson_72643 replied to Stefan Johansson_72643's post in a topic in Classic self-hosted technical helpI see , many thanks!
-
Error EX144
I get this error since a few days. No dashboards edits or updated plugins etc have been done. I runt the latest version of IPB. Have tried to clear caches and disabled my (few) addons etc, but the problem is still there. Please help!
-
How to add club members without 'invite' process?
I bump this topic. We run a membership subscription plan and those signing up are getting into a new Members group. We want this Members group to get access to a club. Can we somehow automatically add those people automatically?
-
"There was an error processing the payment" using Stripe
I see... did you change to PayPal payments?
-
"There was an error processing the payment" using Stripe
@Adriano Faria I experience a similar issue, all keys are correct but the webhook fails to communicate back to our IPB installation. How did you fix your problem?
-
Cron error after latest upgrade, to 4.7.8
@Marc Stridgen thanks, I got an email and updated the access info in your dashboard. Do the future corresponding go over email or through this thread?
-
Cron error after latest upgrade, to 4.7.8
@Makoto Thanks, I attach a screen shot of the system logs. There are multiple identical errors logged, seems that a guest visitor elicits this error. @Marc Stridgen nothing updated here, the PHP-version used is 8.1.16 (since a while)
-
Cron error after latest upgrade, to 4.7.8
After the latest upgrade to 4.7.8 we recieve cron errors about 20 times per day, we get an email with the subject " Cron <nicuuorg@baku> /opt/alt/php81/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/nicuuorg/public_html/applications/core/interface/task/task.php d5bebef479ed470ad3d8dd45d03815e8" with the code snippet below. Anyone with ideas what may be going on? Thanks in advance 🙂 <!DOCTYPE html> <html lang="en"> <head> <title>Error</title> <style type='text/css'> body { background: #f9f9f9; margin: 0; padding: 30px 20px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; } #error { max-width: 800px; background: #fff; margin: 0 auto; } h1 { background: #151515; color: #fff; font-size: 22px; font-weight: 500; padding: 10px; } h1 span { color: #7a7a7a; font-size: 14px; font-weight: normal; } #content { padding: 20px; line-height: 1.6; } #reload_button { background: #151515; color: #fff; border: 0; line-height: 34px; padding: 0 15px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 14px; border-radius: 3px; } </style> </head> <body> <div id='error'> <h1>An error occurred <span>(500 Error)</span></h1> <div id='content'> We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. <br><br> You can try again by clicking the button below, or try again later. <br><br> <button onclick="window.location.reload();" id='reload_button'>Try again</button> </div> </div> </body> </html>