bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Ok, getting frustrated...

Author Message
RangerBob
Guest





Posted: Sun Feb 25, 2007 10:54 pm    Post subject: Ok, getting frustrated...  

Ok, the mod works great in SubSilver, but whenever I try to register in our default smartDark template, I get the following error:

Code:
Parse error: syntax error, unexpected $end in /home/qrerflp/public_html/phpBB2/includes/template.php(127) : eval()'d code on line 295


Any thoughts? Anybody?

Any help would be greatly appreciated, as I am fairly new to PHP, and feel like I'm fumbling around in the dark here.... Smile
RangerBob
Guest





Posted: Mon Feb 26, 2007 5:16 pm    Post subject: Re: Ok, getting frustrated...  

RangerBob wrote:
Ok, the mod works great in SubSilver, but whenever I try to register in our default smartDark template, I get the following error:

Code:
Parse error: syntax error, unexpected $end in /home/qrerflp/public_html/phpBB2/includes/template.php(127) : eval()'d code on line 295


Any thoughts? Anybody?

Any help would be greatly appreciated, as I am fairly new to PHP, and feel like I'm fumbling around in the dark here.... Smile



I should have specified more clearly - the error occurs AFTER the COPPA agreement page is agreed-to.... sorry....
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Tue Feb 27, 2007 4:35 am    Post subject:  

Hello!

I've installed the smartDark template, and it works well for me. Would you please send me <olepar gmail com> a copy of your "profile_add_body.tpl", I'll look at it.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
RangerBob
Guest





Posted: Thu Mar 01, 2007 2:48 am    Post subject:  

Ok - sent it this evening.... many, many, many thanks... Smile
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Mar 01, 2007 4:17 am    Post subject:  

Replied. Please report results.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
RangerBob
Guest





Posted: Thu Mar 01, 2007 4:32 am    Post subject:  

Oleg, you're a genius... seems to have fixed the problem right up! I appreciate it very much... Smile
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Mar 01, 2007 11:02 am    Post subject:  

I'm glad to hear everythink is ok now. Best luck to your forum!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
DarthMonkey
Guest





Posted: Mon Mar 12, 2007 10:35 pm    Post subject:  

I'm having a similar problem (same error message).

Unfortunately, it's not a mod related to this forum, but I found this post in google. Since the PHPbb site is down, i was hoping you guys might be able to help.

I don't remember exactly which mod caused it. I think it was the "Edit Reason" mod (or something to that extent)

Anyway, it gives me that error when I go to create a new post or edit a post. What exactly is the solution that RangerBob got?
Guest






Posted: Mon Mar 12, 2007 10:39 pm    Post subject:  

Sorry, i think mine may be a totally unrelated problem after digging a little deeper. If you want, feel free to help anyway though!
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Wed Mar 14, 2007 3:37 am    Post subject:  

It's hard to say anything... Re-check the changes in the template file. Each construction
Code:
<!-- BEGIN something_here -->

should have the corresponding
Code:
<!-- END something_here -->

And each such constructions should be on a separate line.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.