
lists at gmnet
Sep 25, 2009, 9:51 AM
Post #2 of 2
(550 views)
Permalink
|
On Fri, 2009-09-25 at 13:44 +0000, Rick Bragg wrote: > Hi, > > I Just did the upgrade to 5.6.2 and also changed my forms from using > [search-region] to using a [query] with sanitized cgi input. > > I have a retuning problem with the more pages. My more pages give me > Internal server errors. The more list works perfect on my other > catalogs where I am using the [search-region] but with the [query] they > do not. Nothing in the error logs, just end of script stuff. > > I don't think it has anything to do with upgrade to 5.6.2, and it seems > to be a problem with my other versions of IC as well. > > My more links look like this: > domain.../scan/MM=87c8ef7624f35e9a37cc3cc6983af3d0:10:14:5.html?mv_more_ip=1&mv_nextpage=simple-search&pf=simple-search&mv_arg= > > my query is like this (simplified) > > [.query > type=list > label=simple-search-results > prefix=simple-search > list_prefix=simple-search_list > more=1 > ml=5 > sql=| > SELECT code, > thumb, > title, > description > FROM news > WHERE description LIKE '%[scratch cleansearchtext]%' > ORDER BY description > |] > > [simple-search_list-more-list] > [decade-prev][/decade-prev] > <div class="news-box-small" style="float: right;"> > [msg arg.0="[matches]" arg.1="[match-count]"]Documents %s of %s > found.[/msg] > <BR>[more]<BR> > [decade-next][/decade-next] > </div> > <br style="clear: both;"> > [/simple-search_list-more-list] > > I am running IC version 5.6.2 in tlink mode, low traffic, on Ubuntu > 8.04.3 LTS > > Thanks > Rick > I still can't get this to work. Here is some more info: I am using perl, v5.8.8 built for x86_64-linux-gnu-thread-multi and MySQL 5.0.51a-3ubuntu5.4-log This is in both the interchange and catalog error logs: catalogname.greenmountainnetwork.com/cgi/municode/scan/MM=d2e14dc7e76d665e332a8368aa8f75fe:25:49:25.html Runtime error: Can't use an undefined value as an ARRAY reference at /usr/local/interchange-5.6.2-dev/lib/Vend/Interpolate.pm line 4714. Any Ideas? This is going to be a long weekend. Thanks! Rick -- This message has been scanned for viruses and dangerous content by Green Mountain Network, and is believed to be clean. _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|