+1 vote
156 views
in Internet by
retagged by

When I try to install Gallery 3.1.5 in XAMPP window server i have gotten an error "Gallery is not supported on Windows (PHP reports that you're using: WINNT)" 

1 Answer

0 votes
by (300 points)

Comment out these line of code in index.php file 

"if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {exit("Gallery is not supported on Windows (PHP reports that you're using: " . PHP_OS . ")");

}"

and retry to install your problem will solve....

OR 

you can find the complete details in this video given bellow link...

https://youtu.be/Q7yqX8LcYVM

Welcome to Sandybook Q&A, where you can ask questions and receive answers from other members of the community.
...