No tags generated, mysql_fetch_object() error (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: No tags generated, mysql_fetch_object() error
|
evilC (User)
Fresh Boarder
Posts: 1
|
|
No tags generated, mysql_fetch_object() error 1 Year, 11 Months ago
|
Karma: 0
|
|
I installed the component & module and went through setup instructions but when I run rebuild list i just get:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/expose/public_html/administrator/components/com_rafcloud/plugins/rc_joomla_content_plugin.php on line 24
appearing several times and no tags generated..
I am using Raf Cloud v. 3.0_beta_9, have checked and re-checked settings etc, re-read instructions but no joy. Am I missing something here? Have tried it on 2 different Joomla installs but both have exactly the same issue. PHP version is 5.2.11
Any help would be appreciated!
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:No tags generated, mysql_fetch_object() error 1 Year, 1 Month ago
|
Karma: 0
|
|
Same problem here.
The strange part is that Raf Cloud was working. Something that changed on Joomla made it stop.
Can this be related to changing the tables prefix? I've changed mine...
|
|
|
|
Logged
|
|
|
Last Edit: 2011/02/09 11:32 By cbahiana.
|
|
|
The administrator has disabled public write access.
|
wolle (User)
Fresh Boarder
Posts: 1
|
|
Re:No tags generated, mysql_fetch_object() error 10 Months ago
|
Karma: 0
|
|
Hi
I am using Raf Cloud v. 3.0_beta_9.
you can change "mysql_fetch_object()" to "mysqli_fetch_object()" for example. It solved my problem. In every plugin you want to use
(/administrator/components/com_rafcloud/plugins/...). And for the modul you have to change mysql_fetch_object() to mysqli_fetch_object() in the file /modules/mod_raf_cloud/mod_rad_cloud.php.
hope it helps
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:No tags generated, mysql_fetch_object() error 10 Months ago
|
Karma: 0
|
|
Hi wolle,
Great, that did it!
Thank you a lot!
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
|