Harro Verton wrote on Sunday 12th of June 2011:installed the PHP mysql extensions? On Redhat I have to install those separately, same as with mbstring and mcrypt. Never used ubuntu, but something like 'apt-get php-mysql'? It works here, both with 'mysql' and 'mysqli', so it must have something to do with your local install.
Harro Verton wrote on Monday 13th of June 2011:Agreed, if PHPMyAdmin works, there's nothing wrong with your PHP installation. I've noticed in the error message that it tries to load the function from the \Fuel\Core namespace, which will not work, since all internal PHP functions are defined in the global namespace. To test if this is the issue, could to change COREPATH/classes/database/mysql/connection.php, line 73 and add a backslash in front of the function ( so it reads \mysql_connect() ) to force it to call it in the global namespace? If this is the case, it would be strange as PHP would automatically fall back to the global namespace if it can't find a function. Which version of PHP are you using?
already found it .. my problem changed into Error: migration already in useGabriel Cirstea wrote on Monday 13th of June 2011:Harro Verton wrote on Monday 13th of June 2011:Agreed, if PHPMyAdmin works, there's nothing wrong with your PHP installation. I've noticed in the error message that it tries to load the function from the \Fuel\Core namespace, which will not work, since all internal PHP functions are defined in the global namespace. To test if this is the issue, could to change COREPATH/classes/database/mysql/connection.php, line 73 and add a backslash in front of the function ( so it reads \mysql_connect() ) to force it to call it in the global namespace? If this is the case, it would be strange as PHP would automatically fall back to the global namespace if it can't find a function. Which version of PHP are you using?
now I can 't generate the same error ..
gives me Error : Migration already in use .. since i reinstalled my whole system .. php -ver PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch (cli) (built: May 2 2011 23:18:30) before was working with xampp now lamp-server..
installed with tasksel - then apt-get install for checking php5-mysql
manualy instaalation of phpmyadmin Should work because on other systems works fine ..
- thanks!!! oh ..
made the change you suggested but no effect .. not the case any more . changed it back
It looks like you're new here. If you want to get involved, click one of these buttons!