Page 1 of 1

Bug with new version?

Posted: Thu Dec 17, 2009 12:37 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 12:44 am
by LDM
You could be right, only added in downloads today so will look into zui.

Will let you know the outcome here :good:

Re: Bug with new version?

Posted: Thu Dec 17, 2009 12:46 am
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

Re: Bug with new version?

Posted: Thu Dec 17, 2009 12:52 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 12:57 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:06 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:10 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:16 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:21 am
by zui
It might be...how would I go about fixing that then?

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:37 am
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 1:52 am
by zui
From my host: MySQL charset: UTF-8 Unicode (utf8)

Re: Bug with new version?

Posted: Thu Dec 17, 2009 3:32 pm
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.

Re: Bug with new version?

Posted: Thu Dec 17, 2009 10:10 pm
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.