siamon123 / warehouse-inventory-system

Open source inventory management system with php and mysql
http://www.oswapp.com
MIT License
379 stars 233 forks source link

PHP Parse error on homepage #27

Open henkvalk opened 6 years ago

henkvalk commented 6 years ago

Hi,

I get a parse error by visiting my local warehouse-inventory-system PHP Parse error: parse error, expecting','' or ';'' in /Users/henkvalk/Sites/warehouse/warehouse-inventory-system/includes/upload.php on line 10

public $userPath = SITE_ROOT.DS.'..'.DS.'uploads/users';
public $productPath = SITE_ROOT.DS.'..'.DS.'uploads/products';

After changing it with full relative path the login will show up:

public $userPath = '/Users/henkvalk/Sites/warehouse/warehouse-inventory-system/uploads/users';
public $productPath = '/Users/henkvalk/Sites/warehouse/warehouse-inventory-system/uploads/products';
ghost commented 4 years ago

https://github.com/bitsandbots/inventory