Problems installing EGS2 Beta 1
31/12/2007 05:34
|
Hi All, I am hoping someone can help me, this product looks fantastic, looking at the screenshots but i am having error after error trying to install it. I am having two problems found below; 1. import the schema: psql egs2db < egs2beta1initial.sqlI am new to both php and PostgreSQL, so i am not sure how to import the schema. However i think (not sure) i do it via the pgAdmin III via the SQL function. I have tried the above however i get errors, which change when i fix the below; 1st Error: ERROR: syntax error at or near "" SQL state: 42601 Character: 124935 After i delete this i get 2nd Error: ERROR: syntax error at or near "1" SQL state: 42601 Character: 127855 I am used to ASP coding, and i find the above error of no use unfortunatly, it doesn't tell me which line (maybe it does and i just don't see it). If i could get this error fixed it would be fantastic. The other error i am having i think would probably be a bit easier (for you php guru's) to fix, but i can't find a answer anywhere on google etc. 2. When i run the mydomain.com/egc_beta/ it gives the below error;Missing extension: json Missing Extensions, see above I have done a complete fresh install of PostgreSQL and i am running PHP5 on Windows 2003 Server Edition. All help greatly appreciated. I have followed the Readme and Documentation on your website as best i can, if someone could help me with this i would REALLY appreciate it. Regards, Sinister747 |
31/12/2007 09:21
|
Hi, Try running the psql command from the command line rather than through phppgadmin if you can and see if you still get an errors (preferably drop the existing database and start again). You need to install the json extension for PHP, if you can install 5.2 or later that will have the json extension in it, otherwise you really need to grab it from pecl (http://pecl.php.net/package/json) Thanks Jake |
23/01/2008 08:21
|
Hi Jake, I'm trying to install egs2_beta1 on Fedora core6 with Apache 2.0 PHP5.1.6, Don't worry. I have already install the Json modules on php. So i've not problem of extension. When i'm trying to get on the EGS on the server http://demo.iesgames.com/egs/egs2/index.php I receive a blank page. I'have already create my Database. I've followed all the instrutions. Could you please Help me? Waiting for your reply, nice day. Best regards GYREX |