Xtreme Network Solutions

Linux

403 Forbidden You don’t have permission to access for phpmyadmin fix

by on Oct.15, 2011, under CentOs

403 Forbidden You don’t have permission to access for phpmyadmin

chcon -t httpd_sys_content_t -R /var/www/html/phpmyadmin

Leave a Comment more...





How can I Increase the File upload size in php

by on Apr.20, 2011, under CentOs, Linux

How can I Increase the File upload size in php on CentOS 5?

vi /etc/php.ini

Find and edit the following

upload_max_filesize  = 2M   <— Maximum allowed size for uploaded files.
max_execution_time = 30     <–Maximum Execution time of each script, in seconds

post_max_size = 8M <— Maximum size of POST data that PHP will accept.

Leave a Comment more...





The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

by on Apr.19, 2011, under CentOs, Linux

The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

To fix this run the following.

yum install php-mbstring -y

Leave a Comment more...





Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!