What wrong with this apps file configuration?
Posted by: »Ð@RK ÐR@GÖN™« (179.43.104.---)
Date: February 01, 2016 05:52PM

What wrong with this apps file configuration: phpMyAdmin4.5.4.1 config.inc.php
Server runs fine, but, phpMyAdmin4.5.4.1 page go blank, localhost is fine also.

<?php

* Server Configuration
*/
$i = 0;

* First Server
*/
$i++;

/* Authentication Type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

/* Cookie Authentication Options */
$cfg['blowfish_secret'] = '';
$cfg['LoginCookieRecall'] = true;
$cfg['LoginCookieValidity'] = 1000;
$cfg['LoginCookieStore'] = 0;
$cfg['CaptchaLoginPrivateKey'] = '';

/* Server Connection Settings */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['ssl_verify'] = false;
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;

/* Select mysql If Server Does Not Have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';

/*
* phpMyAdmin Configuration Storage Settings.
*/

// No Warning On pmadb Tables
$cfg['PmaNoRelation_DisableWarning'] = true;

/* Web Server Upload/Save/Import Directories */
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

/* Export and Import Settings */
//$cfg['ZipDump'] = true;
//$cfg['CompressOnFly'] = true;
//$cfg['Export'] = array(...);
//$cfg['Export']['method'] = 'custom';
//$cfg['Import'] = array(...);

/* PDF Options Configuration */
$cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'A6', 'tabloid', 'letter', 'lettersmall', 'legal');
$cfg['PDFDefaultPageSize'] = 'letter';

/* Language Configuration */
$cfg['DefaultLang'] = 'es';
$cfg['FilterLanguages'] = '^(es|en)';
$cfg['DefaultConnectionCollation'] = 'utf32_spanish_ci';

______________________________________________________________________
Powered By: JayManuel-NetWork4.org
©2015-2016 »Ð@RK ÐR@GÖN™«. All Rights Reserved.
______________________________________________________________________
WAMPServer 2.5 32bits
Apache2.4.18 | MySQL5.6.29 | php5.6.18-php5.5.32-php7.0.3
______________________________________________________________________

Re: What wrong with this apps file configuration?
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: February 01, 2016 05:55PM

Hi again,

What versions of Apache/PHP/MYSQL are you running in this situation?

---------------------------------------------------------------------------------------------
(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-

Re: What wrong with this apps file configuration?
Posted by: »Ð@RK ÐR@GÖN™« (179.43.104.---)
Date: February 01, 2016 06:00PM

Wamp 2.5 32bits, with Apache2.4.18, MySQL5.6.28, php5.6.17, php5.5.31, sever Icon is “GREEN”

______________________________________________________________________
Powered By: JayManuel-NetWork4.org
©2015-2016 »Ð@RK ÐR@GÖN™«. All Rights Reserved.
______________________________________________________________________
WAMPServer 2.5 32bits
Apache2.4.18 | MySQL5.6.29 | php5.6.18-php5.5.32-php7.0.3
______________________________________________________________________



Edited 1 time(s). Last edit at 02/01/2016 06:02PM by »Ð@RK ÐR@GÖN™«.

Re: What wrong with this apps file configuration?
Posted by: Otomatic (Moderator)
Date: February 01, 2016 06:42PM

Hi,

<?php

/* Servers configuration */
$i = 0;

$cfg['blowfish_secret'] = 'a8b7c6d'; //What you want

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'Local Databases';
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';

// Allow connection without password
$cfg['Servers'][$i]['AllowNoPassword'] = true;

// Suppress Warning about pmadb tables
$cfg['PmaNoRelation_DisableWarning'] = true;

$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman/5.7/en/';
/* End of servers configuration */

?>
That's all. When phpMyAdmin is started, it loads the file
wamp\apps\phpmyadmin4.5.4.1\libraries\config.default.php
So do put it in config.inc.php which differs from that file.
Specific configurations such as language are performed in phpMyAdmin itself.

> $cfg['DefaultConnectionCollation'] = 'utf32_spanish_ci';
Why ?
Your MySQL Wampserver is configured utf32? I don't think so.

It seems, already for some time, as you make changes which you have no idea of the scope!
Only change what you understand the impact.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Re: What wrong with this apps file configuration?
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: February 02, 2016 04:04PM

Quote

It seems, already for some time, as you make changes which you have no idea of the scope!
Only change what you understand the impact.

Eh bien dit que l'homme!


Or, change what ever you like, its your toy now. But dont expect us to always get you out of trouble because you have not understood what it is you are doing!


We dont get paid for supporting this site you know. Whereas you are probably getting paid to sit and wait for us to fix what you have messed up

---------------------------------------------------------------------------------------------
(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-

Sorry, only registered users may post in this forum.