Niewyświetlanie thema po instalacji
|
kry-cha |
Dodany dnia 17.02.2010 21:46:55
|
Przedszkolak
Postów: 13 Ostrzeżeń: 2
Data rejestracji: 17.02.2010 15:10
|
Witam,
Zainstalowałem sobie wersje php-fusion 6.0.204 i do tego znalazłem thema fajnego, a mianowicie z tej strony:
http://fusion-the...php?id=665
Po zainstalowaniu go i zaakceptowaniu wyswietla mi się coś takiego, co może być błedem i jak go wyeliminować? Prosze o wasze zdanie, z góry dzięki
Warning: main(../includes/theme_functions_include.php) [function.main]: failed to open stream: No such file or directory in /home/kuchar/public_html/themes/SoccerTheme/theme.php on line 3
Fatal error: main() [function.require]: Failed opening required '../includes/theme_functions_include.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kuchar/public_html/themes/SoccerTheme/theme.php on line 3
PW od moderatora:
- Zmiana nazwy tematu - Chemikpil 17.02 - 22:18
Edytowane przez Pieka dnia 21.02.2010 12:18:32
|
|
|
|
Wścibski Gość |
Dodany dnia 24.11.2024 17:39:28
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
krystian1988 |
Dodany dnia 18.02.2010 07:12:32
|
Zaawansowany
Postów: 1187 Pomógł: 100
v7.02.07 Data rejestracji: 07.05.2009 17:37
|
Błąd jest w tym przekierowaniu w skórce Twojej. Usuń tą linijkę:
require_once INCLUDES."theme_functions_include.php"; i zobacz czy działa.
BRAK STOPKI = BRAK POMOCY NA SUPPORCIE.PRZECZYTAJ:
Regulamin Supportu Nie pomagam na PW!!!
|
|
|
|
kry-cha |
Dodany dnia 18.02.2010 19:02:37
|
Przedszkolak
Postów: 13 Ostrzeżeń: 2
Data rejestracji: 17.02.2010 15:10
|
Dzieki usunalem cale 3 linijki i działa, mam jeszcze mały problem w tym themie, ale to zauwazylem ze w wielu jest...
A mianowicie, podczas klikniecia na komentarze wyswietla mi blad:
Fatal error: Call to undefined function: openform() in /home/kuchar/public_html/themes/SoccerTheme/theme.php on line 83
Wiesz moze o co chodzi? |
|
|
|
kibel |
Dodany dnia 18.02.2010 20:47:00
|
Początkujący
Postów: 157 Pomógł: 8 Ostrzeżeń: 2
Data rejestracji: 01.02.2010 18:02
ZBANOWANY: Dożywotnio
|
Jak sama nazwa wskazuje błąd jest na linii 83 w pliku theme.php
Kliknij jeśli pomogłem.
Bo życie uczy nas myślenia.
|
|
|
|
kry-cha |
Dodany dnia 18.02.2010 22:05:53
|
Przedszkolak
Postów: 13 Ostrzeżeń: 2
Data rejestracji: 17.02.2010 15:10
|
Ale jak go poprawić? |
|
|
|
kibel |
Dodany dnia 18.02.2010 22:23:38
|
Początkujący
Postów: 157 Pomógł: 8 Ostrzeżeń: 2
Data rejestracji: 01.02.2010 18:02
ZBANOWANY: Dożywotnio
|
Podaj kod thema.
Kliknij jeśli pomogłem.
Bo życie uczy nas myślenia.
|
|
|
|
kry-cha |
Dodany dnia 19.02.2010 06:41:29
|
Przedszkolak
Postów: 13 Ostrzeżeń: 2
Data rejestracji: 17.02.2010 15:10
|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "820";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<center><img src='".THEME."images/header.jpg'></center>";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td height='29' background='".THEME."images/fbc.gif' align='center' class='footer'>".stripslashes($settings['footer'])."
<a href='http://www.php-fusion.co.uk/' target='_blank'>PHP fusion</a> | BY ADRIANO<br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td background='".THEME."images/sbc.jpg' height='31' class='scapmain'> $title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
|
|
|
|
kibel |
Dodany dnia 19.02.2010 10:54:48
|
Początkujący
Postów: 157 Pomógł: 8 Ostrzeżeń: 2
Data rejestracji: 01.02.2010 18:02
ZBANOWANY: Dożywotnio
|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "820";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<center><img src='".THEME."images/header.jpg'></center>";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td height='29' background='".THEME."images/fbc.gif' align='center' class='footer'>".stripslashes($settings['footer'])."
<a href='http://www.php-fusion.co.uk/' target='_blank'>PHP fusion</a> | BY ADRIANO<br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td background='".THEME."images/sbc.jpg' height='31' class='scapmain'> $title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Zobacz czy działa.
Kliknij jeśli pomogłem.
Bo życie uczy nas myślenia.
|
|
|
|
kry-cha |
Dodany dnia 21.02.2010 11:54:47
|
Przedszkolak
Postów: 13 Ostrzeżeń: 2
Data rejestracji: 17.02.2010 15:10
|
Dzieki za pomoc!
Edytowane przez Pieka dnia 21.02.2010 12:19:10
|
|
|