I have installed Devel module, but once I enabled it I couldn't enter my administer and I got this error message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 941082 bytes) in C:\xampp\htdocs\drupal\modules\devel\devel.module on line 1351
I changed the memory limit size in php.ini from 32M to 128M and restarted my laptop, but still I have the same problem, I checked the phpinfo file and the variable was set to 128M.
So what else I have to do to fix this error?!!
Your prompt response is highly appreciated.
I m facing the Problem that I have developed a table of Personal Detail Using CCK and this table has one to many Relationships with that of the Contacts Table, His Education, His Qualification and Others any one who can help me .
Hoping For Positive Response
I'm building a 500 question, multi-part survey, within a Drupal site and am wondering what the best practices are for storing and retrieving large data sets from an external MySQL database.
Not sure if this is the correct forum for this question but here goes.
We recently moved our old site (html) to a new Drupal based site. In our old site we had a course database that was built in MS SQL. We would still like to be able to access this ms sql database through our new site. Our new Drupal site is running on IIS6, MYSQL and PHP. We would like the course database to be accessed from a content page. I hope this makes sense.
I am relatively new to Drupal so please understand that I may not be asking the question properly. Thank you.