PDA

View Full Version : patch_2.1.03 Problems


hirenmodi
04-04-2007, 08:10 PM
Hi Friends:

1) I have uploaded "patch_2.1.03" but it gives us following erros in admin panel "Manage Listing" page. I can't see any records when i click on "Approval:", "Active:" etc.

Please see this screen shot and do needful ASAP.

http://www.modynet.net/manage_listing_record%20error.gif

2) I can see footer in admin panel after uploaded "patch_2.1.03".

Dave Baker
04-04-2007, 09:21 PM
Hello hirenmodi,
You got these problems because you did not apply patch_3.sql.
You should import it via Admin Panel » Manage Database » Import.
Or you can open file patch_3.sql, replace all {prefix} with your database prefix and import it via phpMyAdmin.p

hirenmodi
04-05-2007, 04:25 AM
Yes, got it thanks.


Can you please guide me how can i see below change in admin panel-

#1. admin/order-categories.php - 20 LIMIT of showed categories increased to 30 and pagination added

John Turner
04-05-2007, 08:44 AM
Hi Hiren,

open you '../admin/order-categories.php'

find and increase following value


define("ITEMS_PER_PAGE", 30);


HTH.