By default the common language runtime (CLR) integration feature is turned off. If it is turned off, SQL server won’t be able to access the custom assemlies that are part of your database (if the database contains objects that are coded to use CLR integration). CLRmust be enabled in order to use objects that are […]
Month: September 2013
535 Incorrect Authentication Data
The error normally caused due to incorrect permissions. We can fix mail box permissions from WHM on cPanel servers. For that : 1) Log into WHM as root and click on “Email” section.2) Select “Repair Mailbox permissions“3) It will show a message like : This function will inspect mailbox ownership and permissions and attempt to […]
Fatal error: Allowed memory size of x bytes exhausted (tried to allocate xbytes)
The error normally occurs when PHP tries to process a big database records or when importing or exporting. To solve the error, there are two fixes. One is to increase PHP memory limit of the account by using a custom php.ini file. But sometimes it won’t work. If it didn’t work, then you can fix […]