PHP ERP System
Posted: Sun May 10, 2009 4:37 am
Hi all, First Post.
Experienced IT guy here but new to PHP and besides a bit of HTML, fairly new to programming in general. Hopefully I'm posting in the right place.
I installed EMMS 2.0, a PHP based ERP system from sourceforge.net. I installed the XAMPP package (Apache, Pear, mysql). I followed the instructions to set up the package.
But I just get a blank page when I go to the home page. I debugged the script using a packaged I downloaded and what I discovered was the paths to certain php files did not exist. For example in a file called webpage.php it looks for files called pear.php and db.php that do not exist in the default installation of EMMS 2. I found these in the XAMPP folder and what I discovered is if I copied the entire contents of the /xampp/php/pear all the files were in the right place.
However, I kept running into difficulty as the debugging continued. For example this code completely baffled me.
require_once 'HTML/Template/ITX.php';
require_once 'HTML/QuickForm.php';
require_once 'HTML/QuickForm/Renderer/ITStatic.php';
require_once 'class/TTFButton.php';
Again there was no reference to any of these files. I was able to download ITX.php and Quickform.php but I am not sure if I'm doing it right. It is now looking for object.php within the quickform.php file. I can't find that to download so I'm fairly stuck.
I'm sure this is something simple. I asume there is somewhere I might be able to download the entire HTML folder. Any help would be appreciated.
Experienced IT guy here but new to PHP and besides a bit of HTML, fairly new to programming in general. Hopefully I'm posting in the right place.
I installed EMMS 2.0, a PHP based ERP system from sourceforge.net. I installed the XAMPP package (Apache, Pear, mysql). I followed the instructions to set up the package.
But I just get a blank page when I go to the home page. I debugged the script using a packaged I downloaded and what I discovered was the paths to certain php files did not exist. For example in a file called webpage.php it looks for files called pear.php and db.php that do not exist in the default installation of EMMS 2. I found these in the XAMPP folder and what I discovered is if I copied the entire contents of the /xampp/php/pear all the files were in the right place.
However, I kept running into difficulty as the debugging continued. For example this code completely baffled me.
require_once 'HTML/Template/ITX.php';
require_once 'HTML/QuickForm.php';
require_once 'HTML/QuickForm/Renderer/ITStatic.php';
require_once 'class/TTFButton.php';
Again there was no reference to any of these files. I was able to download ITX.php and Quickform.php but I am not sure if I'm doing it right. It is now looking for object.php within the quickform.php file. I can't find that to download so I'm fairly stuck.
I'm sure this is something simple. I asume there is somewhere I might be able to download the entire HTML folder. Any help would be appreciated.