(10-30-2018, 09:14 PM)Nigry Wrote: I have been working for several hours now ...
ok, after other hours of study (as written elsewhere, I'm not a programmer), I solved.
In "conf.php" I replaced the first line: $ dirRoot = dirname (__ FILE__);
with: $ dirRoot = 'C:/Apache24/htdocs/gab/';
then in "php.ini", I uncommented "extension = curl"
now GAB works perfectly,
ps: Thanks to TommieHansen for the great works!