Author Topic: Joe.Emre  (Read 8961 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe.Emre
« on: August 25, 2002, 04:20:12 PM »
Hallo erstmal ein big Kompliment an dein oder euren script ist echt klasse!:)
vollgendes problem habe ich es kommt immer eine fehler meldung aber kannst ja mal selber schauen! würde mich freuen wenn mir geholfen wird:)
http://www.joeemre.de/4images/index.php




Mfg
Joe.Emre

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Joe.Emre
« Reply #1 on: August 25, 2002, 04:45:54 PM »
Wie die Fehlermeldung sagt:
Code: [Select]
output started at /home/www/htdocs/joeemre.de/4images/index.php:3Wird bei Dir in der index.php in Zeile 3 irgendetwas ausgegeben. Schau mal nach was dort los ist...

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe.Emre
« Reply #2 on: August 25, 2002, 05:04:46 PM »
man bist du schnell !:) das nehn ich Service!;)
also
Code: [Select]
*                                                                        *
 *************************************************************************/
$templates_used = 'home,category_bit,whos_online,thumbnail_bit';
$main_template = 'home';

define('GET_CACHES', 1);
define('ROOT_PATH', './');
define('GET_USER_ONLINE', 1);
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();

if (isset($HTTP_GET_VARS['template']) || isset($HTTP_POST_VARS['template'])) {
  $template = (isset($HTTP_GET_VARS['template'])) ? stripslashes(trim($HTTP_GET_VARS['template'])) : stripslashes(trim($HTTP_POST_VARS['template']));
  if (!file_exists(TEMPLATE_PATH."/".$template.".".$site_template->template_extension)) {
    $template = "";

Und was oder wo muss ich was ändern?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Joe.Emre
« Reply #3 on: August 25, 2002, 05:54:00 PM »
Nee, Zeile 3 ist oben im Copyright-Header. Auf jeden Fall sollte vor <?php nicht sein sein (Leerzeilen, Leerzeichen etc.).

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe
« Reply #4 on: August 25, 2002, 06:36:02 PM »
meinest du das?
Code: [Select]
<body bgcolor="#666666">
<?php                <----------------------DAS DA?
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File&#58; index.php                                            *
 *        Copyright&#58; &#40;C&#41; 2002 Jan Sorgalla                                *
 *            Email&#58; jan@4homepages.de                                    *
 *              Web&#58; http&#58;//www.4homepages.de                             *
 *    Scriptversion&#58; 1.6.1                                                *
 *                                                                        *
 *    Never released without support from&#58; Nicky &#40;http&#58;//www.nicky.net&#41;   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen &#40;Lizenz.txt&#41; für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    &#40;Licence.txt&#41; for further information.                              *
 *                                                                        *
 *************************************************************************/
$templates_used 'home,category_bit,whos_online,thumbnail_bit';
$main_template 'home';

define&#40;'GET_CACHES', 1&#41;;
was soll ich da machen JAN?:)



Mfg
Joe.Emre

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Joe.Emre
« Reply #5 on: August 25, 2002, 06:37:45 PM »
Nein das:
Code: [Select]
<body bgcolor="#666666">
Löschen!

Hoffentlich öffnest Du php Scripts nicht mit irgendeinem HTML-Editor wie Dreamweaver oder Frontpage ;)

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe
« Reply #6 on: August 25, 2002, 06:45:11 PM »
Oh man Jan! du bist ja schneller als die Polizei erlaubt! :lol:  :lol:
 8O "hust keuch" 8O  ja ich arbeite mit Dreamweaver!!!!!!! ist das schlimm?wenn ja warum ? :D






Mfg
Joe.Emre

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe
« Reply #7 on: August 25, 2002, 06:52:24 PM »
Vielen Dank Jan das war super nett von dir,hat funzt  :D
ja ich arbeite mit Dreamweaver!!!!!!! ist das schlimm?wenn ja warum ? :)

Offline Joe.Emre

  • Newbie
  • *
  • Posts: 18
    • View Profile
Joe
« Reply #8 on: August 25, 2002, 06:59:25 PM »
8) Yo hab verstanden ok :lol: