New Installed Drupal 8 Module Cannot Be Uninstalled - drupal

I have a fresh Drupal 8.2.5 installation and I just installed the "Contact Storage Module"
MODULE INSTALLED: https://www.drupal.org/project/contact_storage
The issue is that when I installed the new module which DOES NOT comes originally with the Drupal installation, the square to enable it is greyed out since the beginning.
SEE GREYED OUT ON THIS IMAGE: http://lposselt.com/1.png
And because of that I cannot UNINSTALL it too.
So the Module was installed successfully but I cannot enable or uninstall.
NOTE: I have installed other modules in this NEW Drupal Installation and every module works, this is the only module that gives me troubles.
Does anyone knows how I can fix this?
I will like to at least uninstall it.
UPDATE:
To make it work I checked the dependencies need it for the module.
1. Click on the description of the module.
2. You will see a drop down text with Required modules.
3. In my case I needed TOKEN MODULE
4. After installing it, the check box from CONTACT STORAGE was available to click and install

i guess you miss some dependencies for this module.
if you click on the arrow to collapse the module information, is there any module for required?
if yes, check that all of them are installed.
edit:
Requires: Contact User System Views Filter Options Field Text Token
i tested it myself and you need to have all of them installed AND activated.

Related

DNN 2sxc Image Manager fails - activate old Telerik components

I'm using DNN 8.0.4 and the 2sxc v. 8.7.0 application.
I'm unable to use the DNN Image Manager within any of the sub-applications to link to an existing image. When I try to use it, I get a popup error message that says:
"can't connect to the dialog - you are probably running a new DNN (v.8+) and didn't activate the old Telerik components. Please install these in the host > extensions to get this to work."
I know how to install DNN extensions, but exactly what do I install and where do I find it?
Thanks!
In our 08.00.04 installation the Telerik components seem to be already installed but 2SXC is still asking to install the components for using the image manager. Using the latest 2SXC 8.8.1.
DNN removed all telerik controls in V8 but wasn't able to provide a replacement for things like like the file-picker yet.
See http://www.dnnsoftware.com/wiki/dnn-8-breaking-changes and http://www.dnnsoftware.com/community-blog/cid/155269/a-break-with-the-past
The solution is to install the telerik components which are included. They are located in
Host > Extensions
Then you are in a tab showing installed extensions and you want to go to the tab showing available extensions
Scroll down, you will find some collapsed "accordeon" style elements showing various parts like "Authentication Components", "Libraries", etc.
In the Libraries section you will find the Telerik components, ready to install. Install them, and you're good to go.

JavaFX Projects gone?

I have been trying to find a place to download the plugin, allowing the creation of JavaFX projects, but without success.
I have installed the newest Java SDK8u65-windows-x64 but it doesn't support JavaFX Projects, or at least I couldn't figure how to create one!
Does anyone know if they have temporally taken the url's where we used to be able to download JavaFX plugins from, or is it only me, who can't find them on the Oracle website?
Thank you !
EDIT: The problem was, that I was using Eclipse Mars, which for some reason doesn't allow to auto import JavaFx, as it has some odd access restrictions on the JRE system library. How I solved it was I installed the e(fx)clipse plugin and I was able to import javafx components successfully after that!
You can develop JavaFx straight away if you are using intellij Idea and perhaps some other ides
But if you are using eclipse, you should install the e(fx)clipse for your version.
Try this link
Also if you have more than one JDKs on your system, try to use jdk 8 an the default
Right click your project > properties
Then elect “Java Build Path” on left, then “JRE System Library”, click Edit…
Select "Workspace Default JRE"
Click "Installed JREs"
Check out the list and select jdk 8....
If you don't see it, click Search…, navigate to your jdk8 path, then click OK
Now you should see all installed JREs, select the one you want
Click OK

Aptana Studio Code Assist for WordPress is incomplete

I installed the WordPress bundle/ruble for Aptana Studio, but it's only providing code assistance for a subset of WordPress functions. I'd like code assistance for all WordPress core functions (or as many as possible). My projects have PHP as their nature, and are connected via SFTP to remote WordPress installations.
After the bundle (which hasn't been updated in over a year) didn't provide everything I was looking for, I tried using a local copy of WordPress as an external library, then adding it as an external directory to the PHP Buildpath. Neither one added any more functions than the bundle provided. These actions were suggested in Aptana Studio Support and WordPress Answers.
Am I doing something wrong, or is the level of code assistance I'm looking for not available?
It's true that the WordPress bundle offers just some limited auto-completion support. Though including the local copy of another WordPress installation as a PHP external library seemed to solve this in the latest Aptana Studio version (3.4.0,) as you already mention to have tried, and as it is suggested in this one of the links that you pointed out.
Here are all the specific steps I took, so you can check if there was something different in the procedure you followed.
Open the Preferences menu going to Window > Preferences
Select Aptana Studio > Editors > PHP > Libraries
Click "New user library"
Add the path to another local WordPress installation (not the same WordPress files in the current project,) selecting the root folder of a freshly extracted WordPress download (e.g.: C:\wordpress-3.5.1\wordpress)
Make sure the new library is selected in the user libraries list (marking it with a checkmark next to the library icon.)
Apply the changes and press OK
Make sure your project is a PHP project. Right click the project folder, select Properties > Project Natures and mark the PHP checkbox.
Now, inside PHP code, I get autocompletion suggestions for all core WordPress functions - and I can even go to check their source by pressing F3 on their function name.
I followed the steps of E. Serrano and it works perfectly. What is silly is that if you want autocompletion for, say, add_action('wp_print_footer_scripts', 'scripts.js', 1); the moment that you type the quote, autocompletion is lost... if you try add_action( wp_ you get all WP commands. Hope it helps...

Manually re-creating an install profile

I've been reading about drupal install profiles, and I'm wondering if there's much of a difference between using a packaged install profile vs. installing core + manually installing the modules listed in the install profiles?
I'd like to do the latter (manually installing each) to control the versions of each module installed, which I can't control with a packaged install profile that may not have been maintained.
But should I or will I be opening the door to something I'm not aware of? Shouldn't the 2 be identical, just one automated and other is manual?
What kiamlaluno said, plus the fact that installation profiles may perform custom configuration of settings on install, might construct custom views/content-types/etc (especially by means of features.module, which you can see heavy use of in OpenAtrium), and might provide other custom code in distro-specific module.
The short answer is, no you can't just replicate an install profile by downloading a clean drupal with all those modules -- best bet is to use the install profile. If you're worried about module versions, just make sure you're using a profile that's actively maintained.
The difference is that an installation profile includes the right version of all the modules it needs.
This means that differently from manually installing each module, you don't need to verify the correct version of the module X that effectively works together the module Y; there are few cases where one module doesn't work well when version A of another module is installed, and you need to install version B of the same module, if you don't want problems.
An installation profile can have a custom installation page that allows you to change some parameters of your site; it also allows the installation profile author to define a patch that needs to be applied a module, in order to fix a bug of the module, or to make it work better with another module.
If you need to set a site to work for a particular purpose, installation profiles are useful for you as they allow you to set the site correctly without to know all the details about how a Drupal site needs to be set.
I believe you can specify the versions of the modules you want to install see

Subclipse installation in Flex Builder 3

I am getting an error in subclipse installation in flexs builder 3 professional
"No Features found on the selected site. Choose a different site or site category."
In past also, I have successfully installed sunclipse on FB3 taking help from links like 'http://markstar.co.uk/blog/2009/flashplatform/installing-and-using-subclipse-for-flex-builder-3/' and 'http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA'.
This time however I am facing some issues. I have taken following steps
(1)Help > Software updates > Find and install > new feature install > New Archive site.
(2) Then I have browsed it to the place where I have kept the downloaded zip 'site 1.0.6'.
(3) This was reflected in the list as 'site-1.0.6'
(4) As I clicked 'Finished' an error is popping up:
"No Features found on the selected site. Choose a different site or site category."
What could be the reason for this, any idea ?
Please help.
Thanks in advance.
Look like you are trying to use a subclipse plugin for an older version of Flex Builder. Flex Builder 3 is based on Eclipse 3.3 and you will have to use the 1.6 or the 1.4 series. Also, the "bare" zip file is usually not designed to be installed with "Software Updates".
An easy way to install Subclipse on FB 3 is:
Help -> Software Updates -> Find and install...
Click "Search for new features to install" then click Next
Add the following remote sites:
Name: (whatever you like, I used "Subclipse")
URL: http://subclipse.tigris.org/update_1.6.x
Name: Mylyn
URL: http://archive.eclipse.org/mylyn/drops/3.2.3/v20100217-0100/e3.3
Check "Mylyn", "Subclipse" and "Europa Discovery Site" then click "Finish"
Check the whole "Subclipse" tree
From the "Mylyn" tree select everything except "Java Development" and "Plug-in development"
From the "Europa Discovery Site" group open the "Graphical Editor and Frameworks" tree and select "Graphical Editing Framework"
If you don't need Mylyn integration don't add the remote Mylyn site and uncheck "Subclipse Integration for Mylyn 3" from the "Subclipse" subtree.
If you don't need the revision graph tool don't enable "Europa Discovery Site" and uncheck "Subversion revision graph" from the "Subclipse" subtree.
The downloaded zip is designed to be extracted into the Eclipse plugins directory, not to be used with the built-in update mechanism.
In the install updates dialog, add a new remote site with name "Subclipse" and URL http://subclipse.tigris.org/update_1.6.x. Install everything with "(Required)" in the name.
Thanks Lorenzo and Andrew for your support.
I have got the solution to this problem. Actually, the 'subclipse' was already installed for that Flex builder but I wasn't aware of. So whenever I was trying to add 'new local site' or 'new archive site' it was displaying an error. Actually, the message should have been that the feature is already installed but it was displaying 'No Features found on the selected site. Choose a different site or site category'.
Thanks again for your help.
Also, as I am working behind a proxy, direct upgradation using URL doesn't work for me and hence I downlaod the zip and then add it.

Resources