Select category doesn't work
issueid=373 18-02-2012 09:52 AM
Junior Member
Select category doesn't work
it works locally but didn't work on site

Hi,
Recently I'm experiencing problem with select_category.tpl and php files, the problem is when I click on category list (after invoking menu->sell) it doesn't activate second sub category box. This problem exists in on site only, when I'm testing it locally (using easyPHP ) it is working just fine. I took a look into select_category.tpl file and as far as I understand
<a name="goto"></a>
<form name="catform" id="catform" action="select_category.php#goto" method="post">
<input type="hidden" name="csrftoken" value="{_CSRFTOKEN}">
<input type="hidden" name="action" value="process">
<input type="hidden" name="box" value="" id="catformbox">
<input type="hidden" name="cat_no" value="{CAT_NO}">
<table width="80%" border="0" cellpadding="4" class="content">
<tr>
action "select_category.php#goto" should be activated by javascript after clicking on category name in first box.
But select_category.php#goto is not called.
Can anyone help me on this?

Thanks in advance.
Issue Details
Issue Number 373
Project WeBid
Category Auctions
Status Not a Bug
Priority 1 - Highest
Affected Version 1.0.3
Fixed Version (none)
Milestone (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




18-02-2012 12:35 PM
Junior Member
The problem was solved! :)

It was the hosting company issue, they fixed it

Thanks!