|
|
TIP: WAMP and debugger module issue
If you're getting an error "Invalid section tag" or some other error while installing dbg module and you're using WAMP, it's an issue with the WAMP itself - it doesn't like when the file extension is not .dll. So our suggestion is to rename our debugger module so it will have .dll file extension, and change php.ini (PHP extensions section) so it'll contain this name instead of original one. Some users mentioned that they needed to reinstall WAMP, so you can try renaming and changing php.ini, and if this doesn't help then reinstalling WAMP, then renaming debugger module, and changing php.ini.
This is confirmed on their forums:
http://www.wampserver.com/phorum/read.php?2,30140 and
http://www.wampserver.com/phorum/read.php?2,35250,35891.
|
|
|