undefined index [closed]

This seems to have solved the issue.. Checking to see that it is set. if ( !isset( $_POST[‘eventmeta_noncename’] ) || !wp_verify_nonce( $_POST[‘eventmeta_noncename’], plugin_basename(__FILE__) )) { return $post->ID; }

Fatal error due to file permissions

I would suggest taking a back up of your site, and then replacing the WordPress core files. Download a fresh copy from word press.org and replace the files in the WP–admin folder and WP–includes folder. You can also replace any files in the immediate public_HTML folder excluding WP–config.php. This might resolve the issue. Additionally, I … Read more

What are some best practices to clean up http mix content warnings?

From your screenshot, it looks like you are displaying images from another website (nga.gov), for example: http://images.nga.gov/?service=asset&action=show_preview&asset=120079 After checking out the links with the mixed content warning, I can see that SSL is set up for this website, which is good. However, their links still default to HTTP, for whatever reason. To fix this on … Read more

WordPress doesn’t recognise my email address and I’m missing the wp-config file in PHPmyadmin cPanel to make alterations

Google authentication sounds like the least of your worries. wp-config.php lives in the public_html folder of your website, not in SQL database. Assuming everything else is configured correctly, then you will simply need to put your SQL info into wp-config.php and then go to your main website url via the browser       If … Read more