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

前端 未结 9 1290
忘掉有多难
忘掉有多难 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:50
    1. Like you installed older version of PHP do the same with Apache. I picked version 2.0.63 and then I was able to run WAMP Server with PHP 5.2.9 with no problems.

    2. I also read that it's problem with 64-bit version of WAMP.

    0 讨论(0)
  • 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!

    0 讨论(0)
  • 2020-12-08 04:59
    • Open Task Manager
    • Go to Details
    • Find and kill Skype... apps

    Restart WampServer and it should work

    0 讨论(0)
提交回复
热议问题