Forum rules |
|
If you download the theme files please report any bugs and post screenshots of the uncovered problems here. Thanks! |
|
| Author |
Message |
|
makkara
|
Nosebleed - Bug with warning users (3.0.5)
Posted: October 16th, 2009, 2:43 am |
|
|
| Posts: 3Joined: October 15th, 2009, 9:21 pm |
I can't give warnings to users, because I can't access the page. It gives this error message:
Parse error: syntax error, unexpected $end in /var/www/customers/mysite/public_html/phpBB3/cache/tpl_nosebleed_mcp_warn_user.html.php on line 72
|
|
Top
|
|
|
|
_zso2
|
Re: Nosebleed - Bug with warning users (3.0.5)
Posted: October 16th, 2009, 8:27 pm |
|
|
| ContributorPosts: 13Joined: October 7th, 2008, 3:09 am |
Did you do any modification on your forum?
If not, you could try to DELETE the file from your cache: /phpBB3/cache/tpl_nosebleed_mcp_warn_user.html.php
The system will re-generate the file on the first use.
|
|
Top
|
|
|
makkara
|
Re: Nosebleed - Bug with warning users (3.0.5)
Posted: October 17th, 2009, 6:30 pm |
|
|
| Posts: 3Joined: October 15th, 2009, 9:21 pm |
What kind of modifications? To the PHP code? No. I just changed the layout to Nosebleed. Deleting the file or purging the entire cache didn't do it.
|
|
Top
|
|
|
mgoi
|
Re: Nosebleed - Bug with warning users (3.0.5)
Posted: October 26th, 2009, 6:38 pm |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
makkara wrote: What kind of modifications? To the PHP code? No. I just changed the layout to Nosebleed. Deleting the file or purging the entire cache didn't do it. The warning function works well under the three templates here and on the showcase forum. As _zso2 suggested, you may want to clear your cache. The phpbb cache occasionally gets corrupted. Your error message seems to refer to such an instance. Please clear your cache, try again and revert to us if you still have problems. Thanks mgoi
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
lhb
|
Re: Nosebleed - Bug with warning users (3.0.5)
Posted: December 22nd, 2009, 4:01 pm |
|
|
| Posts: 5Joined: June 29th, 2008, 10:37 pm |
I had the same bug - and found a fix that works for me:
In the file warn_user.html find the line with:
<td align="center"><!-- IF USER_COLOR --><b>{USERNAME_FULL}</b></td>
Change it to:
<td align="center"><!-- IF USER_COLOR --><b>{USERNAME_FULL}</b><!-- ENDIF --></td>
|
|
Top
|
|
|
|