Installation Problems

53 views
Skip to first unread message

Jim Cantoni

unread,
Aug 10, 2014, 1:36:48 PM8/10/14
to camera-for...@googlegroups.com
Hi All,

I just installed camera as a plug in and after installation none of my site was functional.

I keep getting this message on every page:


Warning: mysql_query(): No such file or directory in /homepages/21/d119254061/htdocs/clickandbuilds/RDDraft/wp-content/plugins/camera-slideshow/lib/camera_functions.php on line 19

Warning: mysql_query(): A link to the server could not be established in /homepages/21/d119254061/htdocs/clickandbuilds/RDDraft/wp-content/plugins/camera-slideshow/lib/camera_functions.php on line 19
No such file or directory

Please advise, Thanks!

Jason Navarro

unread,
Sep 18, 2014, 1:08:19 PM9/18/14
to camera-for...@googlegroups.com
I was getting a mysql_query error on line 16, Where I could not activate my plugin. I had to change the lines below.

//if( !$wpdb->get_var( "SHOW TABLES LIKE '$table_name'" ) ) {

to
if( !$wpdb->get_var( "CREATE TABLE IF NOT EXISTS '$table_name'" ) ) {

 Jason
Reply all
Reply to author
Forward
0 new messages