Page 1 of 2

Hello Jan,

Posted: 10 Apr 2008, 23:33
by babylon
Hello Jan,

I could use some help cause as an enduser im in the middle of the question....what causes the conflict on my site.

While SEF is turned on Your phocagallery pagination disapears.
This is topic i created at sakic.
Read the topic

So any help from you would be nice Jan..
Maybe your willing to install SEF for trial period and see whats the problem ?
I dont mind donating a few if that would motivate you a bit more...

On Phoca Gallery the

Posted: 11 Apr 2008, 00:19
by Jan
On Phoca Gallery the standard Joomla! SEF should work (see demo page of Phoca Gallery, on all my sites it works), but on some servers SEF works incorrectly...

The Route method for standard SEF is in Phoca Gallery enabled... Phoca Gallery uses JRoute method for all links, that means, that the links are the same as in Joomla! core...

Try the SEF without parameter mod_rewrite, maybe this causes the problem...

Jan

Hi Jan,w

Posted: 11 Apr 2008, 00:28
by babylon
Hi Jan,

well...that didnt worked....
but were not talking about links....
phoca is disabled in sef to even work with it...

next point....

the showing of the pagination is pure coding wright?

with sef working somehow the pagination disapears...
so could it be a code conflict ?

Maybe your willing to install the trial Jan ?
5 seconds of work and will give you your own enviroment to find whats wrong...

The problem is, pagi

Posted: 11 Apr 2008, 00:38
by Jan
The problem is, pagination is not a part of Phoca Gallery Pagination is created by Joomla! framework... Only what Phoca Gallery does, it gives number of items to Joomla! framework and Joomla! framework creates pagination...

Please let me know t

Posted: 11 Apr 2008, 00:41
by Jan
Please let me know the link to trial, I cannot find it ...

Jan

yeah i wanted to say

Posted: 11 Apr 2008, 00:43
by babylon
yeah i wanted to say that indeed....pagination belongs to joomla...
But as we know that....
What can cause the pagination to disapear ?
That bothers me a lot...

This is link to trial Jan.

http://www.sakic.net/products/sef_advance/trial/

Sorry but I get the

Posted: 11 Apr 2008, 11:55
by Jan
Sorry but I get the following error:
Site error: the file ...components\com_sef\sef_conf.php requires the ionCube PHP Loader ioncube_loader_win_5.1.dll to be installed by the site administrator

I will try it on Suse...

Jan

On the Suse Linux th

Posted: 11 Apr 2008, 12:09
by Jan
On the Suse Linux the same:

ioncube_loader_lin_4.4.so

The problem is, I cannot find download for ioncube_loader_win_5.1.dll ... I can download the ioncube_loader_lin_4.4.so but I don't know how to install it on linux, because on linux I use xampp...

i just maild you wit

Posted: 11 Apr 2008, 12:16
by babylon
i just maild you with ioncube

The problem seems to

Posted: 11 Apr 2008, 13:13
by Jan
The problem seems to be Itemid which is missed:

e.g. link to categories:
index.php/option,com_phocagallery/view,categories/Itemid,3.html

but link to category:
index.php/option,com_phocagallery/view,category/id,1.html (without Itemid)...

If there is no Itemid in URL, no pagination will be displayed...

The Itemid is in Phoca Gallery displayed:

- if no SEF is used:
index.php?option=com_phocagallery&view=category&id=1%3Ademo&Itemid=3
- or if standard SEF is used:
index.php/component/phocagallery/category/1-demo
index.php/gallery/1-demo.html (html)

Jan