Page 1 of 1

Problem with installing latest 0.12 build

Posted: Thu Feb 02, 2006 11:33 am
by docomo
Hi,

I fetched the latest 0.12 nightly build from the forge (about an hour) ago.

I ran into 2 problems when i tried to install it:
1. When i was running php 5, after the initial check screen (which showed all successes) the page timed  out on file 'class.module.inc.php' on line 349. Upon switching back to php 4 the install didn't time out and proceeded past this point.

2. After entering all the required information on the 'Database Information' screen, on the following screen i got the error:
Fatal error: Call to undefined function: dropsequence() in C:\Program Files\xampp\htdocs\cmsmsbeta\install\schemas\schema.php on line 5

I double checked that my database had been previously created correctly (from mysql command line), and my mysql account had the correct permissions and rights to the database.

The particulars of my setup are:
Win XP, MySql 5.0.18, PHP 5.1.1.1 & 4.4.1.1, Apache 2.2.0.0

Let us know if its a problem possibly with my setup, or the current version of the night build.

> michael

Re: Problem with installing latest 0.12 build

Posted: Thu Feb 02, 2006 12:55 pm
by Ted
I fixed the mysqli driver (#2) last night.  The daily build is usually built around 2pm GMT.

As for #1, that shouldn't even be called during install.  Very strange.

Re: Problem with installing latest 0.12 build

Posted: Thu Feb 02, 2006 1:06 pm
by docomo
Thanks for that Wishy. I'll download the latest build tomorrow night and test it then on my machine - it sounds like it should fix issue #2.

I also had the issue #1 problem when i installed version 11.2. Switching to php 4 seemed to fix it. I'll do some more checking and let you know. i'll also turn on debugging in install.php and see if i can find any mor info.

Cheers

> michael