Problem with the co...
 
Notifications
Clear all

Problem with the configuration of combu

6 Posts
3 Users
0 Reactions
651 Views
(@ondeth)
Posts: 2
New Member
Topic starter
 

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

 
Posted : 11/05/2014 2:49 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 11/05/2014 2:56 am
(@ondeth)
Posts: 2
New Member
Topic starter
 

Thanks for the quick reply Wink

Yeah you're right... Now I've activated it in the php.ini and combu is working fine.

 

Thank you very much :)

OndethLaugh

 
Posted : 11/05/2014 3:09 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

No problem, you're welcome! ;)

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 11/05/2014 3:10 am
(@mbanys)
Posts: 3
Active Member
 

hello i just purchased your combu and had thesame problem, this topic helped me,

thanks.smile

 

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 biggrin.

 
Posted : 04/06/2014 11:38 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

You're welcome, thanks for the purchase. Don't hesitate to ask any questions or suggestions on this forum.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 05/06/2014 1:25 am
Share: