close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Multiple Column Sorting Not Working

Thread began 7/27/2014 9:11 pm by ed331947 | Last modified 7/28/2014 11:33 am by Jason Byrnes | 1248 views | 5 replies |

ed331947

Multiple Column Sorting Not Working

I cannot get multiple columns to sort. I can get only one, but when I add multiple, the page continues to come up blank.

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
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

ed331947

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'article_title' at line 1

Sign in to reply to this post

Jason ByrnesWebAssist

the default sort setting needed to be updated to:
$WADA_Sort_1->DefaultSort = "ORDER BY article_title";

it is now showing an error about undefined variables:
Notice: Undefined variable: static_articles in D:\PLESK\VHOSTS\redsneakers.net\office-furniture\admin\article_list_test.php on line 217 Warning: mysql_fetch_assoc() expects parameter 1 to be resource, null given in D:\PLESK\VHOSTS\redsneakers.net\office-furniture\admin\article_list_test.php on line 217


this code:
<?php } while ($row_static_articles = mysql_fetch_assoc($static_articles)); ?>
is referencing a recordset that does not exist.

Sign in to reply to this post

ed331947

Thanks so much!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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...