Page 1 of 1

Phoca Restaurant Menu Error while saving ...

Posted: 16 Oct 2011, 20:56
by ole2011
Hello,
I have "com_phocamenu_lite_v1.2.0.zip" installed.
When I try to "Daily Menu - Groups" save something I get the followingerror:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/database/database/mysql.php on line 344

Can not save!

What can i do?

Best regards
ole

Re: Phoca Restaurant Menu Error while saving ...

Posted: 16 Oct 2011, 22:06
by Benno
Hi,
see: 2. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource https://www.phoca.cz/documents/50-phoca/ ... al-advices

Kind regards,
Benno

Re: Phoca Restaurant Menu Error while saving ...

Posted: 17 Oct 2011, 20:34
by ole2011
Thanks for the answer!

But how could it be that Phoca menu makes such a lot of errors on a completely fresh installation?
If the components possibly broken?
My provider is Strato, have thereabout 4 different webpages (with different components from various manufacturers).


Best regards
Ole

************************************************

Danke für die Antwort!

Aber wie kann es sein, das dieses Phoca Menü auf einer ganz frischen Installation nur Errors ausgibt?
Ist die Komponenten evtl. fehlerhaft?
Bin bei Strato, dort liefen bisher alle Installation (4 Webauftritte mit div, Komponenten versch. Hersteller)
gut, keine so unrund wie diese ...

fragt ein ratloser
Ole


-------------
500 - Es ist ein Fehler aufgetreten

JDatabaseMySQL::query: 1146 - Table 'DB970615.jos_phocamenu_group' doesn't exist SQL=SELECT a.*, u.name AS editor FROM jos_phocamenu_group AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out WHERE a.type = '1' ORDER BY a.ordering LIMIT 0, 20

Call stack
# Function Location
1 JAdministrator->dispatch() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/index.php:67
2 JComponentHelper->renderComponent() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/includes/application.php:136
3 require_once() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/application/component/helper.php:162
4 JController->execute() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/components/com_phocamenu/admin.phocamenu.php:29
5 PhocaMenuCpController->display() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/application/component/controller.php:236
6 JController->display() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/components/com_phocamenu/controller.php:112
7 PhocaMenuCpViewPhocaMenuGroups->display() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/application/component/controller.php:310
8 JView->get() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/components/com_phocamenu/views/phocamenugroups/view.html.php:36
9 PhocaMenuCpModelPhocaMenuGroups->getData() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/application/component/view.php:364
10 JModel->_getList() /mnt/webd/d1/71/51900871/htdocs/0/j15w/administrator/components/com_phocamenu/models/phocamenugroups.php:43
11 JDatabaseMySQL->loadObjectList() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/application/component/model.php:284
12 JDatabaseMySQL->query() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/database/database/mysql.php:458
13 JError->raiseError() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/database/database/mysql.php:231
14 JError->raise() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/error/error.php:171
15 JException->__construct() /mnt/webd/d1/71/51900871/htdocs/0/j15w/libraries/joomla/error/error.php:136

Re: Phoca Restaurant Menu Error while saving ...

Posted: 17 Oct 2011, 21:29
by Benno
Hi,
JDatabaseMySQL::query: 1146 - Table 'DB970615.jos_phocamenu_group' doesn't exist SQL=SELECT a.*, u.name AS editor FROM jos_phocamenu_group AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out WHERE a.type = '1' ORDER BY a.ordering LIMIT 0, 20
bedeutet, dass die Tabelle jos_phocamenu_group während der installation nicht in Deiner Datenbank angelegt wurde.
Du kanns diese Tabelle mit Hilfe von phpMyAdmin und diesem Befehl von Hand anlegen:
Bitte vorher unbedingt Datenbank Backup anlegen!!!

Code: Select all

CREATE TABLE IF NOT EXISTS `jos__phocamenu_group` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `type` int(3) NOT NULL default '0',
  `title` text NOT NULL,
  `alias` text NOT NULL,
  `message` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
Freundliche Grüße,
Benno

Re: Phoca Restaurant Menu Error while saving ...

Posted: 18 Oct 2011, 14:09
by ole2011
Hi,
aber warum wurden die Tabelle jos_phocamenu_group während der installation nicht in Deiner Datenbank angeleg?

Liegt das an Strato?
Wie gesagt, alles frisch aufgesetzt.
Da ich leider kein Programmierer bin schreckt mich das ganze natürlich ab.

Brauche das ganze für einen Kunden, dessen bisherige Lösung durch abschaltung seitens Provider von php4 nicht mehr funktioniert - wenn es aber so aufwendig ist, phacamenu zu installieren - aufeinmal ist die datenbank des Kunden zerschossen ...

Was wäre denn die einfachste Lösung, diese Tabelle in die Datenbank hineinzubekommen?

Oder was gibt es generell zu beachten um diese Komponente zu instatllieren?

Viele Grüße
Ole

Re: Phoca Restaurant Menu Error while saving ...

Posted: 18 Oct 2011, 14:48
by Benno
Hi,
Oder was gibt es generell zu beachten um diese Komponente zu instatllieren?
Es passiert leider immer wieder bei allen möglichen Komponenten, das einzelne oder sogar alle Tabellen nicht in der Datenbank erstellt werden. Dafür gibt es unterschiedlichste Gründe, sofern Gründe überhaupt bekannt sind. Durchsuch mal das Forum.
Was wäre denn die einfachste Lösung, diese Tabelle in die Datenbank hineinzubekommen?
Habe ich im ersten Post bereits beschrieben:
1. Datenbank Backup mit phpMyAdmin erstellen.
2. Den SQL Befehl in phpMyadmin laufen lassen.

Manchmal hat auch die nochmalige Installation der Komponente Erfolg.

Freundliche Grüße,
Benno

Re: Phoca Restaurant Menu Error while saving ...

Posted: 31 Oct 2011, 22:02
by ole2011
Ok, die Installation hat funktioniert!
Vielen Dank!

Re: Phoca Restaurant Menu Error while saving ...

Posted: 31 Oct 2011, 23:37
by Benno
Gerne!

Freundliche Grüße,
Benno