installation problems

Ask your questions regarding TimeTrex installation here.
Locked
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

installation problems

Post by deemurphy »

I am installing this on windows with the zipped version because I want to see how it looks and before installing it on our Linux system. I have xampp which includes php5, mysql and apache running on port 90. IIS is running on port 80, so there is no confusion there, I use it alot to develop web sites.

I am getting a message aboeuet my magic_quotes_gpc is on, I turn it off and still get the same thing, I also get Memory Limit: Warning: 32M (Set this to 128M or higher).

Can this be used with Mysql. I was going to try the exe, but was not sure it that would help me where Linux is concerned when I am ready to install there.

Thank you
Dee
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

At the bottom of the System Requirements page that is giving you the error, make sure you are modifying the correct php.ini file and restarting Apache afterwards.

TimeTrex does work with MySQL.
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

Memory Limit

Post by deemurphy »

Memory Limit: Warning: 32M (Set this to 128M or higher). how do I set this higherer?

Thank you
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

To increase the memory limit search for:

memory_limit

in your php.ini file. Once changed you must restart your web server.
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

Nest button

Post by deemurphy »

Both changes have been made, but the next button is not available.

Thank you
Dee
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

What version of TimeTrex are you trying to install?
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

version

Post by deemurphy »

TimeTrex_Standard_Edition_v2.2.0-rc2
mikeb
Posts: 711
Joined: Thu Jul 27, 2006 11:58 am

Post by mikeb »

I'm not sure where you downloaded that version of TimeTrex from, as its not even a full release ("rc" stands for Release Candidate), its also almost a year old.

Please download the latest version (v2.2.16) and try that instead.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

Post by deemurphy »

I had gotten it from SourceForge. I have the lastest now both the zip and exce. I would rather use the zip.

Thank you so much for you assistance.
Dee
deemurphy
Posts: 6
Joined: Wed Nov 19, 2008 2:18 pm

Post by deemurphy »

Still getting the same thing with TimeTrex_Standard_Edition_v2.2.16

Dee
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Please confirm that the files were in fact updated, and have proper permissions to be written to by the web server user, especially the cache and templates_c directory. That often causes people problems with the .ZIP install.

Clearing out the timetrex/templates_c directory completely doesn't hurt either.

Failing that, follow the instructions here:

http://forums.timetrex.com/viewtopic.php?t=89

To enable debug mode and copy+paste the output here.
Locked