Menu

#6 installation problems

open
nobody
None
5
2006-05-17
2006-05-17
No

Version:
phpautotest_1_0_3
apache 2.2.0
php 5.1.4
OS: Linux Debian Sarge

A small typo in phpautotest_config.php, on line 51:

require_once(phpautotest_smarty_DIR.'smarty.class.php');

should be

require_once(phpautotest_smarty_DIR.'Smarty.class.php');

This may possibly not cause any problems under windows,
but gives a fatal error under linux and other *nix
enviroments.

Also - when installing, i had to hardcode
$phpautotest_fixpath to get the include paths for
smarty (compilation dir) correctly,
thou this may possibly be a apache configuration issue.

A suggestion for instalation notes:
adding the following to httpd:

Alias /test $phpautotest_installation_directory
<Directory "$phpautotest_installation_directory/">

AllowOverride All

Options FollowSymLinks

Order deny,allow

</Directory>

This allows users to work with phpautotest under every
virtual host the machine is running without problems
with cross site sripting restriction (mentioned in the
help forums - valid under firefox and possibly other
borwsers).

Hope this helped

Cheers
Lukasz Andrzejak
aka Meltir

Discussion


Log in to post a comment.