Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag PHP Fatal error: Uncaught Error: Class not found

    Hi I am getting this error when trying to access my admin:

    [17-Apr-2020 12:50:26 UTC] Request URI: /lrbits.co.uk/administration/index.php, IP address: 127.0.0.1
    --> PHP Fatal error: Uncaught Error: Class 'AdminRequestSanitizer' not found in /Applications/MAMP/htdocs/MYWEBSITE/administration/includes/init_includes/init_sanitize.php:19
    Stack trace:
    #0 /Applications/MAMP/htdocs/MYWEBSITE/includes/autoload_func.php(48): require()
    #1 /Applications/MAMP/htdocs/MYWEBSITE/administration/includes/application_top.php(171): require('/Applications/M...')
    #2 /Applications/MAMP/htdocs/MYWEBSITE/administration/index.php(10): require('/Applications/M...')
    #3 {main}
    thrown in /Applications/MAMP/htdocs/MYWEBSITE/administration/includes/init_includes/init_sanitize.php on line 19.

    I'm using PHP 7.3. Tried 7.1 and 7.2 as well.

    I've tried overwriting the relevant files, but still the same. Any ideas?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: AdminRequestSanitizer

    does this file exist:

    admin/includes/classes/AdminRequestSanitizer.php
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: AdminRequestSanitizer

    Quote Originally Posted by carlwhat View Post
    does this file exist:

    admin/includes/classes/AdminRequestSanitizer.php
    Yes it does
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  4. #4
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: AdminRequestSanitizer

    what about this file:

    admin/includes/auto_loaders/config.adminSanitize.php

    are you using ZC156?

    there look to be only 3 files that deal with the loading of the sanitizer. i would compare all 3 versions with the released versions.

    you can also turn on the debug autoloading:

    define('DEBUG_AUTOLOAD', true);

    it is a little tricky figuring out these loading problems, but not impossible.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #5
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: AdminRequestSanitizer

    Quote Originally Posted by carlwhat View Post
    what about this file:

    admin/includes/auto_loaders/config.adminSanitize.php

    are you using ZC156?

    there look to be only 3 files that deal with the loading of the sanitizer. i would compare all 3 versions with the released versions.

    you can also turn on the debug autoloading:

    define('DEBUG_AUTOLOAD', true);

    it is a little tricky figuring out these loading problems, but not impossible.
    Yes I am using 1.5.6c, I'll give it another look in a bit and see if I can figure it out as you are right, kit has to be one of those three files but I have already tried overwriting them all with the raw files from 1.5.6c
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: AdminRequestSanitizer

    Quote Originally Posted by carlwhat View Post
    what about this file:

    admin/includes/auto_loaders/config.adminSanitize.php

    .......
    Quote Originally Posted by mc12345678 View Post
    What about admin/includes/auto_loaders/config.adminSanitize.php that actually has content in it such as:
    $autoLoadConfig[0][] = ...
    i suppose when i asked about that same file a couple of posts earlier, you missed it?
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: AdminRequestSanitizer

    What about admin/includes/auto_loaders/config.adminSanitize.php that actually has content in it such as:
    $autoLoadConfig[0][] = ...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag Re: AdminRequestSanitizer

    Quote Originally Posted by mc12345678 View Post
    What about admin/includes/auto_loaders/config.adminSanitize.php that actually has content in it such as:
    $autoLoadConfig[0][] = ...
    That file was missing. Just put it in and the admin now loads. Thanks very much for that.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

Similar Threads

  1. v153 PHP Fatal error: Class 'dps_pxpay' not found
    By nsanford in forum Addon Payment Modules
    Replies: 12
    Last Post: 22 Dec 2017, 12:44 AM
  2. v154 PHP Fatal error: Class 'QueryCache' not found
    By smarmyclothes in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 20 Sep 2015, 05:21 PM
  3. PHP Fatal error: Class 'queryFactoryResult' not found
    By timdwyer42 in forum General Questions
    Replies: 5
    Last Post: 5 Nov 2009, 11:48 PM
  4. PHP Fatal error: Class 'order' not found
    By 7and2suited in forum General Questions
    Replies: 3
    Last Post: 28 Apr 2009, 06:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg