Jackson
07-23-2005, 07:08 AM
I followed the directions for installing phpMyAdmin at http://rimuhosting.com/howto/phpmyadmin.jsp and received this error:
The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!
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.
I edited the config.inc.php file in /var/www/html/phpMyAdmin, filling in the line:
$cfg['PmaAbsoluteUri'] = 'http://www.mydomain.com/phpMyAdmin/';
The path seems all screwed up though (no images!), and I'm still getting the "split strings" error. Any ideas?
Thanks!
The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!
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.
I edited the config.inc.php file in /var/www/html/phpMyAdmin, filling in the line:
$cfg['PmaAbsoluteUri'] = 'http://www.mydomain.com/phpMyAdmin/';
The path seems all screwed up though (no images!), and I'm still getting the "split strings" error. Any ideas?
Thanks!