Eventum:Installation notes for Windows

Eventum Menu: Home - Documentation - FAQ - Help

Contents

[edit] Allowing file uploads

Make sure the IIS username can write to the directory specified in your upload_tmp_dir directive in PHP.INI. If you haven't specified this, it's probably %WINDIR%\TEMP (C:\WINNT\TEMP in my case).

If this permission is not set, file uploads will fail. If uploading anonymously through anonymous issue reporting, there will be no signs of problems in the eventum/logs folder nor in Event Viewer. If uploading through the administrative interface, there will be a simple error message in the browser file upload popup window that doesn't really help figuring out what's wrong.

[edit] Setting up Windows Task Scheduler (for sending email queue or downloading new emails)

This is how I setup jobs to run under Windows XP to process the mail queue or download mail.

Your task should now be scheduled run. Repeat to setup the cron to download mail if needed.

[edit] Solving 'CGI Timeout'

I had a problem on the eventum setup it displayed the error "CGI Timeout". The problem was on Windows 2003 using IIS6 with PHP4

To solve the problem:

  1. Install the PHP4 with the windows installer, the copy the extensions provides in PHP 4.4.1 zip package http://www.php.net/get/php-4.4.1-Win32.zip/from/a/mirror
  2. On the IIS Manager choose the "web services extensions" option.
  3. Now right click over "All Unknown CGI Extensions" and select "Allow" do the same for "All Unknown CGI Extensions".
  4. Then in the PHP.ini look for " ;extension=php_gd2.dll " and delete the " ; ", this allows PHP to run the GD extension to create graphics.
  5. On the "Windows Environment variables" look for path and add ";c:\php\dlls;c:\php\extensions;" at the end of the string

This should work to solve this problem.

[edit] Solving 'pages do not refresh'

If you are having trouble that Eventum doesn't respond to changes you make in template source files (*.tpl.html) files. Make sure that the template_c directory has read/write to IIS_WPG.

Retrieved from "http://forge.mysql.com/wiki/Eventum:Installation_notes_for_Windows"

This page has been accessed 4,713 times. This page was last modified 12:22, 23 June 2009.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...