First I updated phpMyAdmin via the DA way, and got something like:
Fatal Error: Call to a member function on a non-object in /var/www/html/phpMyAdmin-2.11.0-all-languages/libraries/common.inc.php 630
Then I used wael's update script, and it generated an error like:
Fatal Error: Call to a member function on a non-object in /var/www/html/phpMyAdmin-2.11.0-all-languages/libraries/common.lib.php line 3xxxx
Now I get:
Fatal error: Call to a member function getName() on a non-object in /var/www/html/phpMyAdmin-2.11.0-all-languages/libraries/common.inc.php on line 630
It has to be something with that theme-support in phpMyAdmin..
Also because I had an old version on that box: 2.6.1 (themes were introduced after this version) which works.
I did a lot of searching, and came to an unsolved bug-report related to this:
http://sourceforge.net/tracker/index.php?func=detail&aid=1453928&group_id=23067&atid=377408
------------------------------------
oh dear... ^_^;
When I "installed" this script I was under the impression I would install just that script... and not update everything as well.. o_0;
That was a big risk, lol... from php4 to 5, mysql went from 4 to 5.0.45 and apache 1.3 to 2.2 o_0;
I even have roundcube on there now.. which was so not requested, lol
update script works like a charm though
Could you edit your FAQ, so others won't make the same mistake ?
3.
How to install custombuild?
Code:
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/beta/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update_data
./build all d
-------------------------------------------------
After the successfull installation, I ran:
# ./build update_versions
Which got some errors:
Updating MySQL.
Killing mysqld with pid 3972
.
.
.
02:04:40 (243.84 KB/s) - `MySQL-shared-5.0.45-0.i386.rpm' saved [1,777,644/1,777,644]
Found /usr/local/directadmin/custombuild/mysql/MySQL-client-5.0.45-0.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-devel-5.0.45-0.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-server-5.0.45-0.i386.rpm
Found /usr/local/directadmin/custombuild/mysql/MySQL-shared-5.0.45-0.i386.rpm
warning: MySQL-client-5.0.45-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
1:MySQL-shared ########################################### [ 25%]
2:MySQL-client ########################################### [ 50%]
3:MySQL-devel ########################################### [ 75%]
4:MySQL-server ########################################### [100%]
070822 2:04:53 [Warning] Asked for 196608 thread stack, but got 126976
ERROR: 1136 Column count doesn't match value count at row 1
070822 2:04:53 [ERROR] Aborting
070822 2:04:53 [Note] /usr/sbin/mysqld: Shutdown complete
Installation of system tables failed!
And this is also a bit strange:
mysql> status
--------------
mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (i686) using readline 5.0
Connection id: 11
Current database:
Current user: da_admin@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 4.1.7-standard