Kayako Logo
Technical Chat From server configurations to local area networking - the technical discussion forum.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
Problems with index.php and swift.php - 21-05-2008, 11:14 AM

Hi,

This is my first time posting on this forum, so firstly I'd like to say Hi to everyone.

I am having trouble installing esupport V3.00.90.

I am running it on windows 2003 server, running php 5.2.6 and version 3.3.3 of zend optomizer.

The problem I am seeing is I am getting a http 500 from my webserver.

If I pipe index.php to php.exe I get the following:

C:\PHP>php.exe "\Web Sites\...\index.php"
PHP Warning: require_once(./swift.php): failed to open stream: No such file or
directory in \Web Sites\...\index.php on line 18
PHP Fatal error: require_once(): Failed opening required './swift.php'
(include_path='.;C:\php5\pear') in \Web Sites\...\index.php on line 18

If I then web browse to swift.php it gives me a page with the following information in:

Zend Optimizer not installed ... with a number of links to the zend site.

I know that Zend optimizer and php are installed, does any one have any ideas where to go with this?

Thanks in advance for any replies.

Paul
   
Reply With Quote
  (#2) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
21-05-2008, 11:28 AM

please provide me a link to your phpinfo, or send me a sreenshot.

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#3) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
21-05-2008, 01:23 PM

Hi Andrew,

Thank you very much for replying.

Here is my phpinfo

phpinfo()
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 4,947
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
21-05-2008, 02:03 PM

Zend Optimizer is not installed on your server hence you are getting that message according to your PHP Information file. See install zend optimizer windows - Google Search for many guides on installing it on Windows.

On a side note, why are you trying to install such an old version (3.00.90)? The latest version (3.20.02) has many more features and bug fixes and I would recommend you install that if you are doing a fresh install.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
21-05-2008, 02:22 PM

Quote:
Originally Posted by craigbrass View Post
Zend Optimizer is not installed on your server hence you are getting that message according to your PHP Information file. See install zend optimizer windows - Google Search for many guides on installing it on Windows.

On a side note, why are you trying to install such an old version (3.00.90)? The latest version (3.20.02) has many more features and bug fixes and I would recommend you install that if you are doing a fresh install.

Craig, you are always quick. ;-)


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#6) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
21-05-2008, 02:24 PM

That's interesting, what I have done is as follows:

Installed php on IIS and got that working. Once I have done this I have downloaded the installer from the zend website and followed the installer through. From this, I have made the assumption that zend is installed.

With regards to the older version, the reason for this is it's a migration to new hardware and not a fresh install as such.
   
Reply With Quote
  (#7) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
21-05-2008, 02:46 PM

Thanks for that chaps, I have noticed something in the phpinfo.

Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\PHP\php.ini

Once I pointed zend at C:\PHP\php.ini rather than c:\windows\php.ini I now get this..

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

YAY!!!

ONly thing is I now get this error :

C:\PHP>php.exe "\Web Sites\...\includes\SmartyLight\class.template
.php"
PHP Parse error: syntax error, unexpected '{' in \Web Sites\....\i
ncludes\SmartyLight\class.template.php on line 351

NIGHTMARE! I thought I had it for a second then
   
Reply With Quote
  (#8) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
21-05-2008, 03:44 PM

hi you need to enable short_open_tag in your php ini, it will solve the problem

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#9) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,265
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
21-05-2008, 04:33 PM

You need to change the following:

magic_quotes_gpc = On
error_reporting = E_ALL & ~E_NOTICE



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#10) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
22-05-2008, 06:56 AM

Hi chaps,

Firstly, I would like to say a HUGE thank you for the help so far

However ... the conundrum continues!!!

I am still getting a http 500 error on my webserver GRRR!!!

If I execute index.php and swift.php using php.exe, I get no errors.

I thought we had it for a minute there

Here's the phpinfo as it currently stands.

phpinfo()

and here's the php.ini

http://www.bempton.net/paul/misc/php.txt

Last edited by Paul Westhead : 22-05-2008 at 07:51 AM.
   
Reply With Quote
  (#11) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,265
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
22-05-2008, 08:26 AM

I suggest you contact Kayako Support from Kayako Members Area at https://members.kayako.net/.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#12) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,306
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

22-05-2008, 09:00 AM

Hi Paul,

HTTP 500 error signifies an internal server error - have you checked your server logs for error reports? (They will be in there).


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#13) Old
Paul Westhead Offline
New Member
 
Posts: 6
Join Date: May 2008

eSupport
Owned License
30-05-2008, 09:58 AM

This is what IIS is reporting for the 500

#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2008-05-30 09:33:45 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:33:59 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:33:59 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:00 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:01 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:01 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:01 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:01 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:47 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0
2008-05-30 09:34:49 192.168.1.78 GET /index.php - 80 - 192.168.1.10 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CL R+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506 .30;+.NET+CLR+3.0.04506.648) 500 0 0

If I run the following should I get HTML output?

c:\php\php.exe "c:\websites\index.php"

Last edited by Paul Westhead : 30-05-2008 at 10:10 AM.
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is swift.php streagle Developers & Code 3 31-08-2007 02:00 PM
swift.php error upon installation temak82 SupportSuite, eSupport and LiveResponse 5 07-11-2006 09:38 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46