Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

Unable to POST from FORM  Bottom

  • I keep encountering errors when using the POST function on a form. Here is the syntax that I am placing the METHOD portion..

    Code

    <form action="modules.php?op=modload&name=cgallery&file=index&mode=updateprofile&id=2&include=edit.php" method="post">

    I also tried using

    Code

    <form name="form1" method="post" action="modules.php">
       <input name="op" type="hidden" id="op" value="modload">
       <input name="name" type="hidden" id="name" value="cgallery">
       <input name="file" type="hidden" id="file" value="index">
       <input name="mode" type="hidden" id="mode" value="updateprofile">
       <input name="id" type="hidden" id="id" value="2">
       <input name="include" type="hidden" id="include" value="edit.php">


    I know it has to be something simple. It redirects me to the PostNuke error.php page. I can put a link with the same URL on that form and it finds it ok.
    Any thoughts?

    ps - If this isn't the right are to ask, let me know.....
  • Well its looking the root PostNuke directory for the edit.php file I'm trying to use. Why is it doing this? It only does it from the POST method on the form. :?

This list is based on users active over the last 60 minutes.