Jump to content

bosss

Members
  • Posts

    736
  • 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 bosss

  1. @Marc Stridgen like here

     

    <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^oldlibar\.website$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.oldlibar\.website$
    RewriteRule ^ipb46\/?$ "https\:\/\/www\.oldlibar\.website\/" [R=301,L]
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

     

  2. @Daniel F Please some help - my htaccess is now like this

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^oldlibar\.website$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.oldlibar\.website$
    RewriteRule ^ipb46\/?$ "https\:\/\/www\.oldlibar\.website\/" [R=301,L]

    my what i download from my Admin cp is here

     

    <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    How can make both in one or ...?

    regards

  3. 19 minutes ago, Marc Stridgen said:

    That isn't a standard one, no. You can get a standard htaccess from your admin CP by visiting System->Site Promotion->Search Engine Optimisation. You will see "Download this file" on that page

    I do not see that file to download?

    Sorry my mistake - found!

  4. Now i have this

     

    Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.

    Just now, Nathan Explosion said:

    Enable the MySQLi extension - don't know how? Then contact your host.

    I enable and get after error on my site

    Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.

  5. 49 minutes ago, Jim M said:

    This sounds like there is something here related to those applications/plugins then, I'm afraid. You would need to know which ones are configured and likely reaching out to a member/group that no longer exists as that is what you error there on 9-22 at 15:20 is stating.

    That error was reached "guest" and i never move or move user groups!

  6. 1 hour ago, Jim M said:

    Looking at the related .../Members.php issue you are outlining at 15:20 there, it looks like memberscounty and sticky notes applications are still involved with this. Are you still running into this error with all third party applications/plugins disabled?

    No - no apps and no plugins  - but one time enable one app or plugin and another time enable some another and errors come back ....

  7. 16 hours ago, Daniel F said:

    It seems that there’s a member with a not existing member group set as primary group! Have you recently deleted any groups or have you changed the default member group?

    My error_log on server

    [07-Sep-2022 14:50:17 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:51:37 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:51:40 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:51:49 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:52:25 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:53:30 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 14:59:52 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 15:03:19 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 15:04:22 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 15:04:27 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198
    [07-Sep-2022 15:06:30 UTC] PHP Fatal error:  Cannot redeclare IPS\Application\_Scanner::getMethods() in /home/oldlndse/public_html/system/Application/Scanner.php on line 1198

    @Daniel F here is part on my config file  -

    'board_start' => '',
      'installed' => true,
      'base_url' => 'https://www.oldlibar.website',
      'guest_group' => 2,
      'member_group' => 3,
      'admin_group' => 4,

    But i have more group groups  - Moderators - Donates  - Bannad - must i add them in config file?

  8. 2 minutes ago, Jim M said:

    You will want to disable all third party applications/plugins and switch to an unmodified theme to see if the error subsides. Right now, there are still many third party add-ons showing up in that stack trace. 

    I made what you said and was same - i have few

     see them here

    @Jim M

    Could contain: Page, Text, Word, Document, File

  9. 35 minutes ago, Marc Stridgen said:

    Please disable the videos application and then check again, as this appears to be coming from that application

    Disabled application Videos and will test!

     

    Have those whole sys errors

     

     

    Could contain: Text, Page

  10. 
    xxxxxx (Members)
    3 minutes ago
    The URL of page the error occurred on was https://www.oldlibar.website/?app=core&module=system&controller=ajax&do=instantNotifications&csrfKey=f16f32052f20916571aa555233cbbb39&notifications=0&messages=0

     

    OutOfRangeException:  (0)
    #0 /home/oldlndse/public_html/system/Member/Member.php(797): IPS\Patterns\_ActiveRecord::load(3)
    #1 /home/oldlndse/public_html/init.php(927) : eval()'d code(30): IPS\_Member->get_group()
    #2 /home/oldlndse/public_html/system/Patterns/ActiveRecord.php(335): IPS\videos_hook_memberSource->get_group()
    #3 /home/oldlndse/public_html/system/Session/Front.php(255): IPS\Patterns\_ActiveRecord->__get('group')
    #4 [internal function]: IPS\Session\_Front->read('a7503693a9f5026...')
    #5 /home/oldlndse/public_html/system/Session/Session.php(94): session_start()
    #6 /home/oldlndse/public_html/system/Theme/Theme.php(417): IPS\_Session::i()
    #7 /home/oldlndse/public_html/system/Theme/Theme.php(312): IPS\_Theme::currentThemeId()
    #8 /home/oldlndse/public_html/init.php(927) : eval()'d code(16): IPS\_Theme::i()
    #9 /home/oldlndse/public_html/system/Dispatcher/Front.php(826): IPS\Dispatcher\axenfontawesome6_hook_loadJSandCSS::baseCss()
    #10 /home/oldlndse/public_html/init.php(927) : eval()'d code(66): IPS\Dispatcher\_Front::baseCss()
    #11 /home/oldlndse/public_html/init.php(927) : eval()'d code(16): IPS\Dispatcher\stickynotes_hook_Outputs::baseCss()
    #12 /home/oldlndse/public_html/system/Dispatcher/Front.php(79): IPS\Dispatcher\chatbox_hook_Dispatcher_Front::baseCss()
    #13 /home/oldlndse/public_html/init.php(927) : eval()'d code(17): IPS\Dispatcher\_Front->init()
    #14 /home/oldlndse/public_html/init.php(927) : eval()'d code(23): IPS\Dispatcher\memberscountry_hook_dispatcherFront->init()
    #15 /home/oldlndse/public_html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\stickynotes_hook_Outputs->init()
    #16 /home/oldlndse/public_html/index.php(13): IPS\_Dispatcher::i()
    #17 {main}

     

    Got them last few days

    IPS 4.7.2.1

    PHP 7.4.30

×
×
  • Create New...