API does not get called in WordPress - wordpress

I am using WordPress to build my website and I'm using PayPal API for payment through a plugin called Paid Membership Pro (http://www.paidmembershipspro.com/homepage/).
The problem occurs when I fill the form, add credit card number and click on submit to do the payment.
A new blank (white) page comes up with nothing inside of it. Since there is no coding involved I was not able to do any bug fixing. Also could not find any similar issue on stackoverflow.
Could you please share your experience if you have had the same issue or if you have any suggestion?

If you're getting a blank white page that means a PHP error is happening but you don't have error display enabled on your server.
Open your wp-config.php and set WP_DEBUG to true. If it's not in there just add it.
Then when you go through that process you should see actual errors displayed on the screen so you can see what's wrong and get it fixed.

Related

Can't access the Wordpress dashboard when logged in

I migrated the company's website on a new hosting server. Since then, I cannot access my Wordpress dashboard when I'm logged in.
When connected, I see my website and the classic Wordpress top bar. But when I click on the button with the name of my website (usually that sends me to the dashboard) it just sends me back to the home page.
I add that the top bar isn't really like the classic top bar since it doesn't contain any option.
Here's a screenshot.
The top of my website when logged with the top bar of the admin wordpress
Clicking "Bonjour Signature_Beta" doesn't do anything. I can only log out.
Going to the /wp-admin page gives me an error saying "Sorry, you do not have authorization to reach this page". Except, I'm supposed to have authorization since my profile has a wp_content value of a:1:{s:13:"administrator";b:1;} and wp_user_level of 10.
I have tried multiple things I found online that didn't come to fruition sadly :
Renaming plugin's folder (nothing changes except page breaking because they're made with Elementor)
Renaming theme's and child theme's folder (page goes blank, top bar still there though)
Replaced .htaccess file (nothing)
Checking my account didn't lose admin privilege through phpmyadmin (it didn't, it's at level 10 + it has the weird administrator code
Added a new admin account through function.php (can log in with it, still can't access dashboard)
Increased memory limit
Repair database tables
Kind of desperate and frustrated about it.
Thank you in advance for the help :)
Ok with a fresh pair of eyes, I found out what was the problem. Tables prefix! I followed what was described here : After moving Wordpress, login works, but no admin access anymore
For the record, I never found it when googling or searching my answer here before posting. When posting my question I review the post stackoverflow suggested and it wasn't there either. But now it's suggested next to my post, so... great!

Website unresponsive - group query not found

I set up a new website recently with Wordpress and now the website is unresponsive for some reason. The error message I am receiving is below.
The7\Adapters\Elementor\Widgets\The7_Elementor_Elements_Woocommerce_Carousel_Widget::add_group_control: Group "query-group" not found.
Any help would be greatly appreciated.
Website: www.santaslittleworld.com
Thanks
Your theme is broken, you need to log into wp-admin and change the theme to get your front-end working again. Then submit a ticket to the relevant support team.
We can do absolutely nothing with the error text posted above.

WordPress Facebook comments error "Can't download"

I want Facebook comments on my images on WordPress. I'm using the Social Gallery Lite plugin for WordPress. It shows a comment lightbox for each image.
I have two problems:
The comments are not appearing in my moderation tool / I'm not getting notifications of new comments
Every time I add a new comment, I get an errormessage saying "Can't download", nothing more. When I refresh, the comment is added. When I add another comment on the same image, I don't get any errors. When I add another comment on another image, I get the error again.
This is what I did:
installed and acitvated the plugin
created a new app on facebook
copy pasted the APP ID in my plugin
made sure that I am the admin of the app
published the app (not even sure if this was necessary)
Am I missing a step?
Not really a coding related question here. So possibly on the wrong forum, best asked on the Wordpress community.
However, will attempt an answer here, it would seem that on the plugin itself does not need a facebook app to be created screenshot for app ID, it has a native app to do that. What you need to do is to provide your admin ID to the plugin to access your comments screenshot for admin access.

How to Display Wordpress plugin on wordpress member side?

i am making a simple WordPress-plugin . its showing setting page on admin side but i want it to display on member side . i have tried some tutorial,searched the internet and word press site also but didn't get it work.Basically i need a plugin where user can enter their cpanel detail and it got saved in user area then perform some Cpanel API.i can handle all this just need info how we can show plugin setting page on user side.
Finally I got it using
$role=get_role('subscriber')
then adding cap to subscriber using
$role->add_cap
now i have to check if i can save settings for each user separately or it will get overwritten?
any help will be much appreciated

Admin cannot add page, article, product

I currently run a WordPress website which recently started to bug me. I am the only admin on the page and I suddenly cannot add a product, page or anything for that matter. Instead of the publish button there is a "send for review" or something button. Even if I hit that button it says I do not have the rights to do it.
I have tried:
- adding a new administrator but it has the same effect
- disabled ALL plugins and tried again = nothing
- changed privileges in the database (table wp_usermeta)
Help would be extremely welcomed!
One very possible cause: You ran out of space to append to your database, with your provider.
Hence no saving, your provider does not allow any new posts to be published due to not enough space, so the Publish button is invisible, and instead you have Send for review

Resources