Download SQL Server Express

It’s Just easier this way… http://www.hanselman.com/blog/DownloadSQLServerExpress.aspx DOWNLOAD SQL SERVER 2014 EXPRESS You likely just want SQL Server 2014 Express with Tools. This download includes SQL Management Studio. SQL Server 2014 Express x64 SQL Server 2014 Express x86 Here’s just SQL Server 2014 Management Studio SQL Management Studio x64 SQL Management Studio x86 SQL Server 2014 … Read more

The requested resource does not allow request data with POST requests

The requested resource /marketplace/marketplaceaccount/editProfile/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit mod_security configuration in the /etc/httpd/conf.d/mod_security.conf file: You should be able to change this value and restart apache for the uploads to work.

Percona with cPanel: libmysqlclient.so.18: cannot open shared object file

A recent Percona upgrade caused problems with PHP on some cPanel servers. The name of the libmysqlclient library was changed without keeping a symlink to the original name, which caused PHP to throw errors, and EasyApache not compiling successfully. Running php -v will show it… From the Percona Server 5.5.36-34.0 Release Notes: https://my.fusioned.net/knowledgebase/10100/Percona-with-cPanel-libmysqlclientso18-cannot-open-shared-object-file.html In order … Read more

PhalconPHP

Installation Clone this repository into /var/cpanel/easy/apache/custom_opt_mods/ like so: Git on cpanel is at Or use the .zip: Make sure that the path is Or it will not show up in easy apache. From here, select Phalcon from the list of PHP modules. The module will be loaded from /usr/local/lib/php.ini.

How do I change maximum email size in cPanel?

There is no max file size limit that can be sent and received, however, cPanel defaults the limit to 50mb. You can change this in cPanel. To change this do the following, Login to cPanel as admin Under Service Configuration, Click “exim Configuration Manager” Click “Advanced Editor” Scroll down and Click “Add additional Configuration Setting” … Read more

Strace

General examples: http://www.thegeekstuff.com/2011/11/strace-examples/ Some more real-world: http://www.rrsoft.co/2013/12/09/using-strace-and-lsof-to-track-down-process-hangs-2/

Access is denied due to invalid credentials in Plesk Windows Domain

Here are some steps you can follow (It assumes that you have ASP.NET extension allowed in IIS mmc Web services extensions and your ASP.NET works — you can check event logs for possible errors): 1. Try Plesk Reconfigurator (Start->All Programs-SWsoft->Plesk Reconfigurator-> Repair Plesk installation->check File Security) 2. If above step has not helped: Start->Run->cmd cd … Read more

White Screen of Death (WSOD) in php page

You must turn on PHP error reporting. To do this, you should change the setting in your php.ini config file. Temporarily insert the following lines in your index.php file: Make sure that you have inserted the code directly after the opening PHP tag. The errors should now appear directly on your screen. Alternatively, check your … Read more