Tag overview for: 'php'
Entries on this site with 'php'
- The use of the undefined constant REQUEST_URI
$_SERVER[REQUEST_URI]? is syntactically incorrect and AFAIK will not run on a default installation of PHP 5. The array index is a string so it needs to be passed strings. - Joomla error: RG_Emulation is On
Add the line below in the configuration.php file to disable this: � if(!defined('RG_EMULATION')) { define( 'RG_EMULATION', 0 ); } - Installing the mcrypt extension to PHP on Plesk 11.x
We have found that many users need the PHP mcrypt extension for the payment gateway or security reasons, however this doesn't come by default on Plesk or on the Linux serv - Connecting PHP with the MSSQL database on IIS7
Sometimes we have to connect PHP with MSSQL - most of the webhosts don't offer this on a shared environment but it is possible to have this facility on a dedicated server - PhpMyAdmin stuck at its login screen with no errors?
PhpMyAdmin being stuck at its login screen is possibly an issue when the path to save the php_session is not set correctly. In this condition we have to verify whether the - How to increase/decrease the upload limit for PHP in the Windows 2003/2008/2008 R2 server
We need to upload using the web interface on a PHP-based application sometimes. We have to set an upload limit by which we can allow a domain/directory to upload the file/ - How to fix the error: "Please reinstall the libcurl"
While compiling PHP with cURL support we get the error below:- ========================================================================== checking for cURL support... yes - Error: Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
Error:- Your PHP installation appears to be missing the MySQL extension which is required by WordPress. You need to place php.ini inside the domain folder and uncomment th - PHP fatal error: the allowed memory size of 41943040 bytes is exhausted
Error Type:- PHP error [04-Oct-2013 21:00:08] PHP Fatal error:? The allowed memory size of 41943040 bytes is exhausted (tried to allocate 1966080 bytes) in /hsphere/local/ - How to run PHP in an HTML page
Add the string below in the .htaccess file:- addtype application/x-httpd-php .php .htm .inc .html - Steps to enable PHP through the control panel and changing the PHP version
1. Login to your control panel. 2. Select Domain Info in the Domain Settings menu. 3. Click on the domain name for which you want to enable PHP. 4. Click the Edit icon in - Increasing PHP Memory for the website
Many times we've seen that when we browse websites on the Linux server, a white page shows up that mostly means that more PHP memory is required, as allowed on the server, - Sample PHPMailer Script
To enable SMTP AUTH in PHPMailer: First download the PHPMailer class file from the site phpmailer.sourceforge.net. Save it as a php-file in the same directory as yo
Related tags
.htaccess, 11.x, 2003, 2008, allowed, application, auth, bytes, centos, commands, configuration, constant, controlpanel, curl, daemon, database, dedicatedserver, domain, easy.h, enable, epel, error, error:, exhausted, extension, fatal, file, group, hosting, html, http, iis, iis7, iisrestart, increase, installation, interface, joomla, libcurl, limit, linux, login, max_file_uploads, mcypt, memory, missing, mssql, mysql, native, php_based, php.ini, php4, php5, phpmailer, phpmyadmin, plesk, r2, reinstall, request_uri, rg_emulation, rights, screen, script, server, session, shared, size, smtp, smtpauth, sqlsrv, syntax, upload, upload_max_filesize, user, version, vps, web, webhosting, windows, windowshosting, wordpress, writeExternal feeds for 'php'
Click icon for a list of links on 'php'