not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 23, 2015 12:35AM

I have an installation of WAMP and I can't access the PHPMYADMIN page. I can get to localhost page, but when I select tools and phpmyadmin the page loads but I do not see anything. I have tried Chrome, FireFox, FireFox Developers edition, Safari all did the same thing, did not display the phpmyadmin page. The only one that work and it only worked once was when I used Opera.

When you ask a question, it is absolutely necessary to specify the following items:

1 - Windows version used: 8.1, 64 bit.

2 - Version WampServer: 2.5, 64 bit.

3 - Apache Version: 2.4.9

4 - PHP Version: 5.5.12

5 - MySQL Version: 5.6.17

6 - What color is the WampServer icon (in the notification area of the taskbar) Green

7 - In the file c:\Windows\System32\drivers\etc\hosts, what are the active lines with the name [localhost] in them?
* Active means no # at the beginning of the line.

127.0.0.1 localhost


If the WampServer icon is green:

8 - Do you have access to localhost (Homepage WampServer)? Yes
9 - Do you have access to phpMyAdmin? No

10 - If you refer to an error message, please include the EXACT wording of the error in your post: no error message the page is blank.
11 - If you use an Antivirus and / or Firewall, please include the names of these: I use AVG and the AVG firewall.
12 - What is the full path to the installation of WampServer (eg D:\wamp\): C:\wamp

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: RiggsFolly (---.as43234.net)
Date: March 24, 2015 04:45PM

Can you try running phpMyAdmin using this address in your browser please, and let us know what happens

'http://127.0.0.1/phpmyadmin' ( without the single quotes )

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: manaso (201.238.243.---)
Date: March 24, 2015 05:19PM

to run phpMyAdmin from the wampserver, this message appears:
Fatal error: Call to undefined function mb_detect_encoding () in C: \ wamp \ apps \ phpmyadmin4.0.4 \ libraries \ php-gettext \ text.inc get on line 177. So this php.ini:

; Extension = php_bz2.dll
; Extension = php_curl.dll
; Extension = php_dba.dll
; Extension = php_exif.dll
; Extension = php_fileinfo.dll
extension = php_gd2.dll
extension = php_gettext.dll
; Extension = php_gmp.dll
; Extension = php_intl.dll
; Extension = php_imap.dll
; Extension = php_interbase.dll
; Extension = php_ldap.dll
extension = php_mbstring.dll
; Extension = php_ming.dll
; Extension = php_mssql.dll
extension = php_mysql.dll
extension = php_mysqli.dll
; Extension = php_oci8.dll
; Extension = php_oci8_11g.dll
; Extension = php_openssl.dll
; Extension = php_pdo_firebird.dll
; Extension = php_pdo_mssql.dll
extension = php_pdo_mysql.dll
; Extension = php_pdo_oci.dll
; Extension = php_pdo_odbc.dll
; Extension = php_pdo_pgsql.dll
extension = php_pdo_sqlite.dll
; Extension = php_pgsql.dll
; Extension = php_phar.dll
; Extension = php_pspell.dll
; Extension = php_shmop.dll
; Extension = php_snmp.dll
; Extension = php_soap.dll
; Extension = php_sockets.dll
; Extension = php_sqlite.dll
; Extension = php_sqlite3.dll
; Extension = php_sybase_ct.dll
; Extension = php_tidy.dll
; Extension = php_xmlrpc.dll
; Extension = php_xsl.dll
; Extension = php_zip.dll

regards

Marcelo Naso (from Santiago)

 This is translated from Spanish to English by google.

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 25, 2015 12:22AM

RiggsFolly Wrote:
-------------------------------------------------------
> Can you try running phpMyAdmin using this address
> in your browser please, and let us know what
> happens
>
> 'http://127.0.0.1/phpmyadmin' ( without the single
> quotes )

Thanks RiggsFolly, I did as you suggested above, I still get a blank page in all browsers.

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: RiggsFolly (---.as43234.net)
Date: March 25, 2015 01:32AM

It looks like you have chnaged the php.ini file, that has probably disabled a required php extension.

Please put it back to the default and try again.

extension=php_bz2.dll
extension=php_curl.dll
extension=php_com_dotnet.dll
extension=php_fileinfo.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_gmp.dll
extension=php_intl.dll
extension=php_imap.dll
;extension=php_interbase.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_exif.dll      ; Must be after mbstring as it depends on it
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client
;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
extension=php_shmop.dll

; The MIBS data available in the PHP distribution must be installed. 
; See [www.php.net] 
;extension=php_snmp.dll

extension=php_soap.dll
extension=php_sockets.dll
extension=php_sqlite3.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 26, 2015 04:00PM

looks like you answered "Posted by: manaso (201.238.243.---)" who jump in on this post.

Do you have answer for me (maxbank)? Why I can't see PHPMYADIM on FireFox, Safari, Chrome, FireFox Developers addition. The only one that works is Opera. So, I am able to create a data base using Opera, but when I open the Joomla admin the site displays with out any CSS.

Maxbank

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: RiggsFolly (---.as43234.net)
Date: March 26, 2015 04:08PM

Max,

Sorry, missed that.

Can you make sure you have this in your C:\windows\system32\drivers\etc\hosts file please.

127.0.0.1  localhost
::1  localhost


HOW TO EDIT THE HOSTS FILE
The hosts file is protected by windows, in order to save it you must have Administrator privilages.
Vista/W7/W8 you may think you are an Administrator BUT YOU ARE NOT.

To successfully save the hosts file do this to launch your editor with Admin Privilages.

Locate your editors icon on the desktop or from the Start menus ( notepad will do if you have nothing else )
right click + shift over your chosen editor icon - will show a menu.
select "Run As Administrator" from the menu.
Navigate your editor to the c:\windows\system32\drivers\etc\hosts file.

When you have made changes you will now be allowed to save them.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 30, 2015 07:25PM

Hi RiggsFolly:

Here is what I found in C:\windows\system32\drivers\etc\hosts

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

127.0.0.1 localhost

Max

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: RiggsFolly (---.as43234.net)
Date: March 30, 2015 08:51PM

Well then add the extyra line I suggested

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 31, 2015 02:19AM

Hi RiggsFolly:

I have successfully changed the "hosts" file to read;

127.0.0.1 localhost
::1 localhost

It took some doing, I have to create an administrator account and use notepad to make the change. At first I was using Sublime Text 2, and that did not work, so I used notepad.

I had to add ::1 localhost several time before notepad would accept the change. Not sure why that happened.

Well the end result is, I am able to use Chrome, FireFox, FireFox Developers Edition, and Safari to access
phpmyadmin and access the Joomla site with all of the CSS working.

Thank you, for your help, RiggsFolly!

Max Bank



Edited 1 time(s). Last edit at 03/31/2015 03:58AM by maxbank.

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: RiggsFolly (---.as43234.net)
Date: March 31, 2015 10:07AM

Did you not see my note above under the heading HOW TO EDIT THE HOSTS FILE

That was intended to explain why editing the hosts file can be a little tricky, but quite simple if you follow the instructions.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: not able to see/connect to phpmyadmin page
Posted by: maxbank (---.lightspeed.tukrga.sbcglobal.net)
Date: March 31, 2015 02:50PM

HI RiggsFolly, Yes I followed the instructions you gave, but for some reason (probably user error) I kept getting a message saying I could not save the file.

In any case I got the job done. I thank your for your help.

Max

Options: ReplyQuote


Sorry, only registered users may post in this forum.