|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form processor, please help
------------- I got the error messages below, I don't know what to do. I aatached the formprocessor package in zip form, http://www.tajpacal.com/formproc.zip ihope anyone could take a look and tell me what i need to do. thanks a lot. Warning: Failed opening '/httpd/docs/formproc/includes/func.tpl.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/httpd/docs/formproc/config.inc on line 31 Warning: Failed opening '/httpd/docs/formproc/includes/constants.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/httpd/docs/formproc/config.inc on line 32 Warning: Failed opening '/httpd/docs/formproc/includes/forms.config.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/httpd/docs/formproc/config.inc on line 33 Warning: Failed opening '/httpd/docs/formproc/includes/functions.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/httpd/docs/formproc/config.inc on line 34 Warning: Failed opening '/httpd/docs/formproc/includes/prepend.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/httpd/docs/formproc/config.inc on line 35 Fatal error: Call to undefined function: perform_actions() in /home/httpd/docs/formproc/formproc.php on line 41 |
|
#2
|
|||
|
|||
|
RE: Form processor, please help
Sorry if this is too elementary, and I'm not sure of the product, but when I've gotten messages like the ones that you displayed, the problem has been my path was not set directly.
You might try modifying the code and with a echo 'hi I'm here'; exit; and then try running it from the address bar in your browser to test the path. I've also seen some strange things on some servers with .inc files included from other includes that did not seem to work right. .... something to read while you are waiting for help. |
|
#3
|
|||
|
|||
|
RE: Form processor, please help
Thanks for your quick, Denver Dave, I will try that.
I appreciate any suggestions from anyone, I hope to get more replies to solve my problem. |
|
#4
|
|||
|
|||
|
RE: Form processor, please help
Ooops, that was me Nubie_gurl, I forgot to log in.
Thanks again,CCG |
|
#5
|
|||
|
|||
|
RE: Form processor, please help
Did you get these files from the server you are running them on? Your ftp log shows the path as:
/htdocs/form/includes/functions.inc |
|
#6
|
|||
|
|||
|
RE: Form processor, please help
Actually, I am running this package to another server. You can check this out at http://www.pizzahut.com.ph/formproc/order.html
|
|
#7
|
|||
|
|||
|
RE: Form processor, please help
Oh I see - prices are in the Philippines - seems a little high in US dollars.
|
|
#8
|
||||
|
||||
|
RE: Form processor, please help
Yeah, so if you want cheaper pizza you can order here Anyway, I made that part to work, and now I got a new error :uhoh::uhoh: Quote:
Maybe you can help me analyze my form.config.inc, here: php Code:
|