Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Gray Fox

[Problem]Dragorans Portal !

Recommended Posts

Nabend,

hab gerade auf mein IPB 1.3 das Portal von Dragoran installiert und bekomme nun die Fehlermeldung:

mySQL query error: SELECT * FROM ibf_members WHERE id!=0 order by last_activity DESC LIMIT 0,

mySQL error: You have an error in your SQL syntax near '' at line 1

mySQL error code:

Date: Friday 12th of December 2003 10:19:54 PM

Hab das Board von 1.2 geupdatet und übersehn dass man nicht install_portal.php aufrufen soll wenn man von 1.1 auf 1.2 geupdatet hat ! :wallbash:

Kann ich das irgendwie wieder fixen ?

:unsure:

Share this post


Link to post

1. Verschoben nach => Modifikationen und Hacks 1.3 => Allgemeine Fragen :D

2. Vielleicht solltest du dabei dann auch mal in dem Thema schauen, wo du das Portal runtergeladen hast, nämlich auf IBForen, und dort gibts glaube ich schon das Problem (und die Lösung). Nämlich die, das du das Datum einstellen musst in deinen Portal einstellungen, sonst kommt glaube ich diese Fehlermeldung ;)

Share this post


Link to post

Hab nix gefunden, den Fehler gibts nich auf ibforen ! Weiß auch irgendwie nich was du mit Datum im Portal meinst ! :yeahright:

Edited by Deepthroath

Share this post


Link to post

So sieht das aus !

//----------------------------------------------------------

#

ZULETZT ONLINE START

#

//-----------------------------------------------------------

*/

function last_online()

{

global $DB,$ibforums;

$output="";

$output.=$this->html->top_header(array("title"=>$ibforums->lang['last_online'],"col2"=>$ibforums->lang['time']));

$DB->query("SELECT * FROM ibf_members WHERE id!=0 order by last_activity DESC LIMIT 0,{$this->settings['portal_lastonline']}");

while($data=$DB->fetch_row())

{

$row=array(

"user"=>sprintf("<a href=\"index.php?showuser=%d&amp;s={$ibforums->session_id}\">%s</a>",$data['id'],$data['name']),

"posts"=>date("d.m.Y, H:i",$data['last_activity']),

);

$output.=$this->html->top_row($row);

}

$output.=$this->html->top_foot();

return $output;

}

/*

//----------------------------------------------------------

#

ZULETZT ONLINE  ENDE

#

//-----------------------------------------------------------

Edited by Deepthroath

Share this post


Link to post

Wie ich oben schon geschrieben hab, aber mir scheint hier ja niemand zu glauben ;)

Du musst halt im AdminCP in den Portal Einstellungen (genauer gehts net zu erklären) die Datumsvormate eingeben ;) Wenn das nicht gemacht ist / wird, kommt halt eine Fehlermeldung. Kannst mir Ruhig glauben :D

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×