This is a typical error coming from the mod_rewrite modul of the apache.
Please make sure that in your httpd_conf there is an entry "Options +FollowSymlinks" for the directory the script is running in. If your are n... [mehr]
This error occurs when the Server Name on your Apache is not correct, you can edit this by doing the following.
Open the file server.php in the root directory of the script with an editor and search for this line:
Your server has activated the php Safe Mode, our Script needs to have Safe Mode turned off to run. There is a way to get the script running in Safe Mode On, but to have all features and get no problems when updating your... [mehr]
The Subdomains can be enabled in the admin configuration, if you don't enable it, the user will get www.domain.com/username! If you have enabled this and the subdomains for the users are not working, there can be servera... [mehr]
Permission Denied is an error that occurs when you upload files or your users upload files and the user_web directory has not the right user permissions (or user rights). Make sure that the user-files directory (e.g. use... [mehr]
There can only be one reason for this error, your server does not interpret the htaccess files correctly, please make sure that you have uploaded the htaccess file and set AllowOverride All in your httpd_conf
Please check the following terms, normally 99% of all faults are made there:
Best Value vor caching is 1, the setting is in hours, if you want to disable caching just set it to 0. If you want to get more script performance you can insert 6-12
Search for my.cnf, and insert or edit: set-variable = max_connections=300 After this restart the server with: /etc/init.d/mysql restart
Zend Optimizer is free tool that is needed to run the script. The Admin Control Panel and some Php Classes are encoded for performance issues. All Files that are used in the frontend are unencoded, and can be edited with... [mehr]
You need to activate the php gdlib in your php.ini file. To do so just edit the file: extension=gd.so Normally there should be an entry like this, but it is not active, you have to remove the leading "#") ... [mehr]
This error occurs when uploading the files in asci mode to your server, please make sure that you have selected binary tranfer mode when connecting to the server.
You can find the serialnumber and the licencecode in our customers support center, the serial number will stand on the front page. The Licence Code is dependent of the version and the url, so you can find a licence co... [mehr]
Nearly all javascript errors are caused by the missing include of the javascript file, it has to be added to your template: <script src="includes/javascript.js" type="text/javascript"></script>