pesce88 / phppi

Automatically exported from code.google.com/p/phppi
GNU General Public License v3.0
0 stars 0 forks source link

One slash in settings crashing script #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Try set "\" as gallery path folder when setup
$this->settings['gallery_folder'] = "\";

Original issue reported on code.google.com by Uksus...@gmail.com on 25 Mar 2013 at 5:22

GoogleCodeExporter commented 9 years ago
Windows support is to come in version 1.3.0 which should fix issues like this.

Original comment by gorounreal on 25 Mar 2013 at 8:44

GoogleCodeExporter commented 9 years ago
I think that's not windows-specified error.
It's because slash before quote
http://www.php.net/manual/en/function.addslashes.php

Original comment by Uksus...@gmail.com on 26 Mar 2013 at 7:22

GoogleCodeExporter commented 9 years ago
That particular slash is meant for windows paths and is part of the issue with 
PHPPI and windows currently.

Original comment by gorounreal on 26 Mar 2013 at 12:06

GoogleCodeExporter commented 9 years ago
Ok. thx!

Original comment by Uksus...@gmail.com on 26 Mar 2013 at 1:45