Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics moved into this category relate to superseded test versions of K 2.0. Topics in this category are locked.

Solved PHP error messages generated by RC2 ??

More
13 years 9 months ago #126356 by podvelde
Installed RC2_2012-06-10 on a pristine Joomla 2.5.5.

Get the following message multiple times on each forum page:

Warning: preg_replace() [function.preg-replace]: Compilation failed: unknown property name after \P or \p at offset 4 in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Z18\administrator\components\com_kunena\libraries\view.php on line 352

I still have PHP error reporting switched on (I'm using PHP interactively as well), so I get the errors/warnings nicely embedded on the page.

Is this a known feature and should I turn PHP messages off ??

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #126357 by sozzled
Thank you for your report. Someone will reply to you with further information. To assist us to properly classify this problem, would you please provide us with your K 2.0 configuration report.

Thank you.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago - 13 years 9 months ago #126374 by Matias
What is the Joomla root path? You're in Windows, right?

Can you replace the line 352:
Code:
$templatefile = preg_replace('%'.JPATH_ROOT.'/%', '', $this->_template);

with this:
Code:
$templatefile = preg_replace('%'.JPath::clean(JPATH_ROOT,'/').'/%', '', JPath::clean($this->_template, '/'));

And verify if it fixes the issue.
Last edit: 13 years 9 months ago by Matias.
The following user(s) said Thank You: podvelde

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago - 13 years 9 months ago #126393 by podvelde
Thanks for the quick response, Matias, that fixes the issue. Would be nice to have that fix in the next RC. :)

BTW, would these comments be of any use (a few things I noticed registering on the online forum):

- editing a post doesn't seem to work in the online Kunena forum (endless wait);
- on registration (online Kunena), entering a "state" is mandatory, but states are US only;
- on registration (online Kunena), profile data "appears to get lost" and must be re-entered later (edit profile);
- the system appears to have a problem registering just a birth day, without the year (many people prefer not to discuss their age but don't mind their birth day being known);
- on registration (RC2) and using the latest IE (Win7-64), when I tried to define an avatar, I had to explicitly type a <CR> after the filename to continue the process;

But most importantly:

On registration, it's completely unclear to first-time users, and lots of people registering are first-time users, what the implication is of the name and user name entries and when the button is clicked, these names tend to be impossible to change. Please change the labels of these fields to "Login name" and "Display name", and use the names consistently in this way, to make things a bit more intuitive. Otherwise administrators of Kunena-driven forums are going to be FLOODED with complaints and requests for name-change from their users (believe it or not, but this would be a show-stopper for me).
Last edit: 13 years 9 months ago by podvelde. Reason: typo

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #126410 by sozzled
*** Off-topic ***

podvelde wrote: BTW, would these comments be of any use (a few things I noticed registering on the online forum) ...

Are you talking about registering here at this website ( www.kunena.org ) or are you talking about at your own website?

These issues need to be discussed, but discussed in a different topic. At the moment it is unclear to me where, specifically, these symptoms that you describe occur.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #126413 by podvelde

sozzled wrote: *** Off-topic ***

podvelde wrote: BTW, would these comments be of any use (a few things I noticed registering on the online forum) ...

Are you talking about registering here at this website ( www.kunena.org ) or are you talking about at your own website?

These issues need to be discussed, but discussed in a different topic. At the moment it is unclear to me where, specifically, these symptoms that you describe occur.

I guess, I've made it explicit for each item whether it occurs on the online Kunena forum ("Online Kunena"; www.kunena.org ) or on the version as installed on my system ("RC2"). When it isn't mentioned explicitly, I found the issue on both systems.

I will open a new topic for my observations, if that's what you want.

Please Log in or Create an account to join the conversation.

Time to create page: 0.263 seconds