I have created this module.... This module is designed to display form and update the database table with form fieds. When I install this module into sites/all/modules/ folder, and open the sitebuilding/modules page and enable the module and click on SAVE CONFIGURATION, I get : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. -- *Pavithra M* *9535011565*
I have created this module.... This module is designed to display form and update the database table with form fieds. When I install this module into sites/all/modules/ folder, and open the sitebuilding/modules page and enable the module and click on SAVE CONFIGURATION, I get : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. -- *Pavithra M* *9535011565*
On Wednesday 29 December 2010, pavithra m wrote:
I have created this module.... This module is designed to display form and update the database table with form fieds.
When I install this module into sites/all/modules/ folder, and open the sitebuilding/modules page and enable the module and click on SAVE CONFIGURATION,
I get :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
You have php errors in your files: ~/ > php -l products.install Parse error: syntax error, unexpected T_STRING, expecting ')' in products.install on line 40 Errors parsing products.install ~/ > php -l products.module Parse error: syntax error, unexpected T_STRING, expecting ')' in products.module on line 30 Errors parsing products.module -- ----------------- Bob Hutchinson Midwales dot com -----------------
You have a php syntax errors in your install and module files. In function *products_update_6200()* -- products.install ( missing * apostrophe*s). And similar errors and other syntax errors are there in your * products_form,products_form_validate* in your module file. Mujah On Wed, Dec 29, 2010 at 7:18 AM, pavithra m <pavspavi88@gmail.com> wrote:
I have created this module.... This module is designed to display form and update the database table with form fieds.
When I install this module into sites/all/modules/ folder, and open the sitebuilding/modules page and enable the module and click on SAVE CONFIGURATION,
I get :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
-- *Pavithra M* *9535011565*
participants (4)
-
Bob Hutchinson -
Chris Skene -
Mujah Mujahid -
pavithra m