Note that there are some explanatory texts on larger screens.

plurals
  1. PODatabase not selected sometimes
    primarykey
    data
    text
    <p>I have a strange problem. 5% of its time; i get the error "No Database selected". Only on a page where i use iframes; called from out tab script.</p> <p>Here is the "sometimes problem" page:</p> <blockquote> <p><a href="http://www.thediscopalace.com/programtest.php" rel="nofollow noreferrer">http://www.thediscopalace.com/programtest.php</a></p> </blockquote> <p>Every tab calls for a page and loads it into the iframe. The requested page get its content from the database like this: </p> <pre><code>$rsday1 = mysql_query($query_rsday1, $dbtdp) or die(mysql_error()); </code></pre> <p>The connection is being asked with <code>mysql_pconnect</code>.<br> I tried <code>mysql_connect</code> but instead I got 100% the error.</p> <p>I really cannot find the reason; i googled alot. I guess it has something to do with the MySQL; and not with the scripts. Maybe i'm wrong.</p> <p>This is the used tab script: </p> <blockquote> <p><a href="http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/" rel="nofollow noreferrer">http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/</a> </p> </blockquote> <p>In the iframe i use tje jcarousel: </p> <blockquote> <p><a href="http://sorgalla.com/jcarousel/" rel="nofollow noreferrer">http://sorgalla.com/jcarousel/</a></p> </blockquote> <p>Information about the server here</p> <blockquote> <p><a href="http://www.thediscopalace.com/info.php" rel="nofollow noreferrer">http://www.thediscopalace.com/info.php</a></p> </blockquote> <p>Thanks for helping or passing any ideas. Dave</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload