jmash:
firebug console shows:
POST https://my-site.com/wp-content/plugins/postmash/savelist.php 500 internal server error
also shows:
Error: update confirmation not recieved
i realized that my site is actually symbolically linked to public_html and wondering if that’s causing some confusion with the ajax call?
console response tab shows:
<html>
<head>
<title>500 Internal Server Error</title>
</head>
<body>
<h1>Internal Server Error</h1>
<p>Directory "/home/rlafree/dev/v1/wp-content" is writeable by group</p>
<hr/> <address>suPHP 0.6.3</address>
</body>
</html>
any ideas? thanks.