Error in install Hostbill

Started by Ali, May 14, 2016, 02:17:39 AM

Ali

Hello,
When I login to admin area the page is full of error  like this

php [error]: uncaught exception 'pdoexception' with message 'sqlstate and ......
How can I do ?
Best Regards
eNET inc
www.XLHost.ir

hbillclient

Please post the error in more detail?

Thanks.

Ali

Best Regards
eNET inc
www.XLHost.ir

hbillclient

Hi,

MySQL might be in STRICT mode. Try this:

Open /etc/mysql/my.cnf

find "sql_mode" and make sure it does not contain "STRICT_ALL_TABLES" or "STRICT_TRANS_TABLES"

Restart MySQL

Once you do that, try accessing the admin area again.

Hope that helps.

Thanks.

hbillclient

So, did that resolve the issue?

Ali

Yes , thanks you , but I have one question , how to set favicon to clientarea theme ?
Best Regards
eNET inc
www.XLHost.ir

hbillclient

You can try this to set favicon:


  • Create your favicon icon, let's say favicon.ico

  • Goto your desired template folder, for eg: templates/nextgen_clean

    Open header.tpl

    Add the following in the head section:

    <link rel="icon" href="favicon.ico" type="image/x-icon">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

    Save file

That should be it. Hope it helps.

Thanks.

Ali

Best Regards
eNET inc
www.XLHost.ir

hbillclient


Ali

Hello,
when we requested reset password this email is sent
You requested that you be reminded of your Client Area Login Details.
Please click the link below to reset your password:
http://domain/?cmd=root&action=passreset&activate=c2151cad9323d6a5a2a629d0a1e01e99
but when click it nothing happened , and going to Login area
how can I do ?
Regards
Best Regards
eNET inc
www.XLHost.ir

hbillclient

Was it working before? Have you changed anything within your configuration recently?

Ali

Best Regards
eNET inc
www.XLHost.ir

hbillclient

Have you got the password reset working now? If not, check if you have installed the mod-rewrite apache module and see if it's working fine.

Thanks.