Jump to content

Michael Lachney

Clients
  • Posts

    84
  • 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 Michael Lachney

  1. I'm having an issue on my LIVE forum, as well as, the new Test Install forum. I cannot edit any options in the Guest Group. The groups: Admin, Members and Moderator works fine.

    Screenshot of the error, and how to do a possible fix for this.  Thanks.

    Edited to update the version: This is with v4.7.15

     

    Could contain: Page, Text, File, Webpage

  2. Just updated Recent Topics from 1.1.5 to 1.1.6. The site is throwing this error, I've even uninstalled the app and reinstalled. Still the same error. I'm not sure how to correct this error. I can't even download v 1.1.5 to reinstall it instead of 1.1.6.

    error1.png.d0834d8c01b86ad102f3aac63f95e8dc.png

  3. Purchased this yesterday. With this plugin enabled I'm getting a "Bad Gateway Error" only when trying to create a new topic under Clubs.

    Screen Shots:

    rt_1.PNG.ec43ddd5e75b137118b6e2eb9e4ab8ac.PNG

     

    Goto Clubs: (Click on Start new topic)

    rt_2.thumb.PNG.ed0e92c40d6cc2fe99ecf236ada2e1e9.PNG

    Gives this Error:

    rt_3.PNG.64710f72880806e47f0ce71198cc857e.PNG

     

    Disable Recent Topics:

    rt_4.PNG.f4db24958be153bf454444abc9d8ec7f.PNG

     

    Goto Clubs and Start a New Topic:

    rt_5.thumb.PNG.530fd6a1827e927026f73a2edf3edc34.PNG

     

    Any advice on how to correct this error would greatly be appreciated.

     

  4. Hi, after upgrading our forum and installing Easy Pages. We were receiving an (Task Locking Error).  I contacted IPS support for their help. Upon their investigation, they found that Easy Pages was the culprit.

    Their reply was:

    Hello,
    This appears to be due to the Easy Pages add-on you have installed. If I enable error display via the constants.php file (I have since disabled it), I get the following when attempting to run the processes.
    
    Fatal error: Call to undefined method IPS\easypages\Page::memberPostCount() in /chroot/home/****/****.com/html/community/system/Member/Member.php on line 2734
    
    I would recommend contacting the author of this application for assistance with this issue. 
    
    
    Regards,
    Ryan Ashbrook
    Invision Power Services, Inc.


    I have since uninstalled Easy Pages for the task to run properly. What can we do to get Easy Pages fixed so we can re-install it?

    Thanks, Michael

  5. ​Hmm, okay. That's an easy fix if you're comfortable editing a file by hand:

    File applications/easypages/sources/Page/Page.php

        public static $databaseTable    = 'easypages_pages';
        public static $databasePrefix    = 'page_';
        public static $databaseColumnId    = 'id';
        public static $includeInSitemap    = FALSE;
        
        protected static $databaseIdFields = array( 'page_id', 'page_key' );

    Add the line in the middle with $includeInSitemap, then save, then no more errors.

    I'll make sure that's included in the next update. Thanks.

    ​Thanks, that also fixed another issue. I was getting an error message in IPB ACP under dashboard for me to check sitemap generator that it was locking up. I'm guessing this was causing that error message because it's no longer there.

  6. Not sure why I'm getting this error, anyhelp would be appriecated! ( This is being emailed to me via Cron Daemon)

    PHP Fatal error:  Access to undeclared static property: IPS\easypages\Page::$includeInSitemap in /chroot/home/*****/*****/html/beta/applications/core/extensions/core/Sitemap/Content.php on line 128

     

×
×
  • Create New...