Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

sobi2 gallery + joomsef
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: sobi2 gallery + joomsef

sobi2 gallery + joomsef 13 years, 9 months ago #14362

  • pera
  • OFFLINE
  • Posts: 6
Hi,
I have installed sobi2 RC 2.9.2.3 with gallery plugin and joomsef 3.6.4 free with sobi2 extension (2.0.7). When joomsef handler is on, I have a problem in sobi2 entry form with adding images. I have not normal frame, I get Debug End in frame in localhost, or entire site in this frame (gallery plugin frame). Sorry for my bad english. Please help.
Attachments:

Re:sobi2 gallery + joomsef 13 years, 9 months ago #14369

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Thank you for your report, this problem will be fixed in next version of JoomSEF.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:sobi2 gallery + joomsef 13 years, 9 months ago #14429

  • pera
  • OFFLINE
  • Posts: 6
Hi,
Thank you for quick replay. Is there any way to avoid this until next version of joomsef?
Last Edit: 13 years, 9 months ago by pera.

Re:sobi2 gallery + joomsef 13 years, 9 months ago #14435

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,

Unfortunately, there is no option to prevent this in current version of JoomSEF, but you can fix it directly in the code. Open the /components/com_sef/joomsef.php file and around the line 636 there should be the following code:
// Disable non-SEF redirect for index2.php links
if (substr($path, 0, 10) == 'index2.php') {
$sefConfig->nonSefRedirect = false;
}

Just change it to:
// Disable non-SEF redirect for index2.php links
if (substr($path, 0, 10) == 'index2.php') {
return $uri->getQuery(true);
}

Hope this helps.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:sobi2 gallery + joomsef 13 years, 9 months ago #14440

  • pera
  • OFFLINE
  • Posts: 6
Thanks, you are great!

Re:sobi2 gallery + joomsef 13 years, 8 months ago #14554

  • pera
  • OFFLINE
  • Posts: 6
Hi again,
Thank you for solving my problem with sobi2 gallery, but now I have simillar problem, I get "Debug End" message at the bottom of site, only when I am on sobi2->edit item page and joomsef is on. Please help.
footer.gif
Attachments:
Last Edit: 13 years, 8 months ago by pera.
Přihlášení uživatele Prázdný