Jump to content

Gauravk

Clients
  • Posts

    1,277
  • 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 Gauravk

  1. Im experiencing a couple of more issues after the upgrade. Please split this topic if we are supposed to make a new topic for every different kind of help.

    Problem 1: Fatal error: The task was called with PHP version 7.4.30 while PHP 8.0.0 is required. in /home/carnity/public_html/carnity.com/applications/core/interface/task/task.php on line 39

     

    Problem 2: featured topic on sidebar looks very funny.

    Could contain: Text

    Problem 3: Same with topics on sidebar

    Could contain: Page, Text, File

     

    Problem 4: I still have plenty of FURL which is not reverted, so should I revert all of them for settings, checkout, store, etc?

    Could contain: Page, Text

     

  2. I just updated my site to the latest version and now events / calendar isnt working.

    We have had a plugin for re-sort widget to alter wrong timings from past, that seems like an issue, so uninstall that too and still site is working, but calendars arent working.

    Any quick help would be highly appreciated, please.

    Thanks in advance.

    https://carnity.com/events/5-events/

  3. So in that case, maybe IPS should start offering its own "PAID" fully-tested plugins for the people who are willing to buy and afford the resource-intensive plugin for the sake of convenience.

    My end goal is "peace of mind" to use technological advancement (with or without plugins) without getting harassed by support as if we have done some crime by installing a third-party plugin.

  4. Thanks @Matt I totally hear your point.

    Perhaps IPS can still add this feature as a selectable button, displaying the disclaimer alongside.

    Facts: As a user of one, we are using this for a few years and have done rigorous page speed/load tests from all hemispheres and noticed no change with it on/off, as for us page load time is prime.

  5. 1 minute ago, Marc Stridgen said:

    If we updated the editor and upload process, and there was an editor issue related to uploads, we would look at that first, as logic dictates that is likely where the issue is. Its nothing more than this.

    Spot on @Marc Stridgen, I seriously wish, pray, and beg if such logical steps get followed in real life.

    In real life, it's 360 degrees. u have chest issue, support asks you to repaint your car, change your seatbelts, move plants in ur house and delete all contact from your phonebook, stand on one leg for 3 hours, before they take the first step. And cause downtime for 24 hours or limping site for 3-7 days.

    HIGHLY ILLOGICAL REASON WAS DISPLAYED AT EVERY SUPPORT INSTANCE I HAVE HAD IN 12 YEARS WITH IPS.

    That's why when I receive logical support (one in a million moon) I feel super happy, that happened yest, btw.

    With such RADICAL BEHAVIOUR toward third-party app "DEVELOPERS," customers like me wish not to install any plugin or even open marketplace ever in my life.

    Why evolve, keep sitting with stone-age men and wait for IPS to catch up?

  6. Please advise which one is correct to run

    CREATE TABLE IF NOT EXISTS `<''>dp4groupsviewlimits_members` (
      `id` bigint(10) NOT NULL AUTO_INCREMENT,
      `memberid` bigint(10) NOT NULL,
      `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
      PRIMARY KEY (`id`),
      UNIQUE KEY `memberid` (`memberid`)
    );

     

    OR

     

    CREATE TABLE IF NOT EXISTS `<>dp4groupsviewlimits_members` (
      `id` bigint(10) NOT NULL AUTO_INCREMENT,
      `memberid` bigint(10) NOT NULL,
      `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
      PRIMARY KEY (`id`),
      UNIQUE KEY `memberid` (`memberid`)
    );

     

    OR

     

    CREATE TABLE IF NOT EXISTS `dp4groupsviewlimits_members` (
      `id` bigint(10) NOT NULL AUTO_INCREMENT,
      `memberid` bigint(10) NOT NULL,
      `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
      PRIMARY KEY (`id`),
      UNIQUE KEY `memberid` (`memberid`)
    );
  7. 2 minutes ago, Randy Calvert said:

    Either your site has a 3rd party resource that is not compatible with PHP8.  Try disabling all 3rd party resources and then trying PHP8

    In that case compatibility scanner should reflect that as it did for 6 older and outdated plugin, 4 we removed and 2 we have updated. Check below.

    3 minutes ago, Randy Calvert said:

    Your PHP8 install might not have the required modules.  Switch to PHP8 and then download and run the compatibility checker to see if you’re missing a required module.

    If you read cPanel support reply PHP 8.0 has been installed correctly.

     

    Present

    Could contain: Text, Page

     

    Before

    Could contain: Page, Text, Number, Symbol, Menu

     

    Before Updating

    Could contain: Text, Page

×
×
  • Create New...