close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Update Multiple Records server behavior not working

Thread began 7/30/2013 3:43 pm by sandy170299 | Last modified 7/31/2013 2:29 pm by sandy170299 | 1078 views | 4 replies |

sandy170299

Update Multiple Records server behavior not working

Everything was visible on my page in a browser until I applied the update multiple records server behavior. Now, my page is completely blank when I view it. I am attaching it for you. Thank you.

Attached Files
update-sort-order.zip
Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

sandy170299

Thanks, Jason. There was an included file missing, and now it's showing up on screen again, but it's not saving changes.

Sign in to reply to this post

Jason ByrnesWebAssist

if you view the source of the page, it is returning an error:
<input type="hidden" name="WADA_RepeatID_product_id_13" id="WADA_RepeatID_product_id_13" value="
Notice: Undefined index: product_id in D:\Inetpub\theartofsergio\admin\update-sort-order.php on line 118
">

This is the hidden element that passes the product id of the record to update. The error is occurring because the recordset used to populate the element does not return the product id column in the select statement:

SELECT cw_categories_primary.category_id, cw_categories_primary.category_name, cw_products.product_name, cw_products.product_sort FROM.......


you need to update the recordset to return the product id column.

Sign in to reply to this post

sandy170299

Thank you, Jason. :)

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...