Jump to content

Philooo

Clients
  • Posts

    65
  • 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 Philooo

  1. If I aks https://mynicecommunity/forums/calendar/ then the URL is automaticaly changed to https://mynicecommunity/forums/events/
    With error page

    If I ask https://mynicecommunity/forums/calendar nothing change and I get the good page

    5 minutes ago, Jim M said:

    Could I confirm you're going to?: ACP -> System -> Search Engine Optimization -> Friendly URLs tab. You will need to scan through each to revert or click the "Revert all" button.

    Could contain: Page, Text, File, Webpage

  2. I was going to check the Calendar of my community after a long [Covid] period without Events

    There's not much that works anymore ... I must have missed something
    What I notice is that I make calls with URLs like ../forums/calendar/... and then the system rewrite them in ../forums/events/...
    And the result is an error page "The page you requested does not exist"

    Any idea for the way to fix this...?

    Thanks!

    PS : my version is 4.7.5

  3. As Google Analytics have some RGPD issues, I would like to install an other Analytics product called Matomo
     

    The Matomo code is something like that :
     

    <!-- Matomo --><script type="text/javascript">
    var _paq = window._paq = window._paq || [];
    _paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);_paq.push(['alwaysUseSendBeacon']);_paq.push(['setTrackerUrl', "\/\/www.flat4ever.com\/wp-content\/plugins\/matomo\/app\/matomo.php"]);_paq.push(['setSiteId', '1']);var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.src="\/\/www.mywonderfulwebsite.com\/wp-content\/uploads\/matomo\/matomo.js"; s.parentNode.insertBefore(g,s);
    </script>
    <!-- End Matomo Code -->

    Where can I install it without risk ? Note that my (wonderfulwebsite) has a WP info frontend and the invision comunity is in a subdirectory

    Many thanks
    Philippe

  4. SInce years that I run the IPB system I had no problem with upgrades. I recently updated my server to PHP 8.0 but I had no problem with precedent upgrade.

    But this week, when I want to run the 4.6.11 version, it blocks telling me that there is a "theme incompatibility"

    image.png.e4bd312a1e2599f80423ebbaaa69db84.png

    I am blocked, I don't know what to do, what is the risk to continue, is there a roll back possibility 

    many thanks in advance for your advice / help

  5. Also have problems to switch to PHP 8.x
    I actually run 4.6.9 Invision system
    My website shows the "Error 500".

    I trieds to deactivative plugins and third party apps... the same.

    I checked my PHP error logs. It seems that errors comes from core files :

    Quote

    [08-Jan-2022 17:09:25 UTC] PHP Fatal error:  Array and string offset access syntax with curly braces is no longer supported in /home/mywebsite/public_html/forums/applications/pathalias/sources/Secure/Application.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 11


    [08-Jan-2022 17:09:25 UTC] PHP Fatal error:  Uncaught ErrorException: Class IPS\pathalias\Application could not be loaded. Ensure it has been properly prefixed with an underscore and is in the correct namespace. in /home/mywebsite/public_html/forums/init.php:747

    Any solution ? Any idea ? 

    Thanks in advance

×
×
  • Create New...