Strapi V3.0.1 - Where are my plugins setting buttons? - strapi

after I have updated my strapi, can I no longer find the plugin setting buttons? What went wrong?
Please see screenshot?
Thanks in advance!
#Derrick Mehaffy: Thank you for the quick reply for the first time! By the way, I use Sendgrid. Unfortunately I can't solve the problem yet and got the following error message. Where is Unauthorized? Everything looks okay.

Please see the following notice on the Strapi Github: https://github.com/strapi/strapi/issues/6710
As of beta.20.x as well as all stable releases 3.x.x provider settings
for both email and upload have been moved to file based meaning you
will now configure them via the ./config/plugins.js file and not via
the admin.
Media Library is now in the settings menu on the left

Related

Magmi errors “No Profile saved yet, Run disabled!!”

I have a brand new install of Magmi (v0.7.22), I have created a profile, I get the following error
No Profile saved yet, Run disabled!!
on another note the updater gives me this error Upgrade/Upload function are disabled for security reasons
I am with Nexcess if this provides any clues
I've faced the same issue, I hope following snap will help you.
First fill your global details and then use Copy Profile and save.
Using Magmi version 7.21 worked, by default you download 7.22. This is correct answer as it solved the issue and I am now able to run magmi
Kausal Suchar, that wasn't my issue, i did create a profile, thank you for responding
http://wiki.magmi.org/index.php?title=UI_Main_page_organization
You have to save profile first.
The save profile button is present at the bottom-right corner.
See the sample image below:

Ajax pagination not working with wp-property plugin

I'm using the wp-property plugin with Genesis Framework. The plugin has an ajax pagination in the properties page but is not working.
While testing I realized that it works fine with Twenty Fourteen theme, I posted it on the plugin forum suport and they told me that I'm getting this error:
'You don't have permission to access /cms/wp-admin/admin-ajax.php on this server.'
But I don't know how they are seeing it(because I can't see it with firebug) or why it's happening.
I tried the fixes of this post:
https://wordpress.org/support/topic/dont-have-permission-admin-ajaxphp-add-new-category?replies=11
but is still not working.
The link to the website: link
Thanks!
I figured out!
The plugin has a property overview template that can be customized by copying it into the theme directory and editing it, and it seems that it doesn't accept many changes because the problem was there.
Deleting the customized template solved the issue.

moodle The page isn't redirecting properly after intallation in xampp

I install Moodle on xampp server. its installed properly . but when I try to logout or any other activity Firefox shows error, The page isn't redirecting properly. I clear cookies of the browser but it didn't work. I reinstall Moodle but I got the same issue. How I can resolve this problem? anyone please help me out.
Please try the following. It may help you to solve this issue.
Manually clear the cache in the Moodledata folder.
open admin/index.php file and comment the line
redirect("index.php?sessionstarted=1&lang=$CFG->lang");
Hope this helps.
This solved my issue for err_too_many_redirects
Just Delete all data from moodledata folder ( C:\xampp\moodledata )
https://moodle.org/mod/forum/discuss.php?d=230067
I manually delete all files inside sitedata\cache
It is work for me
This solved my issue with regards to redirecting of moodle.
navigate to: http://localhost/moodle/admin/settings.php?section=sessionhandling
on the page displayed you will see a field with a lable "Cookie prefix" in that field type "moodle"
Save Changes
type: http://localhost/moodle to test
5.SMILE if it works :-) !!!
NB: This might not be the solution to everyone but try it.

API KIT Console in Mule not showing any Output

I tried to look through all the tutorials for RAML and I was pretty excited.
I found most of the online resources available but I could not understand why, when i set up everything and the flows are generated, then i run it locally as a mule application, when i point to localhost:8081/api/console/ i get a huuuuuuuge json response, but not the UI described for example here.
Yes i also faced the same issue with Any Point Studio. It is not at all displaying in the API KIT Console present in Any Point Studio. But to feel good and to see the output i have just tried it with Google Chrome Browser and i got the expected User Interface as i was expecting from API KIT Console. Hope this issue will be fixed from next release onwards.
Here is the URL i used to see it on Browser : http://localhost:8081/remote-vending/api/console/
Here is my output from Google Chrome browser for the API KIT Tutorial
My GUI didn't show in the Anytime studio tab: APIkit Consoles, one way to fix this:
make sure you have started your application
right click for the context menu
select encoding
click auto-select
I have had the same problem and resolved it by removing invalid whitespace. One of the example files I was including had an invalid trailing space.
The way I found out;
Open the Network panel in the Developer Toolbar in your browser
Go to http://localhost:8081/api/console/
Find the response for a request to '/api' with the request header 'Accept:application/raml+yaml'.
This response should contain the fully compiled RAML, where all include files have been included.
Copy this entire content into a new RAML-file in Anypoint Platform API Designer or some other YAML editor with error reporting.
It highlighted the invalid whitespace immediately for me.
It should work Out of the box.
It could be a bug of an earlier version.
Could you check the behaviour in more recent releases?
Changing my default browser from Firefox to Chrome resolved the issue for me.

WordPress: plugins don't load (only) on homepage after update

After several plugins got updated yesterday I saw in the source code that actually no plugin is loaded(1) on the frontpage anymore. On all the other pages everything works just fine.
The most obvious one is the menubar (wp-menubar-plugin), and for now I made an exception for the homepage(2) loading a hard coded copy of the menu as I couldn't debug the issue.
For comparison:
homepage: as newby I only can post on link so please use the one below and click on "home" to compare the source code (only header) of the homepage and and all other pages. Sorry and Thank you ;)
other page example: http://www.ehpress.com/specials/
I tried some debugging by deactivating all plugins and activating one after the other with no change. I had a look through all my template files and couldn't find anything that could cause this 'exception'.
Has anyone experience with this or a similar behaviour?
I would be thankful for any hint where I could start with the debugging.
Thank you for any help,
Albert
(1) the easiest test is the 'All in One SEO Pack' which should be found in the header
(2) if (is_page('home')) ... echo css and in the body echo html
I can't exactly say what it was, but after the provider change some permissions so that I don't get the 550 error again all the plugins work again as well.
Thanks again for your help!
Albert

Resources