In your list of plug-ins, is AwesomeSupport active or deactivated? Which version are you currently using?
Can you try disabling other plug-ins to verify that there is not a plug-in conflict?
If the plug-in is activated and it is still not showing up in the dashboard, can you try deleting and re-adding it? (Ensure that you are using the latest)
When it’s in your dashboard you should see the link to “Tickets”.
If the above did not resolve, can you turn on debug mode to verify that there aren’t some errors blocking normal operation?
This happened to me as well. after installing and activating the plugin, the admin panel(dashboard) is all blank. just a white page.
there are no other plugins installed on this site. I am not even able to acess the admin panel to deactivate the plugin
Please help.
-
This reply was modified 7 years, 6 months ago by
qasimhbb.
@qasimhbb – your symptom is not the same as @carriebarb’s. Probably better to open a different thread to solve your issue which is different. But we can troubleshoot your’s while you are here.
Some things you can do to fix:
- -Enable debug mode to see the error message: edit your
wp-config.php file, and find define( 'WP_DEBUG', true); and in place of it, put: `error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
define( ‘WP_DEBUG’, true);`
-
-Increase memory limit: Edit your
wp-config.php file, and find and/or edit define('WP_MEMORY_LIMIT', '96M'); Ensure that the number if larger than 96
- De-activate your theme: rename your
wp-content\themes folder to wp-content\_themes. This will de-activate your themes. You can re-enable by renaming your themes folder back to wp-content\themes again.
-
-Disable all plug-ins: Rename your
wp-content/plugins folder to wp-content/_plugins and test your site. Log into your dashboard then rename the _plugins folder back to plugins and deactivate all plug-ins. Re-activate the plug-ins one-by-one starting with AwesomeSupport checking each time to see which plug-ing causes the problem.
Hope that above helps you to isolate where the issue is.
Hi melliesou, and thank you so much for your prompt reply and offering suggestions. I will get started on trying to find the problem and fix it. I’ll be back in touch as soon as I test everything.
Yes, it was your latest version.
Once again, I thank you for your support.
Hi @carriebarb,
I hope the above info was helpful. I’ll mark this thread as “resolved” for now, and we can re-open if the above steps didn’t resolve.
Also @carriebarb – if you like Awesome Support, please consider reviewing us with 5 stars here https://wordpress.org/support/plugin/awesome-support/reviews/ We really appreciate the reviews as it helps us to build Awesome Support to be even better!