Upon creating project, laragon's generated url leads to wampserver configuration page - apache

(Laragon) Project path: C:/laragon/www/larabook (Laragon) Pretty url: http://larabook.dev (http://larabook.dev)
I got this after quick create, but when I try to access the webpage larabook.dev I get the wampserver configuration page instead of the laravel default page. Does that mean that laravel didn't install correctly? I have version 2.0.4 and I just clicked menu > quick create > laravel.

Thanks Hong, I had the same issue and fixed it.
For those who want to know how to do it:
1. Goto: Control Panel/Administrative Tools/Services and Identify the service that might be another instance of Apache
2. Select "Properties"
3. Select the Startup Type. Use the pulldown in the :Startup type to set the service to Manual or Disabled.

You must stop Wampserver completely. It looks like you are running Laragon and Wampserver the same time and conflict happened.

Related

Why does my local checkout fails on Spartacus 1.5?

The Error
*polyfills.js:3050 GET https://localhost:9002/rest/v2/powertools/cms/pages?fields=DEFAULT&pageType=ContentPage&pageLabelOrId=/checkout&lang=en&curr=USD 404*
I am not able to perform checkout on both of my local powertools and electronics sites. The Chrome console log complains about the error shown above. Also, I have tried opening the given link in a new tab and it says No content page found matching the provided label or id: /checkout. Checked the WCMS Pages in my local Backoffice, I couldn't find any page with label or id as "checkout".
Could it be that I have to setup my local with the b2c_for_spartacus? (I have setup mine with b2c_b2b_acc_oms recipe instead)
Have you installed your SAP Commerce instance with the Spartacus Sample Data AddOn? The standard Powertools data setup will not include this, but the additions in spartacussampleadataaddon do. Please see links/instructions in https://sap.github.io/cloud-commerce-spartacus-storefront-docs/installing-sap-commerce-cloud/
If installed/setup correctly you should have a content page with UID=Checkout in the powertools-spaContentCatalog content catalog

Change to database done on LAN machine through web site app not reflected on localhost

I made a CRUD web application in netbeans ide.
When I add an entry from another machine the change is not reflected on this machine.
I made change from 192.168.0.19:8080/appname on another computer and the change is not relected on localhost:8080/appname. Glassfish server is run on localhost.
Need to test this but maybe because I'm sending to the same port on different machines? Should I try with port 8181?
Im thinking since I autogenerated it the app wont support AJAX?
Update works if I hit return as soon as I added a record in another machine, or if I add a new record. So the solution should involve auto-refreshing the page in a time interval.
Set up primefaces and tried this in xhtml
<p:poll interval="10" listener="#{phonerecordController.listener}" update="#all" />
But I'm not sure which method should be the listener.
<p:poll interval="10" listener="#{phonerecordController.preparelist}" update="#all" />
Set up primefaces then put the above code inside xhtml and it worked.

Unable to add connector update from Mulesoft exchange

I am using AnypointStudio 3.7 and trying to install object-store plugin from exchange. but when I click on install button I got an error displaying the message
"There was a problem loading the update site located at
http://repository.mulesoft.org/connectors/releases/3.5.0"
The same error also occurs in order to install other plugins/connector like box from same repository.
I have tried to add the plugin from Help->Install New software window but there also getting the same error.
error getting here is :
"Unable to read repository at http://repository.mulesoft.org/connectors/releases/3.5.0/content.xml."
However I am able to install the updates from other sites like Anypoint update, DevKit etc but not able to install updates from connector update site.
Please anyone help me to find the reason why Anypoint is behaving like this:
FYI , I am using proxy setting in my machine. Could it be the cause of failure?
Thanks in advance !!
Instead of adding from exchange, you can also try an option to add new software from Help -> Install New Software -> work with "Anypoint connector update site" -> specify "objectstore" in search. Select the appropriate ve
#Md. Sadique Ansari ... Please check http://repository.mulesoft.org/connectors/releases/3.5.0/content.xml this url from your browser first because this error mostly due to network firewall setting.
Are you assessing this in your organization network ??
I spotted the message about this in the error logs...googling lead me here...
I noticed, in my attempts to manually test the urtl in a browser that some paths got flipped to HTTPS...so I changed the url in preferences to use HTTPS...and now no errors in the log!
(No updates either but...)

Glimpse output not appearing on MVC 4

I have been through all the instructions and FAQ's regarding how to get glimpse to work.
I am however running MVC 4....
I have installed the Glimpse.MVC package as well as straight Glimpse.
It all configures just fine. I even added my own IP to the config.
On the client, under Chrome I can run Glimpse.AXD and it informs me that Glimpse is on.
In the associated "Config Settings: it shows:
•On = True
•Allowed IP's =
1.127.0.0.1
2.::1
3.192.168.97.180
•Allowed ContentType's =
1.text/html
2.application/json
•Blacklisted Plugins =
Under "Your Settings" it shows:
•IP = ::1
•glimpseState = On
I note that this last list shows an IPV6 address (::1) but I don't know if this is incorrect or how to change it if it is wrong.
So the first question is "what is the difference between "config settings" and "Your Settings"
Same result in IE 9.
Second and real question is: Why do I get no Glimpse output when everything seems to be configured properly?
Support for MVC4 has recently been announced for Glimpse, you can download it from NuGet.
If you use the version linked to (1.1), you should have no problems.
I had similar problem where glimpse wasn't appearing after installing through nuget.
In my case I forgot to enable glimpse for the first time after installing it.
To resolve this, goto http://applicationpath/Glimpse.axd and you will see a big button to enable glimpse which will just set cookie on the client. Refresh the screen and Glimpse appeared.
Have you tried clicking?
If you application is services only the GUI will not show.

Symfony 2.0.6 FOS UserBundle remains in login page

I have two dev environments: one using free MAMP and the other installed MySQL and configured PHP in MacOS Lion.
In the MAMP environment everything is working, however, in the other one it is not. What happens is that when I try to login the browser stays in the same page.
The PHPSESSID is received.
The path set in php.ini entry "session.save_path" is writable (since it rights when I try to login). And "session.auto_start" is set to "0" (I tried it to set to "1" but then I get an error stating that a session is already started and the start_session() function was ignored)
Any idea what must be causing this? I can post my configurations and code if you think it would help...
I Accidentally updated symfony to version 2.0.12 and the FOS UserBundle to latest version. Because of this, the login form needed the parameter "_csrf_token"