• Resolved xyverz

    (@xyverz)


    So I installed wp-wol, activated it, and tried adding stuff to the db. I’m not sure if this plugin creates the needed tables on the fly, but every page click I made ended up with the following error:

    Cannot load wp-wol.php

    Looking in my web server error log I got the following:

    [Tue Jan 22 22:13:21 2008] [error] [client 192.168.1.1] WordPress database error Table 'my-blog.wp_wo_data' doesn't exist for query \r\n\t\t\tSELECT wp_wol_data.id, name, date, duration, distance, \r\n\t\t\tcomment, \r\n\t\t\tround((distance / (TIME_TO_SEC(duration) / 3600)),2) AS average\r\n\t\t\tFROM wp_wol_data JOIN wp_wol_category \r\n\t\t\tON wp_wol_data.category = wp_wol_category.id \r\n\t\t\tWHERE userid = 1 \r\n\t\t\tAND MONTH(date) = 1 AND YEAR(date) = 2008 ORDER BY date, wp_wol_data.id, referer: https://localhost/wordpress/wp-admin/edit.php

    Any suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter xyverz

    (@xyverz)

    turns out the wp-wol.php file itself needs to go into the plugins dir. We can ignore this request now.

Viewing 1 replies (of 1 total)
  • The topic ‘Database Table Needed?’ is closed to new replies.