PDA

View Full Version : Huge problems with EE *updated*


Savage
25th of April 2003 (Fri), 13:35
After I upgraded my 1.22 to 1.30 and I'm trying to run the backup utility, this is what I get:

"You need at least MySQL version 3.23.20 to use this software. You are currently using version 4.0.12"

Since this is a crucial step in the upgrade, it just won't work.

I tried to re-install 1.22, but that won't work either. I really don't have a clue what to do! Please, please help me out here!

Pekka
25th of April 2003 (Fri), 15:10
See http://photography-on-the.net/forum/showthread.php?t=9812

Savage
25th of April 2003 (Fri), 15:27
Thanks for your reply..
However, this is what I get this time..

Fatal error: Cannot redeclare getmicrotime() (previously declared in /usr/web/webs/www.shell.linux.se/_includes/prepend.php:5) in /export/vol2/unix/s/savage/public_html/gallery/whatever/backup/index.php on line 584

Pekka
27th of April 2003 (Sun), 06:14
savage wrote:
Thanks for your reply..
However, this is what I get this time..

Fatal error: Cannot redeclare getmicrotime() (previously declared in /usr/web/webs/www.shell.linux.se/_includes/prepend.php:5) in /export/vol2/unix/s/savage/public_html/gallery/whatever/backup/index.php on line 584


I see, there is another getmicrotime() function preloaded by your server and it conflicts with EE's own. The solution is to rename all occurrences of EE Backup's "getMicrotime" to e.g. "EE_getMicrotime". You can use notepad's replace command for that.

Thanks for reporting.

Savage
27th of April 2003 (Sun), 17:19
Yes! That was it! I've changed it in several php pages and now it all works. Thank you very much.