TO all who have this issue and used composer on their site to install something else,change the last line of the give.php file which includes vendor autoload file to:
require dirname(__FILE__) . '/vendor/autoload.php';
-
This reply was modified 4 years, 3 months ago by karix.
-
This reply was modified 4 years, 3 months ago by karix.