Zarath wrote: did you do all the stuff in install.txt?
of course! i'll double check though..
Code: Select all
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mysite.net/httpdocs/phpBB2/admin/admin_shop.php on line 44
Code: Select all
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mysite.net/httpdocs/phpBB2/admin/admin_shop.php on line 738
Code: Select all
'U_SHOP' => append_sid('shop.'.$phpEx),
Code: Select all
'U_SHOP' => append_sid($phpbb_root_path .'shop.'.$phpEx),
tuck wrote: When I click on "Store configuration" in the admin panel, I haveandCode: Select all
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mysite.net/httpdocs/phpBB2/admin/admin_shop.php on line 44
Then, I would suggest that this line to add on page_headerCode: Select all
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mysite.net/httpdocs/phpBB2/admin/admin_shop.php on line 738
should beCode: Select all
'U_SHOP' => append_sid('shop.'.$phpEx),
just to respect the standards.Code: Select all
'U_SHOP' => append_sid($phpbb_root_path .'shop.'.$phpEx),
Last, can you please write a little manual about this mod which I like so much, but I still don't understand everything![]()
did you run the new install_shop.php file?
Also i can only create one shop i'm tryin to make more but unless i hav the same shop type and same store name it says this when i try to view an item.
Fatal Error Checking Protected Shops
I cant find anything where it says my shop is protected whats wrong?