I am trying to:
allow subscriber user type to create posts, including uploading images. Access had been granted at CPT, and custom roles (uploading files).
Link to a page where the issue can be seen:
hidden link (need to become a subscriber at hidden link)
I expected to see:
the subscribed user should be able to create a CPT (Dogs), including uploading an image
Instead, I got:
error message " you have no access to upload files"
Hello,
The problem you mentioned above is abnormal, please try these in your website:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2019, deactivate all custom PHP/JS code snippets, and test again
3) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/
4) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
Toolset plugins are of the latest versions
2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2019, deactivate all custom PHP/JS code snippets, and test again
switched to wordpress 2019 theme, and deactivated all plugins except toolset, same results
3) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/
ran a debug with firebug, some warnings but no errors.
4) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
my file is greater than 2MB, any other options?
You can put the database dump file in your own google drive disk, and share the link in below private message box.
can you disable the dump file in this thread? it wouldn't let me post privately without providing a file.
You just need to copy/paste the googel drive disk link into that input box.
Or you can send the link to my own email box:
luo.y@onthegosystems.com
Thanks for the details, I am downloading the file, will update here if there is any found.
I can see the same problem with your database dump file, please try these in your website:
Dashboard-> Toolset-> Access control-> Post Types
find post type "Media", enable "Publish" permission for role "Subscriber", and test again.
I have tested it in my localhost with your database dump file, it works fine.
More help:
https://toolset.com/documentation/user-guides/setting-access-control/
My issue is resolved now. Thank you!