I downloaded a program called ortro, from ortro.net and have been trying to resolve this error. I can't seem to get it to work even after doing some research and consultation. Please advise...anyone...
Thanks
Warning: require_once(Pear/HTML/Table.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\ortro\www\index.php on line 28

Fatal error: require_once() [function.require]: Failed opening required 'Pear/HTML/Table.php' (include_path='.:C:\xampp\htdocs\ortro\lib\:C:\xampp\htdocs\ortro\lib\Pear\:C:\xampp\htdocs\ortro\plugins\') in C:\xampp\htdocs\ortro\www\index.php on line 28

Comments

konsumer’s picture

Status: Active » Closed (fixed)

This is not coming from my install profile.

It is telling you that you need Pear's HTML/Table module installed. My install profile does not require this, so it is coming from the other software you installed.

Even though this isn't my issue (and you should request further support from ortro, or xampp for help installing pear modules) It appears that you can just add the modules to your path.

Try opening a command-prompt and typing this:
pear install HTML_Table