Walkhub - Missing "User_account_menu" Module in Drupal - github

I am Trying to install Walkhub on my private server downloaded from Git https://github.com/Pronovix/WalkHub.
The installation was missing 3 modules and I have found 2 of them.
Now I am still missing the User_account_menu module and can`t find it anywhere.
Does someone know the location of the walkhub module or how to solve this?
Thanks

This is an old version of WalkHub, that is unsupported. We did a switch from Drupal to a Go + React platform about a year ago. You can find the latest platform at: https://github.com/Pronovix/walkhub-service
Setting this up is a bit different than Drupal. If you just want to try it out, I recommend using the hosted version at https://walkhub.net.

Related

Extension Manager is in offline mode. No TER connection available in TYPO3

I have installed TYPO3 Version 7.6.15 by using composer and also I am using the Xampp version 7.0.0. I have installed many extensions and activated them successfully at the backend of my TYPO3 page.
Now, I have installed the Ecodev/typo3-cms-speciality-distribution via composer. and i am trying to activate it from extension manager but it is giving me following error. Error
Now, I have no idea, what to do? at this link https://github.com/Ecodev/typo3-cms-speciality-distribution
it is written to deactivate EXT:fluid_styled_content, EXT:context_help, EXT:func, so i did, but still the same error. Any help will be grateful thanks.
Finally, i found the error, it is just because when we installed the speciality distribution package, we also need to install and activate all the other dependencies which are important for this package.
After installing them, this problem will resolved. As, i was using it via composer mode.
Thanks

Not able to install software on macOS using installer

I just bought a new MacBook Pro 2016 Edition about 2 weeks ago.
I installed a bunch of applications and software so far by copying them into Applications Folder as well as by following installer wizard.
Now today I tried to install Wireshark using installer wizard. I tried to install teamviewer too later today which also uses installer wizard. And both give me the same error.
I really need to resolve this because I need TeamViewer soon and I'm not finding anyone else facing this issue online anywhere.
Please advise.
Thank you
I also encountered such an error before,to solve it dont copy the pakage to your app folder, but instead open it with admin powers and that should fix the issue.
If you have purchased this software then you can call the tech support, else dont call them it can put you in danger for installing pirated software.
I looked everywhere. Didn't find a viable solution. But then reinstalled the OS. Which didn't affect any of my data or installed application. I got the whole Operating System the same way I left it. But resolved the issue I was facing.

Intall php5.2 on WHM 58 Cpanel EasyApache 4

I needs to install php5.2 version on my server. Right now php 5.4 is the oldest version installed. Since 2 days. I searched a lot over google but didn't find appropriate guidance yet. Tried a lot of tutorials no works at all. Any suggestion or guidance will be appreciated. thanks
I don't think there is any proper or easy way to revert to php-5.2.x from php-5.4.x; at least not using WHM interface or as an automatic process. Even if you have EasyApache3 you will not be able to downgrade from php-5.4.x to php-5.2.x
Your only option might be CloudLinux which comes with a php selector which allows you to select any php version from php-5.1.x to php-7.x.
You must know that Cloudlinux is not free and the license is around $10/month. They offer a 15 day trial so if you do all the necessary setting within that period you can just use it as much as you want. You won't be able to update it though and some of the functionality might not work as expected after the trial ends.
The PHP versions that you have mentioned are completely outdated and using them would be risky. Cpanel is never going to support it with their newer version. So your best deal would be to update your application/website to latest PHP and host with the latest PHP only

Redmine 'mentions' plugin stopped working

I've installed the Redmine Mentions plugin from:
https://github.com/arkhitech/redmine_mentions
And it worked perfect until a few days. I couldn't find helpful information on the internet and the author didn't reply as well so It'd be great if someone could advise on this one.
No changes took place on the server, no config modifications...and suddenly the mention 'trigger' (which is currently '#') isn't working.
I've tried to restart, reinstall and reconfig the trigger but none of these solved the issue.
Here's a little bit of info on the system:
Environment:
Redmine version 2.4.2.stable
Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux]
Rails version 3.2.16
Environment production
Database adapter Mysql2
Please advise,
Much appreciated!
Thanks,
Talbion.
OK, I've eventually managed to fix this by removing a plugin called 'a_common_libs' which was a dependency for another plugin that's been installed on the server - 'Usability plugin'. At first I uninstalled the Usability plugin (our redmine version 2.4 wasn't supported by this plugin) but that didn't solve the 'mentions' issue. Later I've decided to uninstall it's dependency as well...and it looks good.
(btw, for whoever is curious about the uninstallation process - it consisted of MOVING the plugin folder and restarting Redmine. That's it).
So...I don't know exactly how both plugins are related but somehow the removal of the common libraries fixed mentions.
Thanks again for your help.
Talbion.

Ruby 1.9.2 + Rails 3.0.3 + postgresql + windows vista

I would like to install Ruby1.9.2/Rails3.0.3 on my Windows Vista machine with PostgreSQL 9.0 as my database.
I have seen many different instructions on the web as to what works and what does not work.
Can anybody tell me which gem(s) I must install to get Ruby1.9.2/Rails 3.0.3 to drive PostgreSQL 9.0 on Windows Vista?
I appreciate any help you can give me.
I made a how-to for exactly this topic on:
http://netpie.wordpress.com/2011/03/17/setting-up-rails-3-with-postgresql-on-windows/
Please let me know if it worked for you and tell me where you had problems so that I can improve this how-to.
Best regards
Here you can get the Ruby 1.9.2 installer
http://rubyforge.org/frs/?group_id=167
Just click on it and it does all the work, after that go for Rails
Rails is easy, just download and follow the site instructions
http://rubyonrails.org/
About PostGre, you are on your own because I never used it...
But if you follow the instructions on the Rails web site you should be fine, they point the right ways to connect to several DBs