Author |
Message |
06/10/2004 12:18:24
|
dawg
Newbie
Joined: 06/10/2004 12:14:35
Messages: 1
Offline
|
Hallo Forum Users
Beim einbinden von einer Grafik erhalte ich folgende Fehlermeldung
Warning: unlink(index.html): Operation not permitted in /usr/local/pem/vhosts/12762/webspace/httpdocs/Gaestebuch/lib/add.class.php on line 80
Warning: exec,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,system,set_time_limit,apache_note,apache_setenv,closelog,debugger_off,debugger_on,define_syslog_variables,openlog,syslog,popen,pclose() has been disabled for security reasons in /usr/local/pem/vhosts/12762/webspace/httpdocs/Gaestebuch/lib/image.class.php on line 83
Was hat das zu bedeuten ?
bzw Welche Infos benötigt Ihr um mir hier wirklich weiterzuhelfen
Dane schon mal im vorraus
Gruss
Dawg
|
|
06/10/2004 13:02:43
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Prüfen Sie die Erlaubnis auf tmp und public Verzeichnisse (Ordner). Sie sollten an 777 gesetzt werden.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
11/10/2004 20:32:19
|
Anonymous
|
Hi,
ich bekomme folgende Fehlermeldung (teste das ganze erstmal auf einem Lokalen Server --> Localhost):
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'host' (11001) in C:\apachefriends\xampp\htdocs\forum\admin\lib\mysql.class.php on line 30
Connection Error
--------------------------------------------------------------------------------
MySQL Error : Connection Error
Error Number: 0
Date : 11 Oct 2004 20:29
IP : 127.0.0.1
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Referer : http://localhost/forum/
PHP Version : 5.0.2
OS : WINNT
Server : Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7d PHP/5.0.2
Server Name : localhost
Woran kann das liegen?
Vielen Dank im Voraus!
Grüße,
BlackVoltage
|
|
11/10/2004 20:36:15
|
Anonymous
|
Achso muss noch sagen verwende:
## Mod Title: Advanced GuestBook for phpBB
## Mod Version: 2.4.0
Oder bin ich da etwa im falschen Forum?!
|
|
11/10/2004 20:43:42
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Prüfen Sie Ihre config Akte. Es soll sagen
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
11/10/2004 21:30:48
|
Anonymous
|
which config file do you mean? unfortunately I´m not able to find such an entry in my phpbb config.php or the "book_config" from the sql databank
|
|
11/10/2004 21:32:32
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
In guestbook directory. admin/config.inc.php.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
11/10/2004 21:51:38
|
Anonymous
|
Thank you very much now it works ... there are only the buttons for "sign the questbook" missing (only a red "x" instead)
|
|
11/10/2004 22:52:42
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Same file look for $BASE_URL =
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
12/10/2004 19:32:42
|
Anonymous
|
unfortunately I am not able to find that phrase:
<?php
/* database settings */
$GB_DB['host'] = 'localhost';
$GB_DB['dbName'] = 'usr_XXX';
$GB_DB['user'] = 'XXX';
$GB_DB['pass'] = 'XXX';
/* tables */
$GB_TBL['data'] = 'book_data';
$GB_TBL['auth'] = 'book_auth';
$GB_TBL['cfg'] = 'book_config';
$GB_TBL['com'] = 'book_com';
$GB_TBL['ip'] = 'book_ip';
$GB_TBL['words'] = 'book_words';
$GB_TBL['ban'] = 'book_ban';
$GB_TBL['priv'] = 'book_private';
$GB_TBL['smile'] = 'book_smilies';
$GB_TBL['pics'] = 'book_pics';
/* guestbook pages */
$GB_PG['index'] = 'guestbook.php';
$GB_PG['admin'] = 'admin.php';
$GB_PG['comment'] = 'comment.php';
$GB_PG['addentry'] = 'addentry.php';
$GB_PG['indexforum'] = 'index.php';
/* guestbook templates */
$GB_TPL['adm_enter'] = 'admin_enter.tpl';
$GB_TPL['body'] = 'body.tpl';
$GB_TPL['entry'] = 'entry.tpl';
$GB_TPL['error'] = 'error.tpl';
$GB_TPL['form'] = 'form.tpl';
$GB_TPL['preview'] = 'preview.tpl';
$GB_TPL['prev_entry'] = 'preview_entry.tpl';
$GB_TPL['header'] = 'header.tpl';
$GB_TPL['footer'] = 'footer.tpl';
$GB_TPL['icq'] = 'icq.tpl';
$GB_TPL['url'] = 'url.tpl';
$GB_TPL['aim'] = 'aim.tpl';
$GB_TPL['com'] = 'com.tpl';
$GB_TPL['email'] = 'email.tpl';
$GB_TPL['success'] = 'success.tpl';
$GB_TPL['frm_icq'] = 'form_icq.tpl';
$GB_TPL['frm_aim'] = 'form_aim.tpl';
$GB_TPL['frm_gender'] = 'form_gender.tpl';
$GB_TPL['frm_image'] = 'form_image.tpl';
$GB_TPL['com_pass'] = 'com_pass.tpl';
$GB_TPL['com_form'] = 'comment.tpl';
$GB_TPL['image'] = 'user_pic.tpl';
/* misc */
define('IS_MODULE', false); /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */
$DB_CLASS = 'mysql.class.php';
$TEC_MAIL = 'bp135@bigfoot.com';
$GB_UPLOAD = 'public';
$GB_TMP = 'tmp';
?>
|
|
12/10/2004 19:34:19
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Email me or message me.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
12/10/2004 20:17:32
|
Anonymous
|
ok, ... I´ve just heard you are currently away ... meanwhile I´ve found the following line:
$GB_PG["base_url"] .= "/modules/$ModName";
...it´s in my "guestbook.php"
|
|
|