Moin,
was soll mir diese Fehlermeldung bei Aufruf meines Test-Forums sagen:
Fatal error: Call to a member function on a non-object in /www/dev/includes/page_header.php on line 55
In Zeile 55 steht das:
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header ...
Die Suche ergab 35 Treffer
- 09.07.2004 23:37
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Fehlermeldung
- Antworten: 0
- Zugriffe: 114
- 09.02.2004 22:14
- Forum: Coding & Technik
- Thema: Prob mit DB-Eintrag
- Antworten: 5
- Zugriffe: 702
RE
Das funzt auch nicht,
in den Variablen
stehen immer nur die ID und der Preis des letzten Produktes.
Ich verzweifle noch...
in den Variablen
Code: Alles auswählen
$prod_id = $HTTP_POST_VARS['prod_id'];
$prod_price = $HTTP_POST_VARS['prod_price'];
Ich verzweifle noch...
- 09.02.2004 21:59
- Forum: Coding & Technik
- Thema: Prob mit DB-Eintrag
- Antworten: 5
- Zugriffe: 702
RE
Hallo,
es soll folgendes eingtragen werden:
$sql = "INSERT INTO " . CART_TABLE . " (cart_id, cart_quantity, session_id, user_id, session_ip, prod_id, prod_price) VALUES ('$new_id', '$quantity', '$session_id', '$userdata[user_id]', '$userdata[session_ip]', '$prod_id', '$prod_price')";
Steht doch ...
es soll folgendes eingtragen werden:
$sql = "INSERT INTO " . CART_TABLE . " (cart_id, cart_quantity, session_id, user_id, session_ip, prod_id, prod_price) VALUES ('$new_id', '$quantity', '$session_id', '$userdata[user_id]', '$userdata[session_ip]', '$prod_id', '$prod_price')";
Steht doch ...
- 09.02.2004 20:34
- Forum: Coding & Technik
- Thema: Prob mit DB-Eintrag
- Antworten: 5
- Zugriffe: 702
Prob mit DB-Eintrag
Moin,
wahrscheinlich bin ich heute zu blöde...
Folgendes Prob:
$sql = "SELECT * FROM " . PRODUCTS_TABLE . " WHERE cat_id = " . $viewcat . " ORDER BY prod_price";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not query products information', '', __LINE__, __FILE ...
wahrscheinlich bin ich heute zu blöde...
Folgendes Prob:
$sql = "SELECT * FROM " . PRODUCTS_TABLE . " WHERE cat_id = " . $viewcat . " ORDER BY prod_price";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not query products information', '', __LINE__, __FILE ...
- 07.10.2003 20:03
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Korrekt...
und bei Deinem Code springt der Cursor an den Anfang des Textes...
Mein Code funzt mit IE einwandfrei, mit Mozilla tritt das Prob auf.
Ich möchte, dass der Cursor, wie beim IE, diekt hinter den eingefügten BBCOde bzw. Smilie spingt.
und bei Deinem Code springt der Cursor an den Anfang des Textes...
Mein Code funzt mit IE einwandfrei, mit Mozilla tritt das Prob auf.
Ich möchte, dass der Cursor, wie beim IE, diekt hinter den eingefügten BBCOde bzw. Smilie spingt.
- 07.10.2003 17:35
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Moin,
@ Gast:
hier mal meine komplette bbcode.js:
// bbCode control by
// subBlue design
// www.subBlue.com
// modified by TL Networks
// http://www.tl-networks.com
// Startup variables
var imageTag = false;
var theSelection = false;
// Check for Browser & Platform for PC & IE specific bits ...
@ Gast:
hier mal meine komplette bbcode.js:
// bbCode control by
// subBlue design
// www.subBlue.com
// modified by TL Networks
// http://www.tl-networks.com
// Startup variables
var imageTag = false;
var theSelection = false;
// Check for Browser & Platform for PC & IE specific bits ...
- 06.10.2003 21:43
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Danke...
allerdings funzt das nicht wirklich...
Wie sehen dann die Funktionen emoticon, bbfontstyle und bbstyle aus?
allerdings funzt das nicht wirklich...
Wie sehen dann die Funktionen emoticon, bbfontstyle und bbstyle aus?
- 06.10.2003 19:08
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Also, ich muss Dich enttäuschen, der BBCode und die Smilies werden am Ende eingefügt...
Da ist der Code von mir schon weiter, bis auf die Tatsache, dass nach dem Einfügen von BBCode der Cursor ans Ende des Textes gesetzt wird.
Da ist der Code von mir schon weiter, bis auf die Tatsache, dass nach dem Einfügen von BBCode der Cursor ans Ende des Textes gesetzt wird.
- 06.10.2003 18:26
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Moin,,
Dein Code fügt den BBCode am Ende des Textes ein (zumindest beim Mozilla). Aber Danke für den Tipp...
Dein Code fügt den BBCode am Ende des Textes ein (zumindest beim Mozilla). Aber Danke für den Tipp...
- 06.10.2003 18:00
- Forum: phpBB 2.0: Administration, Benutzung und Betrieb
- Thema: Cursor an MAUSPOS: In Mozilla
- Antworten: 19
- Zugriffe: 860
RE...
Hat denn keiner eine Idee?