can not get first page ..

We are trying to reun timesheet ng on a windows IIS environment. We have installed PHP and MySQL. The install of timesheet ng went kind of ok (we had to run the final insert statements manually as we couldn't see why they kep failing). Now when we come to start the timesheet application, we get the following error ..
"Parse error: parse error in D:\Timesheet NG\common.inc on line 1047" - Can anyone please help quickly, we are looking to use this app asap.

Comments

#1 tommo

This is probably due to the bug in table_names.inc too.

Go into this file:
Line 1 - remove "{"
Line 15 - Change "}" to "?>"

Let me know how you get on.

#2 dbroome

ok, I will give that a go and respond back

#3 dbroome

I made the changes as requested and I'm afraid we have exactly the same problem. Any suggestions welcome.

#4 tommo

Assuming you have a good and tested installation of PHP and MySQL then to get a parse error like you said, there must be something wrong in your php (or inc) files.

There are two files created during the installation, table_names.inc and database_credentials.inc. Check that these are good, well-formed files. If you need to, you can mail them to me privately (look at the sourceforge page).

#5 dbroome

I ended up doing a fresh install on a linux/apache environment. The install was much smoother and we're now up and running. Thanks for the help.