Home > General > Affiliate Marketing Forum

Prosper 202 Problem (9)


12-08-2011 08:48 PM #1 shoent (Member)
Prosper 202 Problem

Hey guys, hoping somebody can help me out with this, cough cough (nana). I am running prosper version 1.7.2 and im trying to download click (visitor) reports for a whole month, its probably around 100,000 clicks or so. so when i go in there and select my date range and hit download, it only downloads 1 days worth of data (even that isnt complete) at the bottom of the excel sheet i get this code


<b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/home/xxxdomain/public_html/202-config/functions-tracking202.php</b> on line <b>4014</b><br />

Thanks.


12-08-2011 09:12 PM #2 polarbacon (Moderator)

just from a php hack like me I think you need to change the time you allow a php script to run on your server....most are allowed to run for 30 sec then get terminated....its to prevent sever lockup


12-08-2011 09:13 PM #3 shoent (Member)

oh i see, what should i set it to ?


12-08-2011 09:14 PM #4 thekaine (Member)

202-config.php:
insert:

Code:
ini_set('max_execution_time', 600);

save the file upload it to your server and go to Tracking202 => Administration and look if he is saying now that you got more then 30 seconds max execution time.


There are other ways aswell:

- htacess
- php.ini

but try the easy one first


Just to add:
Max execution time is a php enviroment variable to tell PHP how long a script may run before it gets terminated. That is implemented to make sure that you do not run into a perma loop where the script never ends.


12-08-2011 09:20 PM #5 shoent (Member)

ya i am not so techy with these things, dont want to screw something out, will open a ticket with tyler and see if they can do it for me at beyond hosting. i hate messing with my server, one wrong move and im screwed


12-08-2011 09:23 PM #6 rileypool (Member)

Yes, increase your timeout. This issue has already been addressed with Nana and I haven't received a response yet. I even made a post about it.

http://stmforum.com/forum/showthread...rs-quot-Report


12-09-2011 04:24 AM #7 shoent (Member)

got the guys at tyler to increase my timeout and all is good now.


12-09-2011 03:35 PM #8 BeyondHosting-Tyler (Member)

Quote Originally Posted by shoent View Post
got the guys at tyler to increase my timeout and all is good now.
Tyler is our company name and everything.. :P


12-09-2011 03:37 PM #9 shoent (Member)

oops, typing error, was drugged up on theraflu last night.


Home > General > Affiliate Marketing Forum