Skip to main content

Something went wrong while saving this configuration: Validate class not found from basename

Comments

2 comments

  • ItsMattSon
    Hi all, Resolved - my own fault! Turns out my custom open_basedir directive in the MultiPHP INI Editor was breaking this. I had: [PATH=/home/myacc4] open_basedir = "/usr/lib/php:/usr/local/lib/php:/tmp" Since /opt/ is not in the list, the default include_path consequently was breaking Magento2 functionality. The resolution was to either change the include_path to just a single period (so the /opt/ directory wouldn't be used as an include_path) or to add the /opt/cpanel/ea-php70/root/usr/share/pear directory to the open_basedir directive so the default include_path wouldn't cause trouble. Note, it worked using /php/includes in the include_path because that folder doesn't exist. If it did, it would've failed also, just like the /opt/ directory. Sorry for wasting anyone's time!
    0
  • cPanelMichael
    Hello Matt, I'm glad to see you were able to solve the issue. Thank you for sharing the outcome.
    0

Please sign in to leave a comment.