The Installation is not working ><

3 replies [Last post]
programmer
programmer's picture
User offline. Last seen 22 weeks 1 day ago. Offline
Joined: 06/04/2010
Posts:

After I download ProsePoint 0.31 in news ,and extract that into new folder ,and after that I place the folder ProsePoint in my localhost , and after I running that is something error message that like this :      

Fatal error: Maximum execution time of 30 seconds exceeded in C:\mywebsites\news\includes\file.inc on line 907

What is that meaning of the error message in this? is there any solution to me to solve this problen  ,because I want to build the newspapper online

beng
User offline. Last seen 36 min 49 sec ago. Offline
Joined: 27/02/2009
Posts:
certain PHP code snippets run about 10 times slower on Windows

Hi,

Yes. For some reason, certain PHP code snippets run about 10 times slower on Windows. You need to change your PHP max_execution_time setting from the default of 30 seconds to a very large value - I'd suggest 600 seconds.

programmer
programmer's picture
User offline. Last seen 22 weeks 1 day ago. Offline
Joined: 06/04/2010
Posts:
Thanks You
Thank you Sir for the comment ,but now it is trouble again is step 5 for the installation there is something mistake in "ProsePoint requires a web server that supports clean urls. Please see the ProsePoint requirements pages for more information.", what is that mean sir?
beng
User offline. Last seen 36 min 49 sec ago. Offline
Joined: 27/02/2009
Posts:
For apache web servers, you need to have mod_rewrite available

Hi,

For apache web servers, you need to have mod_rewrite available for the web server and enabled for your site. mod_rewrite is a standard part of Apache so you probably just need to turn it on.

For IIS ... sorry, but I'm not familiar with how to get IIS to allow clean urls.