slashes problems?
I've just finished to install zen-cart on the localhost to have a look at it. everything went fine & smooth but now... i've got the message saying that configure.php is writable (when i've already changed the permission. so i did notice a strange thing in the path:
E:\webroot\catalog/includes/configure.php
as u can see, there r some slashes in a way and some in the other!
php 5.2.1
Apache/2.2.4 (Win32)
mysql Client API version 5.0.22
i can't find a thread with the same problem: would anyone be so kind to give me an idea to try to solve this problem & get rid of the warning message? i think the lines:
$script_filename = str_replace('\\', '/', $script_filename);
$script_filename = str_replace('//', '/', $script_filename);
inside header_php.php should work just fine, so i dunno where he picks up the "\" slashes!!!!
i can't move these days without bumping into something that makes me scream....
Bookmarks