I develop many sites and they all have a database.
I have to click 'Show all' every time I use HeidiSQL.
How to up the limit to 1000 or workaround it?
I am a developer and need more than 50...
That dialog was dropped short after the 3.0 final release. See here for details: http://fisheye.heidisql.com/699
So, just wait for the next (soon coming) release or compile the sources.
So, just wait for the next (soon coming) release or compile the sources.
That dialog was dropped short after the 3.0 final release. See here for details: http://fisheye.heidisql.com/699
So, just wait for the next (soon coming) release or compile the sources.
I don't have the tools to compile that source code.
Will wait for new version.
Try this for
Remove the following code from posting.php the problem is resolved!
Invalid Session. Please resubmit the form
Remove the following code from posting.php the problem is resolved!
// session id check
if ($sid == '' || $sid != $userdata['session_id'])
{
$error_msg .= (!empty($error_msg)) ? '<br />' . $lang['Session_invalid'] : $lang['Session_invalid'];
}
Invalid Session. Please resubmit the form.
Yeah, I also stumbled about that one once or twice. I have a slight feeling there is something wrong in the setup of this phpBB installation. Could someone advise me what I have to change ? Here are the current settings:
Please login to leave a reply, or register at first.