Step 14 Error

I'm trying to install mysource matrix 3.4.1 on the flollowing:


Shared hosting environment

Operating system: Linux

Apache version: 1.3.33 (Unix)

PHP version: 4.3.10

MySQL version: 4.0.24-standard

PostgreSQL: 7.3.9-RH



The First time I tryed to install I got the same error stated here "http://forums.matrix.squiz.net/index.php?showtopic=763". I have since commented out the respective line.



Now when I try to install I get this error:



Warning: main(/core/lib/html_form/html_form.inc): failed to open stream: No such file or directory in /home/yodasnak/public_html/test-site01/mysource_matrix_installer/steps/databasecreate.inc on line 29



Fatal error: main(): Failed opening required '/core/lib/html_form/html_form.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yodasnak/public_html/test-site01/mysource_matrix_installer/steps/databasecreate.inc on line 29



What is wrong?



How do I fix this?



Thank you for all your help,



lando,

Could you check to see if the file ([font=“courier”]/core/lib/html_form/html_form.inc[/font]) exists?

The file (/core/lib/html_form/html_form.inc) does exist inside the mysource_matrix_3-4-1 root folder on my webserver.


lando…

What are the permissions on the folder / file? It looks like apache can't read the file.

core = 755
lib = 755

html_form = 755

html_form.inc = 755



the path to the site root is "/public_html/test-site01/tests/mysource_matrix_3-4-1/

"mysource_matrix_3-4-1" is the website root

"test-site01" has a directory password on it.



the path to the web installer is "/public_html/test-site01/mysource_matrix_installer"

As I was reading through the forum, for information that would help, I noticed that I did NOT install the PL/pgSQL into the database that I was using. I installed PL/pgSQL and re-tried. It solved the poblem stated above.


Thank you for all your help