+ Reply to Thread
Results 1 to 2 of 2

Thread: PHP Fatal error: Class 'Flynax\\Abstracts\\AbstractPlugin' not found

  1. #1

    PHP Fatal error: Class 'Flynax\\Abstracts\\AbstractPlugin' not found

    Hi there,
    I'm not sure what happened but we did not changed anything in code and from yesterday evening we have Error 500 with below code in error.log of apache vhost :
    For admin access
    [Mon Feb 17 20:05:06.233663 2020] [:error] [pid 12568] [client xx.xx.xx.xx:43202] PHP Fatal error: Class 'Flynax\\Abstracts\\AbstractPlugin' not found in /var/www/plugins/multiField/rlMultiField.class.php on line 27


    For normal page view :

    [Mon Feb 17 20:14:34.260290 2020] [:error] [pid 21454] [client xx.xx.xx.xx:37523] PHP Fatal error: Class 'Flynax\\Abstracts\\AbstractPlugin' not found in /var/www/plugins/multiField/rlMultiField.class.php on line 27


    Any idea how to fix it?

    some hint : Yesterday I've install additional Flynax software on the same server but on separate vhost (of course separate license for different domain) , different DB ...

    Second domain is working well.



    I had to disable 5 plugins in DB (multiField, massmailer_newsletter, listings_carousel, categoryFilter, badWordsFilter) to enable access to web site

    I did it by sql cmd :

    UPDATE `fl_plugins` SET `Status` = 'approval' WHERE `Key` = 'badWordsFilter';
    UPDATE `fl_hooks` SET `Status` = 'approval' WHERE `Plugin` ='badWordsFilter';
    UPDATE `fl_lang_keys` SET `Status` = 'approval' WHERE `Plugin` ='badWordsFilter';
    UPDATE `fl_email_templates` SET `Status` = 'approval' WHERE `Plugin` ='badWordsFilter';


    I'm giving up, still error but now when I click on some listing :
    [Mon Feb 17 21:02:51.021259 2020] [:error] [pid 23855] [client xx.xx.xx.xx:3252] PHP Fatal error: Class 'Flynax\\Utils\\Profile' not found in /var/www/includes/classes/rlAccount.class.php on line 554
    Last edited by Aleksander Godzilo-godlewski; February 17, 2020 at 08:04 PM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello,

    You'd better create a ticket to look into the problem

    maybe you removed some files from includes directory

+ Reply to Thread