| Author |
Message |
magix
phpBB2.de User

Joined: 12 Dec 2002
Posts: 14
|
Posted:
Thu 12 Dec, 2002 00:54 |
  |
Parse error: parse error in mysql4.php on line 182
Fatal error: Cannot instantiate non-existent class: sql_db in db.php on line 60
also ich hab zu testzwecken mal versucht das ganze auf tripod free webspace zu installieren !!!
leider bekomme ich immer diese obige fehlermeldung!!
hab leider diesbezüglich nichts im forum gefunden !
könntet ihr mir da mal weiterhelfen was da falsch ist!
würde das forum gerne mal auf an free server testen bevor ich mir
einen eigenen webspace zulege !!
thx im voraus
lg magix |
|
|
   |
 |
Google
|
Posted:
|
 |
|
|
 |
Highfly
phpBB2.de User

Joined: 12 Nov 2002
Posts: 100
|
Posted:
Thu 12 Dec, 2002 02:28 |
  |
|
   |
 |
magix
phpBB2.de User

Joined: 12 Dec 2002
Posts: 14
|
Posted:
Thu 12 Dec, 2002 19:16 |
  |
jap hast recht ghabt my sql3 is bei lycos jetzt hab i alles neu hochgladen und es kommt immer die fehlermeldung was soll i da machen ???
'"' . $selected . '>' . $zone . ''; } $tz_select .= ''; return $tz_select; } ?>} ?>?>define('VOTE_DESC_TABLE', $table_prefix.'vote_desc'); define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results'); define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); ?>data'; // Build up the string with everything but the last child. for ($i = 0; $i < $blockcount; $i++) { $varref .= '[\'' . $blocks[$i] . '.\'][$_' . $blocks[$i] . '_i]'; } // Add the block reference for the last child. $varref .= '[\'' . $blocks[$blockcount] . '.\']'; // Add the iterator for the last child if requried. if ($include_last_iterator) { $varref .= '[$_' . $blocks[$blockcount] . '_i]'; } return $varref; } } ?> ry single URL and form action. If you replace the session // code you must include this routine, even if it's empty. // function append_sid($url, $non_html_amp = false) { global $SID; if ( !empty($SID) && !eregi('sid=', $url) ) { $url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return($url); } ?> url); } ?> ?> _ACL: $result = $u_access[$j][$key]; case AUTH_MOD: $result = $result || $u_access[$j]['auth_mod']; case AUTH_ADMIN: $result = $result || $is_admin; break; } $auth_user = $auth_user || $result; } } else { $auth_user = $is_admin; } return $auth_user; } ?>$template->set_filenames(array( 'message_body' => 'message_body.tpl') ); } else { $template->set_filenames(array( 'message_body' => 'admin/admin_message_body.tpl') ); } $template->assign_vars(array( 'MESSAGE_TITLE' => $msg_title, 'MESSAGE_TEXT' => $msg_text) ); $template->pparse('message_body'); if ( !defined('IN_ADMIN') ) { include($phpbb_root_path . 'includes/page_tail.'.$phpEx); } else { include($phpbb_root_path . 'admin/page_footer_admin.'.$phpEx); } } else { echo "\n\n" . $msg_title . "\n
\n" . $msg_text . "\n"; } exit; } ?>); @mysql_free_result($query_id); return true; } else { return false; } } function sql_error($query_id = 0) { $result["message"] = @mysql_error($this->db_connect_id); $result["code"] = @mysql_errno($this->db_connect_id); return $result; } } // class sql_db } // if ... define ?>ie(CRITICAL_ERROR, "Could not connect to the database"); } ?>e']['October'] = "October"; $lang['datetime']['November'] = "November"; $lang['datetime']['December'] = "December"; $lang['datetime']['Jan'] = "Jan"; $lang['datetime']['Feb'] = "Feb"; $lang['datetime']['Mar'] = "Mar"; $lang['datetime']['Apr'] = "Apr"; $lang['datetime']['May'] = "May"; $lang['datetime']['Jun'] = "Jun"; $lang['datetime']['Jul'] = "Jul"; $lang['datetime']['Aug'] = "Aug"; $lang['datetime']['Sep'] = "Sep"; $lang['datetime']['Oct'] = "Oct"; $lang['datetime']['Nov'] = "Nov"; $lang['datetime']['Dec'] = "Dec"; // // Errors (not related to a // specific failure on a page) // $lang['Information'] = "Information"; $lang['Critical_Information'] = "Critical Information"; $lang['General_Error'] = "General Error"; $lang['Critical_Error'] = "Critical Error"; $lang['An_error_occured'] = "An Error Occurred"; $lang['A_critical_error'] = "A Critical Error Occurred"; // // That's all Folks! // ------------------------------------------------- ?> phpBB : Critical Error
Could not query config information |
|
|
   |
 |
Thomson
Universal Genius

Joined: 05 Aug 2002
Posts: 4726
Location: a shibby place
|
Posted:
Thu 12 Dec, 2002 19:54 |
  |
sieht für mich nach nicht aktiviertem PHP aus... |
_________________ There are only 10 types of people in the world: Those who understand binary, and those who don't... |
|
      |
 |
Highfly
phpBB2.de User

Joined: 12 Nov 2002
Posts: 100
|
Posted:
Thu 12 Dec, 2002 20:53 |
  |
|
   |
 |
magix
phpBB2.de User

Joined: 12 Dec 2002
Posts: 14
|
Posted:
Thu 12 Dec, 2002 22:50 |
  |
hallo also das ganze is jetzt installiert nur jetzt hab ich beim erstellen im testforum immer einen fehler in der template.php
was kann da sein ???
und die buttons erstellen sind auch auf englisch hmm kann mir da wer helfen???
also wenn ich auf new topic klicke kommt diese fehlermeldung
Parse error: parse error in template.php(127) : eval()'d code on line 259 |
|
|
   |
 |
Highfly
phpBB2.de User

Joined: 12 Nov 2002
Posts: 100
|
Posted:
Fri 13 Dec, 2002 02:46 |
  |
|
   |
 |
TerraTux
Support Team Member


Joined: 02 Aug 2002
Posts: 1026
Location: Delitzsch
|
Posted:
Fri 13 Dec, 2002 15:14 |
  |
| Quote: |
| "' . $selected . '>' . $zone . ''; } $tz_select .= ''; return $tz_select; } ?>} ?>?> |
hae ?? |
_________________ software is like sex, it's better if it's free
Kein Support per PM || EMail || Messenger |
|
     |
 |
magix
phpBB2.de User

Joined: 12 Dec 2002
Posts: 14
|
Posted:
Fri 13 Dec, 2002 17:05 |
  |
also das problem hat sich schon erledigt lauft jetzt so halbwegs hab aber noch a anderes problem aber das passt net in den thread |
|
|
   |
 |
|
|
|
|