Pagemakers
Silver Pleskian
Hello 8.2 is meant to have new site applications. For example Mantis Customer Support.
Where are these new applications. I can't see them anywhere.
Where are these new applications. I can't see them anywhere.
SWSoft has support?As usual, SWsoft support and documentation is lacking.
I tried Joomla and had the same problem. Obviously this release hasn't even been beta tested!Originally posted by Pagemakers
Thanks for that.
I've just tried to install Mantis on a domain. You can get as far as the licence agreement but then there is no button to continue the application. you just get a page script error on the page.
I am using IE7. Can somebody else try and report back.
Originally posted by Pagemakers
If you un-hide the all greyed out buttons you can continue with the install.
There was missing link to PHP command line interpreter, "/opt/psa/bin/php-cli", that should point to the proper interpreter.
I have linked it to "/usr/bin/php5" and was able to install the application to the domain "danliker.ch":
# cp -a /etc/alternatives/php /opt/psa/bin/php-cli
ls -al /usr/local/psa/bin/php-cli
lrwxr-xr-x 1 root wheel 16 Jul 20 20:39 php-cli -> @@PHP_CLI_PATH@@
rm /usr/local/psa/bin/php-cli
which php
/usr/local/bin/php
ln -s /usr/local/bin/php /usr/local/psa/bin/php-cli