11-25-2017, 10:02 PM
Trying to call on the email function and hitting error:
PHP Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/users/helpers/helpers.php on line 128
I thought the path should be ../vendor/autoload.php but tried that and remained the same.
Tried on 4.3.2 & 4.3.4
//
Slight update with a bit of context, calling email function from a file that sits in a folder that is different to users but sits at the same level ( has both helpers & init included).
Email test page works normally. :\
PHP Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/users/helpers/helpers.php on line 128
I thought the path should be ../vendor/autoload.php but tried that and remained the same.
Tried on 4.3.2 & 4.3.4
//
Slight update with a bit of context, calling email function from a file that sits in a folder that is different to users but sits at the same level ( has both helpers & init included).
Email test page works normally. :\