|
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| Member Posts: 393 Join Date: Sep 2003 Location: My wife calls it the doghouse... SupportSuite Owned License | Configure PHP.INI settings for a Windows based server -
20-07-2005, 06:54 AM
Here are some things you can check in your PHP.INI file if you are having trouble with PHP scripts. The following settings are from a working installation and have been tested under both Windows 2000 and Windows 2003 using both CGI and ISAPI setup. Code: safe_mode = Off ;not everything works with safe mode max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 120 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) error_reporting = E_ALL & ~E_NOTICE ;Normal operating mode. Set to E_ALL if you need to debug display_errors = OFF ;Normal operating mode. Set to ON only if you need to debug. display_startup_errors = OFF ;Normal operating mode. Set to ON only if you need to debug. log_errors = On error_log = C:\TEMP\PHP.LOG ;I write errors to a log file. This file MUST be in a folder writeable from all websites. post_max_size = 32M ;Max size of messages and files that can be posted by PHP in Meg. extension_dir = "C:\PHP" ;Assuming you have copied your extensions into C:\PHP like I told you to cgi.force_redirect = 0 ;Must be turned off for IIS. file_uploads = On ;If you want users to be able to upload files using PHP scripts. upload_tmp_dir = "C:\TEMP" ;Path must be in a folder writeable from all websites. upload_max_filesize = 32M ;Max file size that can be uploaded. register_globals = On session.bug_compat_42 = 1 session.gc_probability = 1 session.gc_divisor = 100 session.gc_maxlifetime = 1440 session.save_path = c:\temp ;note this path will be different if you are on a linux box session.bug_compat_warn = 1 session.save_handler = files session.use_cookies = 1 session.name = PHPSESSID session.auto_start = 0 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_domain = session.serialize_handler = php session.referer_check = session.entropy_length = 0 session.entropy_file = session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 0 Web Site: http://www.netFusionKC.com Web Store: https://www.netfusionkc.com/store/ Anything I say or do is my own opinion and may make absolutely no sense to anyone but me... |
| | |
(#2)
|
(#3)
|
(#4)
|
| Member Posts: 393 Join Date: Sep 2003 Location: My wife calls it the doghouse... SupportSuite Owned License |
22-07-2005, 01:29 AM
Quote:
Eddie Web Site: http://www.netFusionKC.com Web Store: https://www.netfusionkc.com/store/ Anything I say or do is my own opinion and may make absolutely no sense to anyone but me... | |
| | |
(#5)
|
| Chief Executive Officer Posts: 2,828 Join Date: May 2003 |
28-07-2005, 07:11 PM
Hi, v3 does not require register globals to be enabled. Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#6)
|
(#7)
|
| Chief Executive Officer Posts: 2,828 Join Date: May 2003 |
03-10-2005, 03:34 PM
Quote:
Regards, Varun Shoor -------------------------------------------------------------------
| |
| | |
(#8)
|
| New Member Posts: 13 Join Date: Jan 2006 |
30-01-2006, 05:16 PM
I hope im posting this in the correct place. I am currently trying to get my pop3/imap Setup on a windows 2000 server. When i go to the php.ini and uncomment the "extension=php_imap.dll" everything quits responding. as well as support site, staff site, and the admin site. I have it currently commented out and the site works fine. What am i doing wrong. None of my email for anything currently works having to do with Kayako. Any help appreciated. Current Config looks like the following. http://www.milestonemortgage.com/support/phpinfo.php My sql version is "5" Thanks in advance. |
| | |
(#9)
|
| Member Posts: 393 Join Date: Sep 2003 Location: My wife calls it the doghouse... SupportSuite Owned License |
31-01-2006, 01:47 AM
Quote:
Hi Shawn! First things first. Did you follow my instructions here: Setup PHP on a Windows 2000 server If so, and if you have your PHP.INI file setup as in the first thread above, you should have a file in your C:\TEMP\ folder called PHP.LOG. Enable the "extension=php_imap.dll", restart IIS, access your support suite page so it will load PHP. Then open up the C:\TEMP\PHP.LOG file in notepad and look for any errors. My first guess is that you do not have the php_imap.dll in the same folder as your PHP.EXE file or you do not have the C:\PHP\ folder in your system path. Thus PHP errors out when it can not find the extension to load. Second guess would be that the user your web site runs under might not have the correct permissions to your C:\PHP\ folder. Post your findings from the php.log file when you get a chance. As for running SupportSuite on MySQL 5 under Windows, I could not tell you. I'm still running it on 4.x. Eddie Web Site: http://www.netFusionKC.com Web Store: https://www.netfusionkc.com/store/ Anything I say or do is my own opinion and may make absolutely no sense to anyone but me... | |
| | |
(#10)
|
(#11)
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setup PHP on a Windows 2000 server | netFusion | Technical Chat | 5 | 03-10-2007 09:01 AM |
| Syncworks installation problems | jenglish | SyncWorks | 10 | 29-03-2007 05:01 PM |
| URL to connect to my server during trial | ozzee | LiveResponse Desktop Application | 10 | 22-01-2007 04:20 PM |
| connection problem | inteltechs | InstaAlert | 5 | 27-04-2006 12:23 AM |
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