× Pleas keep in mind that SPAM will be deleted instantly

Again: Blank page catalog menu-item

  • william.kcperformance
  • william.kcperformance's Avatar
  • Offline
More
10 years 4 months ago #2644 by william.kcperformance
Again: Blank page catalog menu-item was created by william.kcperformance
After updating to 2.7.5 this morning I'm getting blank pages when I try to open a catalog through a menu-item.

When I enable debugging I see this:

Fatal error: Call to undefined method TableJoodb::getErrror() in /home/.../components/com_joodb/models/catalog.php on line 67

???

Please Log in to join the conversation.

More
10 years 4 months ago #2645 by Dirk
Replied by Dirk on topic Again: Blank page catalog menu-item
Indeed it should be getError not getErrror
But that's not the problem.

I estimate you get a blank page because you've selected a not longer existing database in menu.

Please reopen your menu setting and select the database again.

Please Log in to join the conversation.

  • william.kcperformance
  • william.kcperformance's Avatar
  • Offline
More
10 years 4 months ago #2646 by william.kcperformance
Replied by william.kcperformance on topic Again: Blank page catalog menu-item
Hi Dirk,
Thanks for your reply. I figured something like that so I created a new menu item but that unfortunatly didn't resolve this.

What's strange (I think) is that the url of the menu is: "index.php?option=com_joodb&view=catalog", shouldn't there be a catalog id at least?

Please Log in to join the conversation.

More
10 years 4 months ago #2647 by Dirk
Replied by Dirk on topic Again: Blank page catalog menu-item

william.kcperformance wrote: shouldn't there be a catalog id at least?


Not really!
joobase is part of the menu parameter.

As you see the view first try to get the id from the params.
If the params-id is empty it reads a joobase url parameter.
$app = JFactory::getApplication();
$params	= $app->getParams();
$joodbId = $params->get("joobase",1);
if (empty($joodbId)) $joodbId = $app->input->getInt('joobase', 1);

Please provide you site-url, joomla version and tell us you activated cache or not.

try to add ?joobase=1 to your url!

Please Log in to join the conversation.

  • william.kcperformance
  • william.kcperformance's Avatar
  • Offline
More
10 years 4 months ago #2648 by william.kcperformance
Replied by william.kcperformance on topic Again: Blank page catalog menu-item
When I try to give the url of my site and catalog I get this:
You have tried to send spam to this site. An administrative alert has been sent

Nice, lost my post...

The suggestions didn't solve it.

www.kcperformance.eu/ click "chiptuning"

Joomla 3.2.0 without any caching

Please Log in to join the conversation.

More
10 years 4 months ago #2649 by Dirk
Replied by Dirk on topic Again: Blank page catalog menu-item

william.kcperformance wrote: www.kcperformance.eu/ click "chiptuning"


So where is your problem?
Your catalog seems to be fine!

Attachment h98a5edc.jpg not found

This message has an attachment image.
Please log in or register to see it.

Please Log in to join the conversation.

Moderators: Dirkjoest