Guest book installation trouble

Phoca Guestbook - creating guestbooks in Joomla! CMS
na_krul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 27 Jun 2011, 06:40

Guest book installation trouble

Post by na_krul »

Hello, i installed Phoca Guestbook and everything seem's allright but when i am entering to Items or to Guestbooks i recive error messages.
In Items:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/virtual_client/umc-go/www/libraries/joomla/database/database/mysql.php on line 344

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/virtual_client/umc-go/www/libraries/joomla/database/database/mysql.php on line 344

Warning: array_unshift() [function.array-unshift]: The first argument should be an array in /var/www/virtual_client/umc-go/www/administrator/components/com_phocaguestbook/views/phocaguestbooks/view.html.php on line 48

Warning: Invalid argument supplied for foreach() in /var/www/virtual_client/umc-go/www/libraries/joomla/html/html/select.php on line 68

In Guestbooks:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/virtual_client/umc-go/www/libraries/joomla/database/database/mysql.php on line 344

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/virtual_client/umc-go/www/libraries/joomla/database/database/mysql.php on line 344

Tables in database are not created. I cannot see them in phpmyadmin.
na_krul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 27 Jun 2011, 06:40

Re: Guest book installation trouble

Post by na_krul »

Tables are created after this modification of queries:
From this:
TYPE=MyISAM CHARACTER SET `utf8`;
To:
ENGINE=MyISAM CHARACTER SET `utf8`;

In the end of the query. But i still have that error messages. :(
na_krul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 27 Jun 2011, 06:40

Re: Guest book installation trouble

Post by na_krul »

Solved.
You have double symbol "_" in the name of the tables. After deleting everything is OK.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9704
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Guest book installation trouble

Post by Benno »

Well done! :twisted:

Kind regards,
Benno
Post Reply