devilslabphp / phpshop

Automatically exported from code.google.com/p/phpshop
0 stars 0 forks source link

errors in installation files for phpshop multi lingual pro...... plus resolution #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. downloading phpshop multi lingual
2. attempting to install it

What is the expected output? 
the php home page on my local host looking like the homepage at ulisoft.org

What do you see instead?
the menus and headers etc but without any content. Unable to log in or
change languages.  missing language selector etc.

What version of the product are you using? On what operating system?
phpshop multi lingual pro on all systems

Please provide any additional information below.

around line 90 of index.php some requiure files are missing the full paths
as below.  Adding these fixes the problem.

// Load Required Files
require(PS_BASE. "etc/config.php");
require(PS_BASE . "db/db_mysql.inc");
require(PS_BASE . "db/ip2c_db_mysql.inc");
require(PS_BASE . "db/loc_db_mysql.inc");
require("admin/lib/ps_main.inc");
require("admin/lib/ps_include.inc");

regards

S

Original issue reported on code.google.com by squarepa...@gmail.com on 22 Oct 2008 at 4:14

GoogleCodeExporter commented 8 years ago
Not sure if this is a distribution that we released on this site.  Multilingual 
I think is Uli.  I am marking invalid 
since I can't change that code.

Original comment by edikon on 16 Feb 2009 at 2:49