No Configure Button after installing new module in Drupal 7.x - drupal

I am trying to install the Popup Message module in our Drupal Website version 7.x.
After installation, I enabled the module in the Module Page and got this notification/message:
Popup message: Go to "Configuration -> User interface -> Popup message" and set popup message title and body
The configuration options have been saved.
The administrator role has been reset for all permissions.
But when I check it, there's no Configuration button or the Popup Message module is not in the User Interface page. I've already tried manually installing it, or the other solutions I found in the internet but it's not working.

It should be under admin/settings/popup_message according to the project page.
However, if we inspect the actual code that handles the routing (hook_menu), the configuration page should be found here : admin/config/user-interface/popup_message.
cf. https://git.drupalcode.org/project/popup_message/-/blob/7.x-1.x/popup_message.module#L48

Related

Google Apps Script Doc Add-on fails to install

After creating an Apps Script Add-on, and following Publishing an editor add-on instructions, the installation fails. (The Add-on visibility is "Private, Everyone at ".
From the Web Store listing, the install button (labeled "Free") is clicked.
A new document is opened, and "Working" is shown briefly
An error message is displayed, "Opps Add-on not found. Try again, or check back later."

silverstripe internal server error when unpublishin pages

I'm having problems removing pages from a fresh Silverstripe installation (version 4.2.1).
What I'm doing is:
Press batch action
Select the page I want to remove
Choose "Unpublish and archive" in the dropdown
Press go button
The result is a popup saying "Internal Server error".
I have tested this on multiple installations with the same error.
It is probably something wrong with my setup (I'm using MAMP 4.5).
But viewing the logs doesn't reveal any problems. I have checked the following logs:
apache_error.log
mysql_error.log
php_error.log
I have also set the SS_ENVIRONMENT_TYPE = "dev" in .env file.
Is there somewhere else where I can get a more explaining error message so I can find out what the problem is?
This is a bug in Silverstripe: https://github.com/silverstripe/silverstripe-admin/issues/579

AppDynamic's Dashboard sharing to external website

I want to Share the AppDynamic's Dashboards in an external website under an <iframe> so that the reports(statistics) can be visible without logging into the AppDynamic tool on an external website.
Requirements :
Need to get the Dashboard's Public URL (so that it can work under iframe without asking the login ID/pass )
I tried doing this "Sharing a Custom Dashboard"
By clicking the "copy shared URL" I got the AppDynamics' particular dashboard's URL
Whenever I run that URL on Chrome, it gives the following error :
Uncaught Error: Load timeout for modules: shared/SharedModuleCode
http://requirejs.org/docs/errors.html#timeout
and when I try on IE (Internet Explorer) , it throws this error :
Content was blocked because it was not signed by a valid security certificate.
For more information, see “About Certificate Errors” in Internet Explorer Help."
On Other tools like Splunk and Sitecatalyst there is a concept of Sharing the reports by embedded URLs. Not sure how AppDynamic works
Thanks.
I am not exactly sure what the problem is, but I just tried it with AppDynamics Controller Version 4.2 to share a custom dashboard and open the shared Link in a different browser and I didn't need to put in any credentials. Maybe AppDynamics Version 3.9 had a bug (assuming you used version 3.9 according to the docs link you posted)
Here is what I did:
Toolbar --> Dashboard & Reports --> Chose a dashboard --> Switch to edit mode -->
Actions --> Share Dashboard --> Action (again) --> Open Shared URL in new window -->
Make Browser full screen

FBConnect using Drupal 7

I start to use FBConnect module to my Drupal site.
FBConnect readme says
Create a new facebook application: http://www.facebook.com/developers/createapp.php
Enter the Site URL on Web Site settings tab (e.g. copy value from admin/settings/fbconnect field “Connect url”).
Configure the module through admin interface (admin/settings/fbconnect) using the information provided by Facebook
(Application ID, Application Secret).
Even i try to type this as URL in browser:
http://ph7.localhost:8082/admin/settings/fbconnect
Noting happens.
Sadly, i found this in Module section :
Requires: Fbconnect (disabled), Libraries (missing).
I am pretty sure i have copy file to sites\all\modules\fbconnect and also
create a directory "libraries" which yield :sites\all\libraries\facebook-php-sdk
Question: 1.where is admin/settings/fbconnect ?
2.how to install fbconnect module for drupal 7
You might need to re-check/verify each and every point here
In order for the user's browser to correctly recognize XFBML tags, you need to specify that the page is in XHTML.
Edit the "page.tpl.php" file of your current theme. edit the tag and add the facebook xmlns for rendering XFBML.
In case you need FB Connect module only for registration and login, I suggest to try FBOauth module.
It does not require any library and has a stable version in D7.
The message that it requires "Libraries" pertains to the Libraries API module (short name: libraries), which provides some code that many other modules depend on. It doesn't do anything on its own, but the hooks/functions in that module are used by so many other modules that it's something like the 20th most installed Drupal module, so you'll likely end up finding it's required for other modules you want to activate.
I suspect that you saw this message that a module "Requires: Fbconnect (disabled), Libraries (missing)" in one of the sub-modules of Fbconnect, which provides additional Facebook-related features (e.g. the Facebook Friends Invite sub-module of Fbconnect). The main Fbconnect module is in the "Authentication" section of your admin/modules/list page. You need to install and activate the Libraries API module, then turn on the Fbconnect main module, then you can turn on the other Facebook connect sub-modules, if you like.
Hope that helps. :-)

Link type in Plone 4.0.2 stopped working

I'm working on a Plone 4.0.2 website that for awhile has been running smoothly, but just recently the Link contenttype has stopped functioning as it should. Regardless of being logged in or not all that is ever seen is the page saying "The link address is :[target URL]". Also when creating/editing a link the info message that usually says "you're seeing this because you have permission to edit..." isn't showing up. I've attempted to reinstall archetypes and no change occ
in portal_skins/plone_content there is a view called link_redirect_view a Script (Python)
that normally does the job :
here is the doc :
Redirect to the Link target URL, if and only if:
- redirect_links property is enabled in portal_properties/site_properties
- AND current user doesn't have permission to edit the Link
I would check with /select_default_view what is the default view of the link.
If there is no link_redirect_view available I would go and see what is going on in portal_types as Jihaisse said. Could it be that quintagroup.seoptimizer has something to do with the problem ? It happened to me and I've got quintagroup.seoptimizer, hmm..
Actually, since it happened to me again (may because uninstall quintagroup.seoptimizer) To have my redirections in the same way as before I had to go /##types-controlpanel and ask to see the type Link : there it was a setting call some things like .. "direct redirection"
You may check the default view of the link.
It's like it's base_view not link_view.
You can see this directly on the link by choosing the view action, or in the ZMI in portal_types.
If the view has changed, it's surely because of an add-on.

Resources