Error
2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 7, 2009 (RSS)
By Toledoh - July 6, 2009
Hi Guys,
I'm trying to add a submission form within a page, using the AddForm.php sample.
When the page stand alone - it works fine, however when I incorporate it into another page - I get an error.
http://www.forrest.id.au/nutsandbolts/blogDetail2.php?1 not working
http://www.forrest.id.au/nutsandbolts/addComment.php working
I guess this is because it's not know what record to pull up when it returns... so the following code kicks in;
But how do I fix this, either to go to a "thank you" page, or reload the same page?
I've attached the page in question...
Cheers,
Tim
I'm trying to add a submission form within a page, using the AddForm.php sample.
When the page stand alone - it works fine, however when I incorporate it into another page - I get an error.
http://www.forrest.id.au/nutsandbolts/blogDetail2.php?1 not working
http://www.forrest.id.au/nutsandbolts/addComment.php working
I guess this is because it's not know what record to pull up when it returns... so the following code kicks in;
// show error message if no matching record is found
if (!$blogRecord) {
print "Record not found!";
exit;
}
But how do I fix this, either to go to a "thank you" page, or reload the same page?
I've attached the page in question...
Cheers,
Tim
Cheers,
Tim (toledoh.com.au)
Tim (toledoh.com.au)
Re: [Toledoh] Error
By ross - July 7, 2009
Hi Tim
Thanks for posting!
We don't really support the custom scripts so this is something we can look at for you through consulting if you like. Could you send me an email through consulting@interactivetools.com with details on what you are trying to setup? Thanks!
Thanks for posting!
We don't really support the custom scripts so this is something we can look at for you through consulting if you like. Could you send me an email through consulting@interactivetools.com with details on what you are trying to setup? Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com
Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com
Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/