Yes, there is a way that you can fix it but you need to pay a small donation to become a copper member if you buy this position you won't experience this errors again and the good advantage of copper member compared to a newbie you can post an image and lesser post interval.
Take a look at this Paid Membership here
https://bitcointalk.org/index.php?action=credit;promoteAlso, read this below.
What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.
waittime = 360;
if(activity >= 15)
waittime = (int)(90 - activity);
if(activity >= 60)
waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
waittime = max((int)(14-(activity/50)), 4);