You have entered an invalid ad id or do not have permission to edit that ad
Hello all
I'm using the classipress-3.1.6
I have the permalinks set to /%postname%/
I have the "New User Default Role" set to contributor
I have checked "Allow Ad Editing:" is set to "Yes"
The .htaccess value set as bellow
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Still gives the user error "You have entered an invalid ad id or do not have permission to edit that ad." when I try to edit any ads from my user account.
Also "Pause" does absolutely nothing as well from the user dashboard screen.
any help please?