-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fixing bug #3498559 Multiple navigation panels on page reload #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Bug #3492945 is a duplicate, seems. |
Contributor
|
Jo, |
lem9
pushed a commit
that referenced
this pull request
Mar 10, 2012
Fixing bug #3498559 Multiple navigation panels on page reload
vidurangaw
added a commit
to vidurangaw/phpmyadmin
that referenced
this pull request
Jan 30, 2014
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
bygiro
referenced
this pull request
Mar 5, 2015
The port always should be integer. See PR #1530 Signed-off-by: Michal Čihař <michal@cihar.com>
This was referenced Jul 24, 2015
Closed
williamdes
added a commit
that referenced
this pull request
Oct 11, 2020
"Fatal error: Uncaught TypeError: PhpMyAdmin\ErrorReport::translateStacktrace(): Argument #1 ($stack) must be of type array, null given, called in libraries/classes/ErrorReport.php on line 116 and defined in libraries/classes/ErrorReport.php:256 Stack trace: #0 libraries/classes/ErrorReport.php(116): PhpMyAdmin\ErrorReport->translateStacktrace(NULL) #1 libraries/classes/ErrorReport.php(78): PhpMyAdmin\ErrorReport->getData() #2 libraries/classes/ErrorReport.php(282): PhpMyAdmin\ErrorReport->getPrettyData() #3 error_report.php(136): PhpMyAdmin\ErrorReport->getForm() #4 {main} thrown in libraries/classes/ErrorReport.php on line 256" Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this pull request
Nov 19, 2020
49) PhpMyAdmin\Tests\Setup\ConfigGeneratorTest::testGetConfigFile TypeError: preg_replace(): Argument #3 ($subject) must be of type array|string, int given libraries/classes/Setup/ConfigGenerator.php:183 libraries/classes/Setup/ConfigGenerator.php:53 test/classes/Setup/ConfigGeneratorTest.php:55 vendor/phpunit/phpunit/phpunit:61 50) PhpMyAdmin\Tests\TableTest::testGenerateFieldSpec TypeError: preg_replace(): Argument #3 ($subject) must be of type array|string, int given libraries/classes/Table.php:596 test/classes/TableTest.php:491 vendor/phpunit/phpunit/phpunit:61 Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this pull request
Nov 19, 2020
47) PhpMyAdmin\Tests\Setup\ConfigGeneratorTest::testGetConfigFile TypeError: preg_replace(): Argument #3 ($subject) must be of type array|string, int given libraries/classes/Setup/ConfigGenerator.php:61 test/classes/Setup/ConfigGeneratorTest.php:55 vendor/phpunit/phpunit/phpunit:61 Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this pull request
Dec 7, 2020
NOTICE: PHP message: PHP Fatal error: Uncaught TypeError: ucfirst(): Argument #1 ($str) must be of type string, null given in libraries/classes/Plugins/Schema/Pdf/Pdf.php:308 Stack trace: #0 libraries/classes/Plugins/Schema/Pdf/Pdf.php(308): ucfirst(NULL) #1 vendor/tecnickcom/tcpdf/tcpdf.php(3560): PhpMyAdmin\Plugins\Schema\Pdf\Pdf->Header() #2 vendor/tecnickcom/tcpdf/tcpdf.php(3227): TCPDF->setHeader() #3 vendor/tecnickcom/tcpdf/tcpdf.php(3139): TCPDF->startPage('L', '', false) #4 libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php(524): TCPDF->AddPage('L') #5 libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php(161): PhpMyAdmin\Plugins\Schema\Pdf\PdfRelationSchema->dataDictionaryDoc(Array) #6 /... Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this pull request
Dec 7, 2020
…a database NOTICE: PHP message: PHP Fatal error: Uncaught TypeError: rawurlencode(): Argument #1 ($string) must be of type string, int given in libraries/classes/Database/Designer/Common.php:141 Stack trace: #0 libraries/classes/Database/Designer/Common.php(141): rawurlencode(1) #1 libraries/classes/Controllers/Database/DesignerController.php(203): PhpMyAdmin\Database\Designer\Common->getScriptContr(Array) #2 libraries/classes/Routing.php(92): PhpMyAdmin\Controllers\Database\DesignerController->index(Array) #3 index.php(18): PhpMyAdmin\Routing::callControllerForRoute('/database/desig...', Object(FastRoute\Dispatcher\GroupCountBased), Object(Symfony\Component\DependencyInjection\ContainerBuilder)) #4 {main} thrown in libraries/classes/Database/Designer/Common.p... Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this pull request
Dec 12, 2020
47) PhpMyAdmin\Tests\Setup\ConfigGeneratorTest::testGetConfigFile TypeError: preg_replace(): Argument #3 ($subject) must be of type array|string, int given libraries/classes/Setup/ConfigGenerator.php:61 test/classes/Setup/ConfigGeneratorTest.php:55 vendor/phpunit/phpunit/phpunit:61 Cherry-pick: cd3a0e4 Signed-off-by: William Desportes <williamdes@wdes.fr>
This was referenced Dec 17, 2020
Closed
celestinoxp
referenced
this pull request
Nov 3, 2021
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.