phpBB2.de Forum Index  
[netclusive - internet broadcasting]
 FAQ  •  Search  •  Download  •  Bookmarks  •  Memberlist  •  Usergroups   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 
        
 
        
 

LinkLift

View next topic
View previous topic

This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
Author Message
magix
phpBB2.de User
phpBB2.de User



Joined: 12 Dec 2002
Posts: 14

PostPosted: Thu 12 Dec, 2002 00:54 Reply with quoteBack to top 

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
OfflineView user's profileSend private message
Google







Posted: Back to top

Highfly
phpBB2.de User
phpBB2.de User



Joined: 12 Nov 2002
Posts: 100

PostPosted: Thu 12 Dec, 2002 02:28 Reply with quoteBack to top 

Hiho,

bist Du Dir sicher das bei Tripod eine Mysql Datenbank mit der Version 4 läuft ????

Würde mich echt wundern.

_________________
Gruß Highfly

Linklist Mod
http://www.phpbb2.de/phpBB/viewtopic.php?t=1790

http://www.corpsofdeath.org/board/
OfflineView user's profileSend private message
magix
phpBB2.de User
phpBB2.de User



Joined: 12 Dec 2002
Posts: 14

PostPosted: Thu 12 Dec, 2002 19:16 Reply with quoteBack to top 

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
OfflineView user's profileSend private message
Thomson
Universal Genius



Joined: 05 Aug 2002
Posts: 4726
Location: a shibby place

PostPosted: Thu 12 Dec, 2002 19:54 Reply with quoteBack to top 

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...
OfflineView user's profileSend private messageSend e-mailVisit poster's websiteICQ Number
Highfly
phpBB2.de User
phpBB2.de User



Joined: 12 Nov 2002
Posts: 100

PostPosted: Thu 12 Dec, 2002 20:53 Reply with quoteBack to top 

Jo der Meinung bin ich auch, sieht so aus als ob jemand das php abgeschaltet hat.

_________________
Gruß Highfly

Linklist Mod
http://www.phpbb2.de/phpBB/viewtopic.php?t=1790

http://www.corpsofdeath.org/board/
OfflineView user's profileSend private message
magix
phpBB2.de User
phpBB2.de User



Joined: 12 Dec 2002
Posts: 14

PostPosted: Thu 12 Dec, 2002 22:50 Reply with quoteBack to top 

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
OfflineView user's profileSend private message
Highfly
phpBB2.de User
phpBB2.de User



Joined: 12 Nov 2002
Posts: 100

PostPosted: Fri 13 Dec, 2002 02:46 Reply with quoteBack to top 

Erstellen heisst was ???

Im ACP ein neues Forum oder einen Post im Testforum ???

_________________
Gruß Highfly

Linklist Mod
http://www.phpbb2.de/phpBB/viewtopic.php?t=1790

http://www.corpsofdeath.org/board/
OfflineView user's profileSend private message
TerraTux
Support Team Member
Support Team Member



Joined: 02 Aug 2002
Posts: 1026
Location: Delitzsch

PostPosted: Fri 13 Dec, 2002 15:14 Reply with quoteBack to top 

Quote:
"' . $selected . '>' . $zone . ''; } $tz_select .= ''; return $tz_select; } ?>} ?>?>


hae ??

_________________
software is like sex, it's better if it's free
Image
Kein Support per PM || EMail || Messenger
OfflineView user's profileSend private messageVisit poster's websiteICQ Number
magix
phpBB2.de User
phpBB2.de User



Joined: 12 Dec 2002
Posts: 14

PostPosted: Fri 13 Dec, 2002 17:05 Reply with quoteBack to top 

also das problem hat sich schon erledigt lauft jetzt so halbwegs hab aber noch a anderes problem aber das passt net in den thread
OfflineView user's profileSend private message
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Similar Topics
Topic Author Forum Replies Posted
//Pictures: hack by DENZO - Code Erro... KitingForum phpBB2.x - MOD Support 2 Tue 02 Dec, 2008 07:47 View latest post
login error adsefhr Support Forum 0 Sun 12 Oct, 2008 06:36 View latest post
Critical Error nach Serverumzug Teejay Installation / Upgrade 9 Fri 10 Oct, 2008 20:36 View latest post
small install error ionetz Support Forum 1 Sun 14 Sep, 2008 13:34 View latest post
Error template config file Patrick1987 phpBB2.x - Support 4 Wed 23 Jul, 2008 01:40 View latest post