Drupal Admin - unable to load - drupal

I just tried installing a Drupal module and the installation was unsuccessful.
Trying to uninstall that module, however, now I'm not able to load the admin page because of the error message given from that failed module install.
How can I go over fixing that?
Also the module that I was trying to install is "devel_themer" and the error is
"Fatal error: Class 'simple_html_dom' not found in sites/all/modules/contrib/devel_themer/devel_themer.module on line 189"
Tried installing the "simple_html_dom" libraries under "sites/all/libraries/" but the error persist.
Thank you,
Tee

Got it, I just downloaded and replaced the module with an older version and it works.

Related

Atom searching and installing packages error

goal: installing jupyter-notebook plugin in atom
problem: errors while searching for plugins and when attempting to install (see error messages below)
what I have tried: installing from atom.io since the search error has been posted here before and
that was a suggestion (has not worked since that opens an atom URL and my problem is not only searching for, but also installing plugins.)
error messages:
searching:
i.filter is not a function
[object Object]
installing:
Request for package information failed: Application error
other:
atom version: 1.60.0
python: miniconda: python 3.9.12
windows build: 19044.2130
thank you in advance for any suggestions.

installing ReditorSupport in VScode - Error

When I try to install ReditorSupport though the vscode extension manager I get a 'Failed to install 'reditorsupport.R' ' error.
I then accept the suggestion to try and download it manually. The download is successful, getting a file named REditorSupport.r-2.5.3.vsix.
When i try and install using this downloaded package I don't get any errors, nor does any installation occur.
if I follow a link to the webpage for the extension:
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
and click on the green Install it opens vscode and asks me "Would you like to install the R extension?".
When i click install I get a 'Server returned 404' error.
I should also note that I can install other extensions without error or warning through the extension manager.
Can you help me get this installed in vscode?
This issue was resolved by upgrading my vscode install.
Version where the issue occured: 1.36.1
Version where no issue occurred: 1.72.2

In installing / updating r packages I am getting namespace error, Permission Denied error etc

I am new in R and my tidymodels have been giving me issues lately so from one of stckoverflow post I got to know about updating "tune" packages from github but this was giving issues so I reinstalled rtools.
I have reinstalled rtools, have set path variables.
Issues
Now whenever I try devtools::install_github("tidymodels/tune") I get error Error: package ‘digest’ does not have a namespace.
I have tried reinstalling rlang and there I get Permission denied: problem copying C:\R\R-4.0.3\library\00LOCK\rlang\libs\x64\rlang.dll to C:\R\R-4.0.3\library\rlang\libs\x64\rlang.dll: Permission denied
As in another post I read about reinstalling glue I get Permission denied for same as well: problem copying C:\R\R-4.0.3\library\00LOCK\glue\libs\x64\glue.dll to C:\R\R-4.0.3\library\glue\libs\x64\glue.dll: Permission denied Warning in install.packages : restored ‘glue’
Is this normal with R or do I need to fix something and how do I fix it? Appreciate any suggestions or help !!
try to delete and reinstall "glue", then update devtools and install tune.
you can face issues if you don't have write access to C: and try installing packages there. Try running R or Rstudio in admin-mode. If you can't, add a second library to .libPaths using some folder where you have write-accesss.
Your point 4 seems to be linked to my point 2 here.

Trying to search or install a package doesn't work and gives an error

When i try to search for a package or a theme i get this error message
Searching for “package” failed. connect ETIMEDOUT
xx.xx.xxx.xx:xxx
But When i try to install a package or a theme if it the searched worked without a problem i get this error message
Installing “package#ver” failed
Request for package information failed: connect ETIMEDOUT
xx.xx.xxx.xx:xxx (5 attempts) (ETIMEDOUT)
Compiler tools not found Packages that depend on modules that contain
C/C++ code will fail to install. Read here for instructions on
installing Python and Visual Studio. Run apm install --check after
installing to test compiling a native module.

MicroSoft R open Package install issue

I'm getting this error when trying to install or load packages on MRO..
Warning: unable to access index for repository
https://mran.revolutionanalytics.com/snapshot/2016-11-01/src/contrib:
cannot open URL
'https://mran.revolutionanalytics.com/snapshot/2016-11-01/src/contrib/PACKAGES'
Does anyone know what to do..?
Paul.

Resources