Jump to content

borhan_safa

Members
  • Posts

    6
  • Joined

  • Last visited

borhan_safa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. After fixing the error, the reason why the functionality isn't working because on the form action location, I have put just register.php. I didn't realize that I have made that silly mistake..
  2. Hi I have a several php files which actually is a registration form with validation. So if someone fills up the form correctly, the values will be stored into database. When I am running the file, the form field displays but it has no functionality. I don't know exactly what is the mistake I have made? The web url is the following if you would like to have a look: http://bphf2012.org/index.php?option=com_jumi&fileid=11 The files can be seen from here: https://www.dropbox.com/sh/vof0p4heo4csdn9/dj2NfgcWuE Thanks.
  3. Hi I am using joomla 2.5 and I am using a jumi component to run php file. some of the files were running perfectly but some are not specialy when im using require_once function. The errors are showing the following: Warning: require_once( http://bphf2012.org/..._jumi&fileid=10 ) [function.require-once]: failed to open stream: No such file or directory in/home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(40) : eval()'d code on line 21 Fatal error: require_once() [function.require]: Failed opening required ' http://bphf2012.org/..._jumi&fileid=10 ' (include_path='.:/usr/local/php5_3/lib/php') in/home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(40) : eval()'d code on line 21 Any help please how to fix the problem? Thanks...
  4. Alright the error has been fixed after changing the server configuration but I am facing another problem now. When I am running the script, it is showing a blank page. I think I have made some mistakes on my scripts. Could you please check my php scripts which you can find from the following link: https://www.dropbox.com/sh/vof0p4heo4csdn9/dj2NfgcWuE What I did is, I have copied the scripts and pasted on the jumi component with the same name. After that I have assigned link on the menu manager to run. If you want to see how it is displaying please visit my website: http://bphf2012.org/index.php?option=com_jumi&view=application&fileid=3&Itemid=103 Please help me... Thanks.
  5. Thanks for the reply. I have changed the function require_once to file_get_contents but its still showing an error something like: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(38) : eval()'d code on line 13 Could you please give an example on how to use a filesystem path rather than a url.... Thanks in advanced.
  6. Hi I have created multiple php pages and the pages are calling other pages using require_once or include function. When I run the main script, it is showing the following error: Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(38) : eval()'d code on line 13 Warning: include( http://bphf2012.org/index.php?option=com_jumi&fileid=10 ) [function.include]: failed to open stream: no suitable wrapper could be found in /home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(38) : eval()'d code on line 13 Warning: include() [function.include]: Failed opening 'http://bphf2012.org/index.php?option=com_jumi&fileid=10' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in /home/content/13/10377813/html/components/com_jumi/views/application/view.html.php(38) : eval()'d code on line 13 Could anyone please help me how to sort out the issue... Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.