This topic is locked
[SOLVED]

 Add PHPRunner into existing website template

4/2/2006 6:34:30 AM
PHPRunner General questions
C
colin_h author

Hi,

I am new to PHPRunner and just evaluating the demo version, which seems to be just what i am after.
Everything seems to work well, until i try to copy/paste the php from _Table1_list.php into my own website template.
_Table1_list.php works fine as its own page, just get the problem when setting it into an existing template.
Any help you can provide would be great, as i don't have a clue about php.
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /content/StartupHostPlus/b/r/brick-world.co.uk/web/phprunner/_Table1_list.php:3'>brick-world.co.uk/web/phprunner/_Table1_list.php:3) in /content/StartupHostPlus/b/r/brick-world.co.uk/web/phprunner/_Table1_list.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at /content/StartupHostPlus/b/r/brick-world.co.uk/web/phprunner/_Table1_list.php:3'>brick-world.co.uk/web/phprunner/_Table1_list.php:3) in /content/StartupHostPlus/b/r/brick-world.co.uk/web/phprunner/include/dbcommon.php on line 17
Thanks,
Colin

Sergey Kornilov admin 4/3/2006

Colin,
your pages won't work.

You can customize your pages to add supertop and superbottom.

Read about it here:

http://www.xlinesoft.com/phprunner/articles/supertop.htm

C
colin_h author 4/3/2006

Colin,

your pages won't work.

You can customize your pages to add supertop and superbottom.

Read about it here:

http://www.xlinesoft.com/phprunner/articles/supertop.htm


THANKS.
Fast reply, and seems to work well
I will be purchasing the application later this week. Just what i need, after spending many days with similar products that are simply a pain to work with or configure.
WELL DONE
Just noticed one issue, on the list page, when drilling down by clicking VIEW hyperlink. The detailed view opens fine, but when i click the 'back to list' hyperlink, the original list page appears with the following text at the top of the web page.
onLoad=" if ( document.forms['frmSearch']!=undefined && document.forms.frmSearch.SearchFor.value!='') document.forms.frmSearch.SearchFor.focus();"
Sorry to bother you again...hope there is a simple answer.
Colin

Sergey Kornilov admin 4/4/2006

Colin,
I'm glad you like the product.
It seems that you deleted <body> tag from the genereated List page. Remove this code snippet as well:

echo(" onLoad=\" if ( document.forms['frmSearch']!=undefined && ...