Jump to content

Dknelson

Clients
  • Posts

    131
  • 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

Posts posted by Dknelson

  1. 24 minutes ago, Daniel F said:

    It's an error in this app 🙂 It seems that there's a not used class which is in the wrong namespace

    namespace IPS\memberlist\Helpers\Form;

    I appreciate the response but I can't even find that app. Where would I find it or disable it?

  2. I'm getting two errors MANY times.  About every minute or so.  I. don't know that this app is causing it but it's all I can come up with.

    A class in an app extends the class \IPS\memberlist\Helpers\Form\FormAbstract for which no file /home/dknelson/public_html/forum/applications/memberlist/sources/Helpers/Form/FormAbstract/FormAbstract.php exists! The method scanner skipped comparing that file to any of its subclasses

    The class \IPS\memberlist\Helpers\Form\Address extends \IPS\memberlist\Helpers\Form\FormAbstract, but the parent class couldn't be loaded.

    Could this app be my problem?  If so, is there a solution?

  3. The only thing I. can remember changing is under Advanced Settings and Tasks.  I was. getting. a notification that my PHP was 7.4. and I needed to update, which I had already done.  But. I. hadn't changed the. cron command.  I. updated it to 

    When this setting is enabled you MUST ensure that the cron is set up properly. If this setting is turned on but no cron is set up it will cause significant damage to your site.

    You should set the cron to run the following command every minute:
    /opt/cpanel/ea-php80/root/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/dknelson/public_html/forum/applications/core/interface/task/task.php 88fde358f746629c7470545dbe22bd4f

    So I no longer the the warning about PHP 7.4 but I started. getting this new error.  I get the error every minute and I think this is the only task I have that runs every minute.  I don't remember what the command was before I made the change.  Permissions for task.php are set at 0777 as instructed.

  4. I switched my forum from VBulleting to Invision two or three years ago.  When I look at PHP MyAdmin, I have several databases and I know that at least a couple of left over from VBulleting.  Does Invision use these are can some be deleted?

    I wonder if _forums and _forums2 can be deleted.  Also, ipb one appears to be completely empty.  Now sure why it's there.

     

     

    Could contain: Text, Flyer, Advertisement, Paper, Poster, Brochure

    • A class in an app extends the class \IPS\memberlist\Helpers\Form\FormAbstract for which no file /home/dknelson/public_html/forum/applications/memberlist/sources/Helpers/Form/FormAbstract/FormAbstract.php exists! The method scanner skipped comparing that file to any of its subclasses
      17
    • The class \IPS\memberlist\Helpers\Form\Address extends \IPS\memberlist\Helpers\Form\FormAbstract, but the parent class couldn't be loaded.
  5. I keep getting this email:  

    PHP 7.4 End of Life
    spacer.png

    PHP 7.4 will soon be reaching end of life and will no longer receive any security updates.

    Our November release will introduce a new minimum requirement of PHP 8.0. You are seeing this message because you are currently using PHP 7.4. Please upgrade as soon as possible.

    Where are they getting information that I am still using PHP 7.4?  I've been on 8.0 for at least two or three months.

     

  6. This is probably way too simple for most of you but just in case, I decided to post it.  I had been trying to update from 7.4 to 8.0 for several days.  Every time I tried, my home page would open as a blank page.  I could refresh the page and it would come up but no links to anything else would work, just got blank pages.

    I found that the default memory limit for PHP 8.0 as installed was 32MB.  Increased it to 128MB as specified by Invision and everything works properly now.   I've seen several other posts with basically the same issue so just thought I would point this out.  

  7. I can access the ACP.  I can get the home page of the forum to open.  It opens as a blank page but comes up if I refresh the page.  Anything else I click on from the forum page, I just get blank pages.  ACP works fine.  I tried disabling all plugins and applications and that doesn't help.

×
×
  • Create New...