PHP MyAdmin Erroe

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
grandra6f6
-


Joined: 13 Jul 2009
Posts: 2
Location: Fl

PostPosted: Mon Jul 13, 2009 11:32 am    Post subject: PHP MyAdmin Erroe Reply with quote

Hey Everyone I'm New here i just install the abyss server on my PC
and when i try to long in the phpMyAdmin i get these following error



phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.

./config.inc.php


Cannot load mcrypt extension. Please check your PHP configuration.

The configuration file now needs a secret passphrase (blowfish_secret).



Pls. Any help

Thnx You :)
_________________
Grandra Papa !
Back to top View user's profile Send private message Yahoo Messenger MSN Messenger
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Mon Jul 13, 2009 12:32 pm    Post subject: Re: PHP MyAdmin Erroe Reply with quote

grandra6f6,

Many phpMyAdmin configuration ways are possible. For more details about how to create a configuration file, please refer to :

http://www.phpmyadmin.net/documentation/#quick_install
http://www.phpmyadmin.net/documentation/#config

According to the previous errors, you have also to activate the PHP mcrypt extension.

To do so, open your php.ini file in a text editor (Notepad, SciTE,...) and replace the following line:
Code:
;extension=php_mcrypt.dll

by:
Code:
extension=php_mcrypt.dll

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
grandra6f6
-


Joined: 13 Jul 2009
Posts: 2
Location: Fl

PostPosted: Tue Jul 14, 2009 4:41 am    Post subject: Reply with quote

I fix the Mcrypt error but the other error still showing up

any Idea ?
_________________
Grandra Papa !
Back to top View user's profile Send private message Yahoo Messenger MSN Messenger
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Tue Jul 14, 2009 10:21 am    Post subject: Reply with quote

grandra6f6,

The error message is pretty much self explanatory: there is obviously a problem with your config.inc.php script.

This message means that PHP found errors in your config file (generally a quote or a semicolon is missing).

Please check it again according to the links that we sent you before.

You should also put a value of your choice in the following line of the config file:
Code:
$cfg['blowfish_secret'] = '';

For example:
Code:
$cfg['blowfish_secret'] = 'ba17c1ec07d65003';

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group