I am beginner and learning durpal. I have downloaded devel and copied to sites/all/modules directory. I have enabled devel and also ran task to update. I see following
checked Devel 6.x-1.6 Various blocks, pages, and functions for developers. Required by: Theme developer (disabled) Devel Generate 6.x-1.6 Generate dummy users, nodes, and taxonomy terms.
checked Devel Node Access 6.x-1.6 Developer block and page illustrating relevant node_access records.
checkedMacro 6.x-1.6 Allows administrators to record and playback form submissions.
unchecked Theme developer 6.x-1.6 Essential theme API information for theme developers Depends on: Devel (enabled)
I also see the following message
You must disable the Zend Optimizer php extension in order to enable this module. Zend Optimizer is horribly buggy and segfaults your Apache.
Are there any instrucitons to install devel. Please let me know what is the problem.
Comments
=-=
find your php.ini file and comment out the zend optimizer extentsion.
devel should then be able to be enabled.
after that you have blocks that can be used in adminsiter blocks and settings in administer -> devel.
alos of note is the readme.txt file in the devel.module download that provides some instruction.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
devel
thanks a lot. That worked.