• Good evening,
    I have this problem, when from my wordpress console (atimorganti.it/wp-admin) I try to go to the Pages menu and then enter editing in one of them, the following error message returns:

    Warning: require_once(/home/vc4y0518/public_html/wp-content/plugins/types/application/models/information/message.php): failed to open stream: No such file or directory in /home/vc4y0518/public_html/wp-content/plugins/types/library/toolset/toolset-common/utility/autoloader.php on line 109
    
    Fatal error: require_once(): Failed opening required '/home/vc4y0518/public_html/wp-content/plugins/types/application/models/information/message.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/vc4y0518/public_html/wp-content/plugins/types/library/toolset/toolset-common/utility/autoloader.php on line 109

    On line 109 it looks like this:

    require_once $ file_name;

    What can it be?
    Thanks for the support

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @davideati,
    Sorry for the trouble. You may reinstall the types plugin? Also, I think there shouldn’t be any space between the $ sign and the file_name variable, it should be like this require_once $file_name;.

    Could you please give it a try and let me know how that goes? ??

    The error message is related to a plugin. I suspect purely from the name that it is this ancient one here: https://www.ads-software.com/plugins/types/

    Since the plugin has already been discontinued, you won’t get support for it anymore. Deactivate the plugin and the message will go away. If you need a function of the plugin, look for an alternative that meets your requirements.

    Thread Starter davideati

    (@davideati)

    Thank you both for the replies.

    @faisalahammad I was wrong to report the space, in the code it is correct.

    @threadi is that the plugin and in fact as you say it is obsolete, I tried to disable it but I lose the link of the pages.
    But when I deactivate the plugin I am able to modify the pages and at that point modify them, momentarily I can use this procedure to modify the pages:
    – disable plugins
    – edit page
    – reactivate plugin

    I know it is not the best method but we are currently managing the site after the company that has managed it up to now no longer gives us assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error autoloader.php’ is closed to new replies.