Author Topic: Templates werden nicht angezeigt  (Read 22631 times)

0 Members and 1 Guest are viewing this topic.

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Templates werden nicht angezeigt
« on: August 11, 2005, 09:39:27 PM »
Hallo,

meine Seite heisst "freephotos.de.ms".

Mein Problem ist das Folgende:

Ich habe die Templates in den templates-ordner gepackt, wie es in der Anleitung beschrieben wurde.
Danach kam der Schritt, wo ich mich einloggen musste und dann anstatt default die neuen Templates auswählen musste.
Dies funktionierte aber nicht da ich immer nur default auswählen konnte.


- :( Bitte Helft mir  :( -

FreePhotos

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #1 on: August 12, 2005, 10:51:41 PM »
and you are sure you added the templete corectly.
ie.
If you have a template called gold then you need to have the files in this folder /templates/gold

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Templates werden nicht angezeigt
« Reply #2 on: August 13, 2005, 01:18:56 PM »
Yes I have.
Ive got a template named "revolution" and one named "4greens". They are in the same directory like default.
Like this: /4images/templates/revolution

If you want, I can give you the admin-rights maybee you can see the problem then.

FreePhotos
-------------------------------------------------------------
I'm 12 years old and from Germany, so excuse my bad english...

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Templates werden nicht angezeigt
« Reply #3 on: August 13, 2005, 01:25:14 PM »
in a first step show us the URL

vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


TheOracle

  • Guest
Re: Templates werden nicht angezeigt
« Reply #4 on: August 13, 2005, 01:36:08 PM »
And if it requires auth, please provide a test user account in order to look deeper in the problem.

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #5 on: August 13, 2005, 10:27:36 PM »
<HTML>
<BODY bgcolor="#FFE4C4"></BODY>
<P>Hello,<P></P>
<BR></BR>
<P>I made a test- account and I will send the password<P></P>
<P>The url is <P><a href="http://www.freephotos.de.ms/">FreePhotos</P></A>

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #6 on: August 13, 2005, 10:30:08 PM »
Hello,
I made a test- account and I will send the password
The url is http://www.freephotos.de.ms/
         
          A
Sorry   I    :mrgreen:

FreePhotos

TheOracle

  • Guest
Re: Templates werden nicht angezeigt
« Reply #7 on: August 13, 2005, 10:35:04 PM »
The way I see this, it is a simple missed configuration check-up from your ACP - > Settings and choose your : "Revolution" template.

Should be that easy. 8)

Now, if you'll excuse me, I have a MOD to build.  :mrgreen:

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #8 on: August 13, 2005, 10:51:15 PM »
If I go to my ACP and then to settings theres  a field named Select template (Template Ordner wählen) on the right side of it is an field, where I can select the template, but the only thing I can select is "default"!

 :cry: Please help me  :cry:
 

TheOracle

  • Guest
Re: Templates werden nicht angezeigt
« Reply #9 on: August 13, 2005, 11:00:54 PM »
If the revolution template is entirely uploaded like the following :

- templates/revolution

from your FTP / CPanel, are you sure you have set the proper CHMOD permissions on your folder ? That might simply be it. In the mean time, assure that all the contents inside of that folder were uploaded successfully. ;)

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #10 on: August 13, 2005, 11:10:11 PM »
Templates:

4greens CHMOD is setted
revolution CHMOD isn't setted
default CHMOD is setted

Revolution isn't setted.
4greens is setted, but it isn't working, too.  :?:

TheOracle

  • Guest
Re: Templates werden nicht angezeigt
« Reply #11 on: August 13, 2005, 11:11:34 PM »
Then, it's becoming more clear that it might be a server side issue. ;)

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #12 on: August 13, 2005, 11:12:03 PM »
The strukture of the templates is O.K.    :|

Offline Freephotos

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Templates werden nicht angezeigt
« Reply #13 on: August 13, 2005, 11:13:27 PM »
Can you explain, what shall I do?

TheOracle

  • Guest
Re: Templates werden nicht angezeigt
« Reply #14 on: August 13, 2005, 11:16:32 PM »
In that case, in your global.php file,

find - either :

Quote

//error_reporting(E_ERROR | E_WARNING | E_PARSE);


or :

Code: [Select]

//error_reporting(E_ALL);


replace with :

Code: [Select]

error_reporting(E_ALL);


Then, save the file and re-load your site again. You should see some debug messages at the top of your site. If so, please post them here, I will take a look at it.