Sinister747 Posted December 31, 2007 Share Posted December 31, 2007 Hi All, I am trying to install a nice little open source program called "Enterprise Groupware System", i have contacted the developer about the below error and it didn't really help.. im hoping someone here can help me. Error: "Missing extension: json" I emailed the developer for the below response; 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) I followed the steps above, i went and installed PHP 5.2.5. However i am still receiving the above error.. rapid response much appreciated. I would just like to make it clear i am a noob at php so please keep it simple. I run a Windows 2003 Server Edition (Dedicated Server), so i have full access however i am no good at Command Prompt etc, so if it is required please make it simple thank you Regards, Sinister747 Quote Link to comment Share on other sites More sharing options...
Sinister747 Posted December 31, 2007 Author Share Posted December 31, 2007 Sorry, also if i use the last known STABLE version i get an error for the same thing, however it is more descriptive and kind of gives me an idea what MIGHT be going wrong Error Below; Warning: main(/egs_stable//src/db.php) [function.main]: failed to open stream: No such file or directory in Removed\htdocs\egs_stable\index.php on line 75 Fatal error: main() [function.require]: Failed opening required '/egs_stable//src/db.php' (include_path='.;C:\php5\pear') in Removed\htdocs\egs_stable\index.php on line 75 PHP Warning: main(/egs_stable//src/db.php) [function.main]: failed to open stream: No such file or directory in Removed\htdocs\egs_stable\index.php on line 75 PHP Fatal error: main() [function.require]: Failed opening required '/egs_stable//src/db.php' (include_path='.;C:\php5\pear') in Removed\htdocs\egs_stable\index.php on line 75 I think the problem above is that my php is not installed in C:\php5\pear but rather in C:\php\pear, i can't see anyway to change this in the script is it a IIS setting? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.