Author
Message
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 10th, 2008 at 7:39pm
Post subject: "There were errors with your submission."
Quote
Hi Wes,
I am not sure what I am doing wrong here. Here is a screenshot:
http://img61.imageshack.us/img61/7296/wtfffcg4.png
Back to top
T202Wes
Joined: Oct 20th, 2007
Posts: 1437
Posted: Jul 10th, 2008 at 10:03pm
Post subject: Re: "There were errors with your submission."
Quote
forthelo wrote:
Hi Wes,
I am not sure what I am doing wrong here. Here is a screenshot:
http://img61.imageshack.us/img61/7296/wtfffcg4.png
What if you try using a different browser?
Back to top
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 10th, 2008 at 10:34pm
Post subject: Re: "There were errors with your submission."
Quote
Both IE & Firefox Dont work.
Back to top
T202Wes
Joined: Oct 20th, 2007
Posts: 1437
Posted: Jul 10th, 2008 at 10:49pm
Post subject: Re: "There were errors with your submission."
Quote
forthelo wrote:
Both IE & Firefox Dont work.
Hmm, I realize its your campaign, but like, if you tried a different campaign that has no data if you want to feel secure with it: does it work on export202.com or do you have the same error there too?
Back to top
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 10th, 2008 at 11:10pm
Post subject: Re: "There were errors with your submission."
Quote
Um, it works on a smaller campaign. I think it might be a timeout issue. Thanks for your help.
Back to top
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 10th, 2008 at 11:18pm
Post subject: Re: "There were errors with your submission."
Quote
Ummm, shows errors now:
Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/aaa/public_html/export202/index.php on line 71
Warning: Invalid argument supplied for foreach() in /home/aaa/public_html/export202/index.php on line 77
Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/aaa/public_html/export202/index.php on line 71
Warning: fclose(): supplied argument is not a valid stream resource in /home/aaa/public_html/export202/index.php on line 585
Back to top
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 10th, 2008 at 11:41pm
Post subject: Re: "There were errors with your submission."
Quote
The campaigns are too big or something. Only smaller ones function.
Back to top
forthelo
Joined: Apr 26th, 2008
Posts: 27
Posted: Jul 11th, 2008 at 12:12am
Post subject: Re: "There were errors with your submission."
Quote
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Seemed to fix it for anyone who else has this issue. :)
Back to top
T202Wes
Joined: Oct 20th, 2007
Posts: 1437
Posted: Jul 11th, 2008 at 1:38am
Post subject: Re: "There were errors with your submission."
Quote
forthelo wrote:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Seemed to fix it for anyone who else has this issue. :)
cool yes, looks like u got it, if u goto the ADMINISTRATION tab, which looks like u saw, you can adjust it!
Sweet awesome.
Back to top
yoyomo
Joined: Jun 15th, 2008
Posts: 4
Posted: Aug 13th, 2008 at 2:57pm
Post subject: Re: "There were errors with your submission."
Quote
I have this same problem, but I'm not sure how to change the admin settings.
Any suggestions?
Back to top
T202Wes
Joined: Oct 20th, 2007
Posts: 1437
Posted: Aug 13th, 2008 at 3:38pm
Post subject: Re: "There were errors with your submission."
Quote
yoyomo wrote:
I have this same problem, but I'm not sure how to change the admin settings.
Any suggestions?
Can you contact your host to see if you can change the PHP.INI settings, or temporarily over-ride the PHP.ini settings somehow?
Ask your host if you can set your php.ini settings to something like this
Quote:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Back to top
yoyomo
Joined: Jun 15th, 2008
Posts: 4
Posted: Aug 13th, 2008 at 7:50pm
Post subject: Re: "There were errors with your submission."
Quote
thanks, I'm going to do that then.
Back to top