Jump to content

Stefan Johansson_72643

Clients
  • Posts

    168
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Stefan Johansson_72643

  1. 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>
  2. 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!
  3. 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?
  4. @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?
  5. @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?
  6. @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)
  7. 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>
  8. We would really like a sidebar widget with our Mastodon server timeline. Anyone working on this idea?
  9. Thanks, I manually deleted that file (FAQ.php) and the PHP8 incomp warning disappeared. However, now the FAQ system application shows up as "locked" in my dashboard list of applications, and I cannot unlock it myself, the IPB software asks for an updated version.
  10. Hi @HeadStand, any updates on my previous post?
  11. Now I have updated the access info, let me know if any data is missing for you to access the site/server
  12. Thanks, will update this asap, am in a conference right now but will update later tonight. Thanks @Marc Stridgen, no nothing customized about URLs. The Rewrite URLs setting in the IPB Dashboard works for all other links (in the forums, articles, blogs etc), but not for Events. If I toggle this function to *On*, I get this message saying "The page you requested does not exist" and the Error code 1S160/2 Is there somehting in the IPB software that causes this or is there a problem at my (or the host) end?
  13. Thanks @Marc Stridgen, no nothing customized about URLs. The Rewrite URLs setting in the IPB Dashboard works for all other links (in the forums, articles, blogs etc), but not for Events. If I toggle this function to *On*, I get this message saying "The page you requested does not exist" and the Error code 1S160/2 Is there somehting in the IPB software that causes this or is there a problem at my (or the host) end?
  14. I found a work-around; when I unticked the "Rewrite URLs", I get friendly URLs (although with .../index.php?/...) and the Events works. @Marc Stridgen are you sure this is a problem with the IPB software?
  15. I have only used the friendly URLs function as part of the software, see screen shot, these are the settings I have used for a long time. You mean I need a consultant for this? I thought it was possible just to use the options in the Dashboard.
  16. Hi, I get an error in the PHP8 comp check in the IPB dashboard. See the first two lines in the screen shot below. Seems that the FAQ application works on my site, so not a critical error for me but might be good for you to look into for future releases. Many thanks, Stefan
  17. Seems to be a friendly URL problem. I de-activated friendly URLs and then it worked, I could view Events, create events, look at previously posted events etc. However, I really want friendly URLs and when I activate them again, the error above re-appears. Have tried to rebuild site-map and also clear system cache but that does not fix this issue. Any solution or work-around?
  18. Hi, after the latest upgrade to v4.7.3 - Events / Calendar does not work any longer. The Events cannot be accessed at all, when I click on "+" to create en Event I get the error code 1S160/2, and saying the page does not exist. Any idea why this happens?
  19. thanks @Jon Erickson and @Randy Calvert - I think you are right. The Cron command says : /opt/alt/php73/usr/bin/... I do not dare edit but I suppose I could change to /php80/ but will ask my host for support
  20. I think my error (just posted) is related to this? If yes, could you direct me to the location of the Scanner.php-file, I simply cannot find it 😞
  21. Hi @Jon Erickson, I just updated from 1.0.13 to 1.0.15 and something happened. I get a long "Cron error" over email saying I run PHP 7.3 while I am on 8.1, see below. I have tried PHP 7.4 and 8.0, still the same happens. ANy clue this happens? Is it related to the discussion above about Vendors? Exception: ErrorException Object ( [message:protected] => Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.33. [string:Exception:private] => [code:protected] => 256 [file:protected] => /home/nicuuorg/public_html/applications/awsses/sources/vendor/composer/platform_check.php [line:protected] => 24 [trace:Exception:private] => Array ( [0] => Array ( [function] => errorHandler [class] => IPS\IPS [type] => :: [args] => Array ( [0] => 256 [1] => Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.33. [2] => /home/nicuuorg/public_html/applications/awsses/sources/vendor/composer/platform_check.php [3] => 24 [4] => Array ( [issues] => Array ( [0] => Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.33. ) ) ) ) [1] => Array ( [file] => /home/nicuuorg/public_html/applications/awsses/sources/vendor/composer/platform_check.php [line] => 24 [function] => trigger_error [args] => Array ( [0] => Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.33. [1] => 256 ) ) etc-etc....
  22. We are using the Club function to create a space for a number of static pages (related to hospital support in Ukraine: https://99nicu.org/clubs/5-support-nicus-in-ukraine/). It would be great to be able to create sub-items in the menu, i.e. like a dropdown function. In the example above, we would like to group pages this way, to avoid too many items in the "main menu".
×
×
  • Create New...