Hi again!
I’m trying to use this plugin on another page and I’ve run into problems. It runs fine on fresh installs of WordPress (also with wp-content changed), but with an installation copied from a production site it generates the following notice after activation:
The plugin generated 203 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Using the ‘sac’ shortcode it displays the form alright, but inside are some more errors:
WordPress database error: [Table 'wordpress.wp_ajax_chat' doesn't exist]
SELECT * FROM wp_ajax_chat ORDER BY id DESC LIMIT 999
You need at least one entry in the chat forum!
Also the submit button redirects to a blank: https://127.0.0.1/wordpress/wp-content/plugins/simple-ajax-chat/simple-ajax-chat-admin.php
So it seems the plugin failed to create its table. Do you think this is due to weird folder permissions I have or something else? As far as I could see the permission are the same on the site the plugin runs fine and the one it doesn’t. Maybe you can spot something. I can’t seem to figure it out.
Thanks and sorry for buggin’!