Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Search function in Joomla not working
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Search function in Joomla not working

Search function in Joomla not working 14 years, 6 months ago #10889

Hi,

My Search function in Joomla is not working.I found out it is because of Artio joomsef running under php4.

I get the error:

Fatal error: Call to undefined function: array_diff_key() in ..... /components/com_sef/joomsef.php on line 703

My server is running php 5.0.4 !

It should only be a problem in php 4?

what can I do about this?
The topic has been locked.

Re:Search function in Joomla not working 14 years, 6 months ago #10952

  • jaku
Hello,
according to PHP documentation, this function is available since PHP 5.1.0.
The topic has been locked.

Re:Search function in Joomla not working 14 years, 5 months ago #11424

  • jaku
You can also rewrite the function array_diff_key using other 2 functions. However, you will need to chage the code on each upgrade. Anyway, the rewriting can be made as (in general):

array_diff_key($a, $b);

equals to
array_diff(array_keys($a), array_keys($b));
Last Edit: 14 years, 5 months ago by .
The topic has been locked.

Re:Search function in Joomla not working 14 years, 2 months ago #13122

So searching with JoomSEF on will not work on php5? :(
The topic has been locked.

Re:Search function in Joomla not working 14 years, 2 months ago #13152

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,

JoomSEF needs PHP 5.1.0 or higher to run correctly. The PHP 5.2.x is recommended.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:Search function in Joomla not working 14 years, 2 months ago #13153

I run 5.2.6 and I´m still having this problem? :(
The topic has been locked.
User Login Empty