Hi
After installing combu on my webserver (a vserver with Windows Server 2008 and with fully working php 5.4.10 and mysql 5.5.29) and configuring it (created database and user with phpmyadmin, loaded sql-file into database,configured the config.php file), I tried to login into the admin panel.... The admin panel "login page" is loading, but there's nothing working on it... I also get this text on top of the page . A login with the "standard" login data is also impossible...
...PHP source code... (censored for security reason)
Do you have any idea what I could do to fix this ?
Would be really cool!
Thanks Ondeth
Oh, it seems that your web server is not configured to support the short-open-tag (that is allowing to use "<?" instead of "<?php" at top of PHP files), usually short-open-tag is enabled by default on most hosting providers. If it is your local web server (or a dedicated host) then you can setup this in your php.ini, else if it is a public domain hosted by a provider then may be you could ask them to configure this (or you can try to add the line "php_value short_open_tag 1" in your .htaccess file on the root folder).
FRANCESCO CROCETTI @ SKARED CREATIONS
Thanks for the quick reply
Yeah you're right... Now I've activated it in the php.ini and combu is working fine.
Thank you very much
Ondeth
No problem, you're welcome!
FRANCESCO CROCETTI @ SKARED CREATIONS
hello i just purchased your combu and had thesame problem, this topic helped me,
thanks.
P.S Just now tested and everything works fine,
This is exactly what i been looking for lats 2 week, really good work and big thanks .
You're welcome, thanks for the purchase. Don't hesitate to ask any questions or suggestions on this forum.
FRANCESCO CROCETTI @ SKARED CREATIONS