Patch to V0-4 to support simple install
Status: Pre-Alpha
Brought to you by:
pmoyne
Hi,
I recently tried to install your product on my
webserver and wanted to trial it under a normal
<Directory /helpdesk>
...
</Directory>
type setup, with default port access (80).
I tried to do this but the $DOCUMENT_ROOT, etc
was causing me problems. Also the references to
/helpdesk/ etc in the includes and hrefs meant I
could not have a different virtual location.
If you are interested I went through and updated all
the php scripts to remove $DOCUMENT_ROOT and /helpdesk/
location specification. All the includes/hrefs are now
relative links.
Feel free to reintegrate if this is useful.
Cheers
Jason
Patched v0-4
Logged In: YES
user_id=122222
The template.inc.php is included by scripts in the scripts/
directories, and as such the index.php link will not work
correctly in this patch. Perhaps template.inc.php could
take an extra parameter $indexlink, which would specify the
correct location of the index file.
It was a hack to try it out, so some of the stuff still is not
quite right. Anyway I see that you are actually missing the
knowledge base which was the reason I was looking anyway,so
I guess I am still looking!!!