Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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 that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Search function in 1.5.3 doesn't work

More
16 years 10 months ago #21572 by xillibit
Because your on a windows server, you have just add this to your php.ini, it's only thing which here in my php.ini on my wamp :
Code:
extension=php_mbstring.dll

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 10 months ago #21577 by itgl72
xillibit wrote:

Because your on a windows server, you have just add this to your php.ini, it's only thing which here in my php.ini on my wamp :

Code:
extension=php_mbstring.dll


OK, what did I do wrong here? I went to php/php.ini and added to the bottom of that file.

I know see the following errors:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mbstring.dll' - The specified module could not be found.\r\n in Unknown on line 0
[Thu Jun 25 15:35:08 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.10 configured -- resuming normal operations
[Thu Jun 25 15:35:08 2009] [notice] Server built: Jan 17 2008 22:58:29
[Thu Jun 25 15:35:08 2009] [notice] Parent: Created child process 3436
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mbstring.dll' - The specified module could not be found.\r\n in Unknown on line 0
[Thu Jun 25 15:35:08 2009] [notice] Child 3436: Child process is running
[Thu Jun 25 15:35:08 2009] [notice] Child 3436: Acquired the start mutex.
[Thu Jun 25 15:35:08 2009] [notice] Child 3436: Starting 250 worker threads.

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

More
16 years 10 months ago #21581 by xillibit
I think you need to change your path like this :
Code:
C:\PHP\ext;C:\PHP;C:\MySQL\bin

but you need to have installed php in C:\PHP, because with spaces like C:\Program Files\PHP some server crashes

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 10 months ago #21603 by itgl72
xillibit wrote:

I think you need to change your path like this :

Code:
C:PHPext;C:PHP;C:MySQLbin

but you need to have installed php in C:PHP, because with spaces like C:Program FilesPHP some server crashes



You know...

I actually don't see a file called php_mbstring.dll in C:\PHP\ext

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

More
16 years 10 months ago #21610 by itgl72
SON OF A GUN...

It worked...

I uploaded the php_mbstring.dll I had on my local server to the ext folder on our live windows server AND THE ERROR BROKEN SEARCH SCREEN IS GONE.

I would give myself karma right now if I could. What a long day (weeks) of clicking, testing, and beating the head to the keyboard with these little battles.

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

More
16 years 10 months ago - 16 years 10 months ago #21623 by sozzled
I'll give you +karma, mate. Now, if I could only figure out who has so much time they can waste worrying about mine! :laugh:
Last edit: 16 years 10 months ago by sozzled.

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

Time to create page: 0.266 seconds