I am quite new with Ubuntu and I am using PhpStorm for writing code.
Can you please tell me how to update it from 2017.3.4 to 2018.1 without losing setup?
the latest official version of phpstorm is Version 2017.3.6.
Version 2018 is only a preview. You can download the preview here: https://www.jetbrains.com/phpstorm/download/download-thanks.html?type=eap&platform=linux
Related
I'm trying to setup Xdebug and while doing that I'm trying to ensure that all PHP-versions and setup of that is exactly right.
I've matched the PHP-version on the server (7.4), by installing and linking the right PHP-version using Brew (I'm on a Mac).
So in a terminal, if I write php --version I get: version: 7.4.14:
I've set the CLI-interpreter in PhpStorm to point to that same PHP-executable:
But in spite of this, I can only set PHP version 7.3 to be the highest language level:
Solution attempts:
All these things have been found in random cracks and articles. None of them worked.
Invalidated Cached and restarted PhpStorm ( File >> Invalidate Cache and restart ).
Uncheck 'Synchronize IDE Settings with composer.json' in Settings >> Languages & Frameworks >> PHP >> Composer. I had to first insert a path to remove it. But it didn't do anything anyway.
Tried to see if there was any upgrades to the "PHP Latest"-plugin, but I couldn't see any pending updates (v. 0.4).
Overarching question
How do I get the latest version in the PHP Language Level field (to also get better code hints)?
My version was this: 2018.2.3 - Build #PS-182.4323.68 built September 13, 2018
You need to upgrade your IDE. Latest stable version is 2020.3.1.
Partial PHP 7.4 support is present since PhpStorm 2019.2 version.
Proper PHP 7.4 support was added in PhpStorm 2019.3.
Initial/partial PHP 8 support was added in PhpStorm 2020.2.
Current 2020.3 version has more complete PHP 8 support.
How can I know the latest protractor version that can work with 51 version chrome?
Wish if there is any easier way to figure that out but there is none. Its at best trial and error effort.
The only way that i can think of is going by the chrome release dates Here (if you trust wikipedia).
Then portractor release dates here.
Start from a protractor release that was just prior to Chrome52 release date and try it.
From the question, looks like you dont have the webdriver information either. The drivers need to be downloaded for that particular Chrome version. See if they are available here. Its again trial and error based on the date of driver release you find in there.
If not from the starting of time, little bit of Webdriver version to Chrome version information can be found here.
To download a specific version of webdriver, use
npx webdriver-manager clean
npx webdriver-manager update --versions.chrome=76.0.3809.68
Having said all that, i am not optimistic at all that you are looking at an easy task :(
Good luck...
I recently updated PhpStorm to latest version 2017.1 and I get following message while starting PhpStorm
IDE's Java runtime (1.8u111) is outdated - this may cause stability
issues. Please update to 1.8.0u112 or newer
Start the IDE, use Help | Find Action (Ctrl+Shift+A or Cmd+Shift+A on Mac), type "Switch IDE Boot JDK", press Enter.
But If you don't have the latest JDK, download it from:
Download latest JAVA JDK here
And then select the "IDE BOOT JDK" like Tall Liou told.
Hey guys I had installed the latest version of diaspora on my Ubuntu 13.10 PC with rails 4.1.2 and ruby 2.0.0 everything is working good but I want to change the name of the app from diaspora to something else.is it possible to do so.I am new to rails please help if u can.Thanks
Open up config/diaspora.yml
Search for the key pod_name in the settings section
Change value to whatever you want and save the file
Restart diaspora*
Ps. OT note, Ubuntu 13.10 is no longer supported by Canonical - you should upgrade ;)
I would like to install Umbraco 6.1.x, but my host suffers from this issue: http://issues.umbraco.org/issue/U4-1632
Basically, I can't install 6 due to an incompatibility with MySQL on Linux and Umbraco 6, but I read that I can upgrade from 4.x.x and then upgrade to 6. The question is, how do I do that? I.e. what files do I need to upload and edit such that the database remains, but all umbraco files are version 6?
Yes, according to the bug report you can install a Umbraco v4.11.x and then upgrade this to v6.1.x and this should work fine.
The downloads are all available here: http://our.umbraco.org/download
However, the easiest way to get Umbraco set up is to use NuGet in Visual Studio. So you could run the following line from the NuGet console:
Install-Package UmbracoCms -Version 4.11.10
You'll have to use the console for this because if you use the Package manager, it will just install the latest Umbraco package version.
Next, load your site in a browser and configure the database settings. Then upgrade using NuGet again. I find the easiest way to do this is to open the NuGet package manager in Visual Studio, select "Updates", find the Umbraco package and click "Update". This will automatically update all the files for you.
You will then need to load up the site again, at which point it will prompt you to upgrade, and you can just follow the steps in the wizard.