Replies: 3 comments 6 replies
-
I am also using wamp. If wampmanager is running there should be an icon in the system tray that is green if wamp is working correctly (red if not working, orange if partly working). If it is not running, you can find wampanager.exe in c:\wamp or c:\wamp64 depending on whether you are using the 32-bit or 64-bit version of wamp. Execute this program to start the manager. A left-click of the icon in the system tray will show the PHP version being used. If this is not the correct version, right-click the icon and select tools>Change PHP CLI version. This will open a dialog box that shows the PHP versions available. If the desired version is there, clicking on it will set this as the version being used. If it is not there, you need to install it. To install the correct version of PHP, right-click the icon and select Help>Go to https://wampserver.aviatechno.net/. This will open a website containing updates to wamp and its add-ons. Find the correct version of PHP and install it. Then make that version active as shown above. |
Beta Was this translation helpful? Give feedback.
-
I just discovered that the latest upgrade of wamp has changed where you activate a different version of PHP. You left-click the system tray icon and select PHP>Version to pop up the list of available versions, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok, I am following the instructions here: https://docs.page/foundation/proton/install and I have composer installed. I'm on a Windows 11 desktop. But when I try to run the next command on the next step
proton init --config
I get an error that I need to be running PHP version ">= 8.1.0". I'm having issues though first switching to that PHP version. I'm running WAMP on my computer already.I also tried running composer update or composer install in my project folder but it says to initialize a project please create a composer.json file. So I may be missing a step somewhere am I supposed to clone the Proton repo first? Or am I supposed to install something else? I'm really confused. Then also I may need help updating my PHP version. So not sure if anyone can help. I really just wanted to try to get started using Proton to see how it works. I've been using Panini but wanted to test this out.
Beta Was this translation helpful? Give feedback.
All reactions