Forums / Install & configuration / What if I already have MySQL, PHP, and ImageMagick installed on my Win XP machine?

What if I already have MySQL, PHP, and ImageMagick installed on my Win XP machine?

Author Message

Ross Gerring

Wednesday 21 May 2003 8:02:01 am

Hi All,

Yes, I already have these core packages installed and working on my WinXP machine right now.

So my question: if I go ahead with a standard install procedure using ezpublish-3.0_2-winnt.exe, am I going to have conflicts with my existing versions of MySQL, PHP, and ImageMagick?

Thanks.

Karsten Jennissen

Wednesday 21 May 2003 8:10:10 am

Just install the core files, don't use the installers. You find the e.g. here: http://ez.no/developer under Direct Downloads.

Ross Gerring

Sunday 25 May 2003 7:36:21 am

Doh! Pretty obvious really.

But.. I'm experiencing a problem when trying to install the demokernel.php. Can anyone tell what could be causing this error (See below). I'm running WinXP with Apache 2.0.45 - php, mysql, virtualhosting, etc. all working fine:

---
Error

SQL-query :

--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --
--
--
CREATE TABLE ezapprove_items(

id int( 11 ) NOT NULL auto_increment,
workflow_process_id int( 11 ) NOT NULL default '0',
collaboration_id int( 11 ) NOT NULL default '0',
PRIMARY KEY ( id )
) TYPE = MYISAM

MySQL said:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '---------------------------------------------------------
--
--