New installation error for gallery3.beta.2

evelynlam

Joined: 2009-07-15
Posts: 2
Posted: Wed, 2009-07-15 09:57

Just try to install today, and I get the error log as below:

2009-07-15 09:03:06 +00:00 --- error: Uncaught PHP Error: exec() [<a href='function.exec'>function.exec</a>]: Unable to fork [which convert] in file C:/gallery3/modules/gallery/helpers/graphics.php on line 336
2009-07-15 09:11:23 +00:00 --- error: Uncaught Kohana_Database_Exception: There was an SQL error: Unknown column 'view_3' in 'field list' - UPDATE `1access_intents` SET `view_3` = 0 WHERE `item_id` = 1 in file C:/gallery3/system/libraries/drivers/Database/Mysql.php on line 371
2009-07-15 09:12:01 +00:00 --- error: Uncaught Kohana_Database_Exception: There was an SQL error: Unknown column 'view_4' in 'field list' - UPDATE `1access_intents` SET `view_4` = 0 WHERE `item_id` = 1 in file C:/gallery3/system/libraries/drivers/Database/Mysql.php on line 371
2009-07-15 09:12:06 +00:00 --- error: Uncaught Kohana_Database_Exception: There was an SQL error: Unknown column 'view_5' in 'field list' - UPDATE `1access_intents` SET `view_5` = 0 WHERE `item_id` = 1 in file C:/gallery3/system/libraries/drivers/Database/Mysql.php on line 371
2009-07-15 09:17:46 +00:00 --- error: Uncaught Kohana_Database_Exception: There was an SQL error: Unknown column 'view_4' in 'where clause' - SELECT COUNT(*) AS `records_found`

....
(detail please see attachement)

Firstly, still can login by admin.
But,cannot open the index.php after logout from admin.

AttachmentSize
2009-07-15.log_.php_.txt4.6 KB
 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2009-07-15 14:00

Windows isn't supported. Looks like something in your setup isn't allowing PHP to execute binaries or find them.

Is this during the install? Try again.

If this is for setting up ImageMagick or something else. Try setting the path to IM under Admin > Settings > Advanced

I just upgraded to B2 on Windows running Apache just fine. Haven't tried anything yet though.

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
evelynlam

Joined: 2009-07-15
Posts: 2
Posted: Fri, 2009-07-17 09:52

Thanks for your reply.
And I get what's going on for my setting.
As my previous setting is :
Windows 2003 IIS6 + PHP5 + MySQL 5.1, so after I install Apache and switch the gallery3 for Apache, then work.