Hi
Dne Sat, 23 Jun 2012 10:24:29 +0530 yasitha pandithawatta yasitha4@gmail.com napsal(a):
I got a same kind of error when running following test classes.
Error - Use of undefined constant GETTEXT_INC - assumed 'GETTEXT_INC' in /var/www/phpmyadmin-dev/libraries/select_lang.lib.php on line 387
- PMA_fatalError_test.php
- PMA_getTableCount_test.php
- PMA_headerLocation_test.php
This is because of it refers a constant GETTEXT_INC which actually string path defined in vendor_config.php I include vendor_config.php as well as referred file. But still getting that error. Any suggestions?
I've fixed the first test, it needed more adjustments. You can look at the changes I've made and possibly fix others.