Re: Installation Help
Hi.
I'm a newbie, trying to install phpshop locally on MacOSX. I have Apache, PHP, and MySQL working fine. I'm able to run PHPmyAdmin with no problems.
I'm following your installation instructions to the letter, and when I try to run index.php, all I get is a blank page. It displays this way on every browser.
When I first tried to run it, it said something about magic_quotes_gpc being disabled. I enabled them, and now I'm just getting the blank page.
I have two folders set up, my "web" folder and my "admin" folder, both located in my user folder.
Therefore, to attempt to access the store, into the browser I type:
http://localhost/~myusername/shop/
or http://localhost/~myusername/shop/index.php
the administrator folder would be here:
http://localhost/~myusername/shopadmin/
I changed index.php this way:
// EDIT
define('base_dir', 'localhost/~myusername/shopadmin/');
and phpshop.cfg this way:
"
