I am a developer and need more than 50...

[expired user #1919]'s profile image [expired user #1919] posted 17 years ago in General Permalink
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?
ansgar's profile image ansgar posted 17 years ago Permalink
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.
[expired user #1919]'s profile image [expired user #1919] posted 17 years ago Permalink
Cool also:

I keep getting this error in this forum:
-----------
Invalid Session. Please resubmit the form.
-----------
[expired user #1919]'s profile image [expired user #1919] posted 17 years ago Permalink

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.
ansgar's profile image ansgar posted 17 years ago Permalink

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:
[expired user #1919]'s profile image [expired user #1919] posted 17 years ago Permalink
http://www.phpbb.com/community/viewtopic.php?t=489986&sid=eeb0c05b9193dbabb00da52808676a98

Hope that solves it.
[expired user #2819]'s profile image [expired user #2819] posted 17 years ago Permalink
Hi folks,
I have just downloaded the latest version of HSQL v3.0 (572)
and that annoying dialog is still there! How do I stop it please
without having to compile the source code?
[expired user #1919]'s profile image [expired user #1919] posted 17 years ago Permalink
Yo dude
It's working GREAT!!!
Thanks
[expired user #1919]'s profile image [expired user #1919] posted 17 years ago Permalink
Try this for

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.