Could not execute menu item (internal error)[Exception] - When changing PHP version from 5.3.1 to 5.2.9

前端 未结 9 1382
忘掉有多难
忘掉有多难 2020-12-08 04:27

I have installed two PHP versions in my WAMP server. When I am using 5.3.10, my wamp server is running just fine. But when I switch to older version of PHP (5.2.9) my wamp s

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 04:57

    If you are using Windows try out the following:

    1. Press (Windows+R)
    2. enter "services.msc" and click "OK"
    3. locate service with name 'wampapache'

    and check if it's status is 'Running'. In case not, right click >> start.

    Hope this helps!


    If you have removed WAMP from boot services, it won't work – try the following:

    • Press (Windows+R)
    • enter "services.msc" and click "OK"
    • locate service with name 'wampapache'
    • Right click wampapache and wampmysqld, Click 'properties'
    • and change Start Type to Manual or automatic

    This will work!

提交回复
热议问题