- Download the attachment.
- Extract the files in the attachment to C:\WINDOWS\system32
- Launch WAMP.
- Click on the WAMP icon -> PHP -> php.ini
- Press Ctrl+F.
- Find "max_exec"
- Upper the limits a little... Kind of like this:
Code:max_execution_time = 300000000000000000000 ; Maximum execution time of each script, in seconds max_input_time = 60000000000000000 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 1000000M ; Maximum amount of memory a script may consume (128MB)- Press Ctrl+F.
- Find "php_curl.dll"
- Remove the semicolon before it. Save the file and restart WAMP.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks