Forums / Developer / Search box problem...

Search box problem...

Author Message

Srinivas Rao

Sunday 26 October 2003 11:36:23 pm

Hi All,

I planed to create a site using eZ-3. For that I created one siteaccess like Admin. And in design folder also I created my own page layout. In that I copied search box code from admin side pagelayout. But Its not working in some browsers. Its displaying blank search result. In url path its displaying
http://myhostname/ezpublish-3.1-1/index.php/techweb/content/action

Any one help me regarding this...

Thanx in Advance.

--Srinivasa Rao

 

Alex Jones

Monday 27 October 2003 6:50:28 am

Could you post the code you pasted to display the search box?

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Srinivas Rao

Tuesday 28 October 2003 3:29:25 am

Hi,

In my own page layout I called the search button like this...

<form name="form1" method="post" action="">
<table border="0" cellpadding="0" cellspacing="0" class="RightText" id="right links">
<tr>
<form action={"/content/search/"|ezurl} method="get" style="margin-top: 0px; margin-bottom: 0px; padding: 0px;">
<td align="right" valign="top"> <table border="0" cellpadding="0" cellspacing="0" class="searchTable">
<tr>
<td width="62%"><input class="SearchBox" type="text" name="SearchText" id="Search" value="" /></td>
<td align="left"><input class="Go" name="SearchButton" type="submit" value="{'Go'|i18n('design/standard/layout')}" />
</td>
</tr>
</table></form>

In Some browsers the search result is displaying blank page. and In location bar its displaying like this...
http://myhostname/ezpublish-3.1-1/index.php/techweb/content/action

Any one help me.

Thanx in Advance.

--Srinivas.

eZ debug

Timing: Jan 18 2025 18:32:39
Script start
Timing: Jan 18 2025 18:32:39
Module start 'content'
Timing: Jan 18 2025 18:32:39
Module end 'content'
Timing: Jan 18 2025 18:32:39
Script end

Main resources:

Total runtime0.0123 sec
Peak memory usage2,048.0000 KB
Database Queries4

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0041 587.6094180.8438
Module start 'content' 0.00410.0039 768.453193.8359
Module end 'content' 0.00800.0043 862.289170.7031
Script end 0.0122  932.9922 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.001814.8229120.0002
Check MTime0.00097.3736120.0001
Mysql Total
Database connection0.00064.807610.0006
Mysqli_queries0.001714.119840.0004
Looping result0.00000.081620.0000
Template Total0.004032.410.0040
Template load0.00065.238810.0006
Template processing0.003327.107110.0033
Override
Cache load0.00043.543110.0004
General
dbfile0.00032.7544100.0000
String conversion0.00000.035030.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs