Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kontaktai.php
Parašė KevinC· 2012 Sau. 15 21:01:45
#1
Gal galite padėti bandžiau darytis kontaktai.php failiuką ir įmetus ir rašant
www.manosaitas.lt/kontaktai.php išmeta errorą
Fatal error: Call to undefined function opentable() in /home/aves/domains/themusic.tt.lt/public_html/kontaktai.php on line 21
Štai kodas gal padėsit pasidaryti? Reiktų pritaikyt ant v6 ;)
<?php
/*-------------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: downloads.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
opentable ("Kontaktai");
echo "Su mumis galite susisiekti šiais būdais:
<br><br>
Parašę privačią žinutę vartotojui <a href='".BASEDIR."http://bumsas.tt.lt/profile.php?lookup=1'><b>Mindaugas</b></a>,<br>
El. paštu: <b>avesas3@gmail.com</b>,<br>
Per Skype: <b>electro.kid1</b>.";
closetable();
?>
Parašė SofteriZ· 2012 Sau. 15 21:01:52
#2
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: downloads.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
opentable ("Kontaktai");
echo "Su mumis galite susisiekti šiais būdais:
<br><br>
Parašę privačią žinutę vartotojui <a href='".BASEDIR."http://bumsas.tt.lt/profile.php?lookup=1'><b>Mindaugas</b></a>,<br>
El. paštu: <b>avesas3@gmail.com</b>,<br>
Per Skype: <b>electro.kid1</b>.";
closetable();
require_once THEMES."templates/footer.php";
?>
Redagavo SofteriZ· 2012 Sau. 15 21:01:01
Parašė KevinC· 2012 Sau. 15 21:01:08
#3
Kažkur klaida nes meta errorą
Fatal error: require_once() [function.require]: Failed opening required 'themes/templates/header.php' (include_path='.:/usr/local/lib/php') in /home/aves/domains/themusic.tt.lt/public_html/kontaktai.php on line 36 ?|
Parašė SofteriZ· 2012 Sau. 15 22:01:00
#4
Kokią
PHP-Fusion versiją naudoji?
Parašė KevinC· 2012 Sau. 15 22:01:15
#5
v6 man reikia, kad būtų. :)
Parašė SofteriZ· 2012 Sau. 15 22:01:02
#6
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: downloads.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable ("Kontaktai");
echo "Su mumis galite susisiekti šiais būdais:
<br><br>
Parašę privačią žinutę vartotojui <a href='".BASEDIR."http://bumsas.tt.lt/profile.php?lookup=1'><b>Mindaugas</b></a>,<br>
El. paštu: <b>avesas3@gmail.com</b>,<br>
Per Skype: <b>electro.kid1</b>.";
closetable();
require_once "side_right.php";
require_once "footer.php";
?>
Parašė KevinC· 2012 Sau. 15 22:01:31
#7
Ačiū, viskas kuo puikiausiai veikia. ;)