Bug with new version?

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Bug with new version?

Post by zui »

When I go to Private Messages in control panel, I get: Parse error: syntax error, unexpected T_ISSET in *hosting directory*/forums/includes/ucp/ucp_pm_compose.php on line 72

Maybe I'm just really dumb and messed something up.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

You could be right, only added in downloads today so will look into zui.

Will let you know the outcome here :good:
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

There a few other small things like:

If I have no topics at all, the index page has this at top:
[phpBB Debug] PHP Notice: in file /index.php on line 64: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4263: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4265: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4266: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4267: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)

And also, the announcement box gets a bit bigger

Here is the picture:
Image
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

hmm, strange, all seems okay on the test server but while we look into it, there is a quick fix of turning debug off in the config file.

Change the bottom lines in config.php to this:

Code: Select all

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Let me know if that fixes those issues for you.
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

Did you want me to change those areas to false? Because those are default values.
Also, wasn't sure if you saw the funny symbols on the search text box. Click on that picture for full.

This only happens with no topics.

PS. I hope I'm not being annoying with these. I'm trying to solve these problems and trying to help with the project in general.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

No not annoying at all zui, we need the feedback to correct the zip.

The are the default values but you add // in front of both lines as above. Try that, re-upload and see if any or some of the errors go.
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

Its still all there.
Edit: It seems that all parts of Private message works except for "Compose Message" That is where the error in the first post occurs.

I also don't know how to fit a big picture in a post. I want the entire picture to fit, either have it shrink or have the clickable zoom option.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

I am wondering if it could possibly be the server set-up/database encoding, seeing as you have those strange characters showing on search bar.
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

It might be...how would I go about fixing that then?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

Without knowing the server set up, I am not too sure. Is the database encoding in UTF-8, you can normally see by phpmyadmin.
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

From my host: MySQL charset: UTF-8 Unicode (utf8)
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Bug with new version?

Post by LDM »

zui, I have fixed the error on pm's, thanks for pointing it out to us. If you go to downloads and download it again, just replace the file includes/ucp/ucp_pm_compose.php and that will sort that problem out.

As for the others, I can't replicate that on a new install and am stumped.
User avatar
zui
Forum Member
Forum Member
Posts: 24
Joined: Mon Jan 26, 2009 1:07 am

Re: Bug with new version?

Post by zui »

Thank you for fixing this problem. The other problem isnt really a big deal, seeing as I'll never have no topic again anyways. Ill post any more bugs I find. Great job on this version.
Post Reply