Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 07:58PM

I can nor export database in IE9 ??
I have traied in safari, firefox and chrome and all OK
Kind regards: Manyblue

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: RiggsFolly (---.as13285.net)
Date: May 04, 2013 08:30PM

Do you mean you cannot export a database using phpMyAdmin when unsing IE9?

What probelms do you have?

What error messages do you see?

Have you looked in the php_error.log?

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 08:50PM

No errors, this is the probleme ...
[localhost] i click there and nothing nothin no errors
I have traied with firefox,safari and chrome and no problemes all OK
I don´t know what is happen, is the firth time.
Do you want samething from wamp or phpmyadmin ??

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: stevenmartin99 (Moderator)
Date: May 04, 2013 09:12PM

It's a bug in phpmyadmin about a missing value in a form and has been fixed in phpmyadmin 4

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 09:19PM

So, must I install phpmyadmin 4
I uninstalled wamp 2.2E x64 (windows 7 Ultimate x64) and I reinstalled
The continuous problem...

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 09:30PM

I can not find phpmyadmin 4:

Apache 2.2.22 – Mysql 5.5.24 – PHP 5.3.13 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: RiggsFolly (---.as13285.net)
Date: May 04, 2013 09:42PM

You woudl be better off downloading MySQL Workbench.

Its a much nicer tool to use, is much more intuitive, and free.

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 09:55PM

I have win x64 and MySQL Workbench is for win x86 ??
[dev.mysql.com]
[dev.mysql.com]

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 10:00PM

I have looked this post:
[forum.wampserver.com]

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 04, 2013 11:01PM

Wamp does not work, I had to make a copy of the databases and the web at www.
wamp not installed well, dreramweaber not let me work, direct access wamp not seen.
I do not know what to do, I've been using wamp from XP incredible, I lose my job if I kill my clients, which esya happening??

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: stevenmartin99 (Moderator)
Date: May 05, 2013 10:29AM

phpmyadmin 4 > [www.phpmyadmin.net]

delete all the files inside the folder c:\wamp\apps\phpmyadmin.x.x.x


drop all the phpmyadmin 4 files in , and add a config.inc.php

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 05, 2013 10:49AM

after go all night, installing, uninstalling and searching in google, I finally managed to solve the problem. I only lost a database, luckily it was not important.

My main problem was IE10, damn browser.

The solution was to uninstall IE10 and back to IE9, to clean the register and reinstall wamp server.

Thanks Stevenmartin99, I'll look your advice for phpmyadmin 4

One more question: will be possible wamp server for Ubuntu in the future

Kind regards: Manyblue

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: stevenmartin99 (Moderator)
Date: May 05, 2013 10:54AM

Nope, Wamp is windows only. Ubuntu has a pretty good comandline installer for AMP stacks

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 05, 2013 11:13AM

i was looking your advice for phpmyadmin 4
1) I downloaded phpMyAdmin-4.0.0
2) I live it in phpmyadmin3.5.1
3) what mus i made in config.inc.php

<?php

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';


/* rajk - for blobstreaming */
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;
$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';
$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;
$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';


?>

4) If i conserver the name of the directory phpmyadmin3.5.1 i don´t need to made nothing in phpmyadmin.conf, but if i use a new directory phpMyAdmin4.0.0 i must change this phpmyadmin.conf



Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.1/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin3.5.1/"> CHANGE THIS DIRECTORY NAME
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

kind regards: Manyblue

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: manyblue (---.Red-95-123-63.staticIP.rima-tde.net)
Date: May 05, 2013 11:17AM

Jajajajaja, i only use windows in local, my real server with my web is with:
Ubuntu 12.04 LTS and LAMP Server, very very fine for me.
Thank you very very much to you

Kind regards: Manyblue

Options: ReplyQuote
Re: Problem wamp ie9
Posted by: stevenmartin99 (Moderator)
Date: May 05, 2013 12:31PM

yes, as you said, you can also make another alias file. the whole folder is included by apache

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.