3 fix_need found

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
slavon_net
Registered User
Posts: 5
Joined: Mon Jan 12, 2004 12:48 pm

3 fix_need found

Post by slavon_net »

Sorry... i bad speack english.. :(((
1 fix_need sample:

Code: Select all

$sql = 'SELECT user_id, bot_agent, bot_ip 
           FROM phpbb_bots 
           WHERE bot_active = 1';
Need:

Code: Select all

$sql = 'SELECT user_id, bot_agent, bot_ip 
           FROM' . BOTS_TABLE . '  
           WHERE bot_active = 1';
This bug in many files... U not using Defined vars!

2 fix_need:
common.php - defined vars not included in install and other files!

3 fix_need:
admin_forums.php
var ATTACHMENTS_DESC_TABLE not defined... and not found table for this var!

Thanks U for job :)

Klors
Registered User
Posts: 95
Joined: Fri Sep 19, 2003 2:08 pm

Re: 3 fix_need found

Post by Klors »

that's because it's not finished yet, not even beta stage

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: 3 fix_need found

Post by Roberdin »

Wait a moment... the CVS files need fixing!? The entire team granateed that these pre-release files of unfinished software that are for experts only was completely bug free!

If you are lacking mod_sarcastic in your Apache-brain installation (or indeed the entire installation):
  • No bug reports allowed, as per forum rules
  • CVS copies are not stable, as noted several trillion times but both the leaders and the community.
:P
Rob

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: 3 fix_need found

Post by DoD »

Please do not report bugs or bug fixes, as the Developing team know about these already, and will fix them when they deem suitable for them.

modenaf1
Registered User
Posts: 103
Joined: Sun Nov 16, 2003 8:29 pm

Re: 3 fix_need found

Post by modenaf1 »

becuase you say you have trouble with English, I will make this simple.

We fix_ NOT!!

development_phpBB2.2 is!
Banned

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: 3 fix_need found

Post by DoD »

slavon_net wrote:Sorry... i bad speack english.. :(((
Need:

Code: Select all

$sql = 'SELECT user_id, bot_agent, bot_ip 
           FROM' . BOTS_TABLE . '  
           WHERE bot_active = 1';
Also, if you feel the need so strongly to go ahead and post bug fixes... AT LEAST get them right.

Another reason why we shouldn't post bug fixes...

andrew johnson
Registered User
Posts: 195
Joined: Wed Jul 09, 2003 1:46 am

Re: 3 fix_need found

Post by andrew johnson »

Roberdin wrote:Wait a moment... the CVS files need fixing!? The entire team granateed that these pre-release files of unfinished software that are for experts only was completely bug free!

If you are lacking mod_sarcastic in your Apache-brain installation (or indeed the entire installation):
  • No bug reports allowed, as per forum rules
  • CVS copies are not stable, as noted several trillion times but both the leaders and the community.
:P
yes that right:
no support!
i love valentino rossi = it COOOL
TEST test test test

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: 3 fix_need found

Post by Roberdin »

Here's an idea. Next person to ask for support/report a bug gets beats. :P
Rob

modenaf1
Registered User
Posts: 103
Joined: Sun Nov 16, 2003 8:29 pm

Re: 3 fix_need found

Post by modenaf1 »

"New CVS agreement >> 'I hereby agree that in the event of asking for support on any CVS release, I am a complete idiot and will donate the equivalent of £500 to phpBB.' "

uh oh!!!! looks like someone broke the agreement!
Banned

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: 3 fix_need found

Post by DoD »

Yes, it needs to be made more clear when you download it... as no-body reads the forum titles... the text above the CVS downloads...

£500? Sounds good enough!

Post Reply