http upload error as a subscribed user

The Subscriber user role does not have write permissions. http://codex.wordpress.org/Roles_and_Capabilities#Subscriber Perhaps you should give the user the Contributor role. Contributor delete_posts edit_posts read http://codex.wordpress.org/Roles_and_Capabilities#Contributor

WordPress White Screen Error

What causes this? It may be a line ending problem. In *nix, the line ending is a single new line character. In windows it is a carriage return character followed by a new line character. Unicode encoded files can also affect line endings. Check your text editor documentation. There should be a way to convert … Read more

Media upload error

I found the solution. Rename your function.php file. Now it works fine for other themes. In my theme exactly the problem lies between the style tag. remove style tags and then check your admin panel. Thanks.

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

Woocommerce – Checkout error message

you can try it for address not required . add_filter( ‘woocommerce_billing_fields’, ‘wc_optional_billing_fields’, 10, 1 ); function wc_optional_billing_fields( $address_fields ) { $address_fields[‘billing_address_1’][‘required’] = false; $address_fields[‘billing_address_2’][‘required’] = false; return $address_fields; }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)