Author Topic: still problem...  (Read 15552 times)

0 Members and 1 Guest are viewing this topic.

Offline Killerinstinkt

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://www.anime-generation.com
still problem...
« Reply #15 on: May 04, 2003, 06:13:21 PM »
I had the same problem and now I have managed to fix it but look at this: Warning: Cannot modify header information - headers already sent by (output started at /home/www/n4a446/html/www/4images/config.php:36) in /home/www/n4a446/html/www/4images/includes/sessions.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/www/n4a446/html/www/4images/config.php:36) in /home/www/n4a446/html/www/4images/includes/sessions.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/www/n4a446/html/www/4images/config.php:36) in /home/www/n4a446/html/www/4images/includes/sessions.php on line 85

What can I do?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
still problem...
« Reply #16 on: May 04, 2003, 06:15:53 PM »
Quote from: Killerinstinkt
What can I do?

check out FAQ  :roll:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

andersen

  • Guest
still problem...
« Reply #17 on: May 04, 2003, 06:20:44 PM »
Killerinstinkt~

you didn't follow the /doc/installation.txt care fully.

you have to set permissions for the following directories

chmod 777 "data"
chmod 777 "data/database"
chmod 777 "data/media"
chmod 777 "data/thumbnails"
chmod 777 "data/tmp_media"
chmod 777 "data/tmp_thumbnails"
chmod 777 "templates"
chmod 777 "templates/default"
chmod 777 "templates/default/media"

And also set permissions for the following files:

chmod 666 all files in the directory "templates/default"
chmod 666 all files in the directory "templates/default/media"

Offline Killerinstinkt

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://www.anime-generation.com
still problem...
« Reply #18 on: May 04, 2003, 07:20:48 PM »
Thank you. I thought that I have to set some CHMODS but I didn't have the installation.txt. So I couldn't know this.  :cry:

hm, I have changed it but now it don't have access to a file:

Template Error: Couldn't open Template ./templates/default/whos_online.html

andersen

  • Guest
still problem...
« Reply #19 on: May 05, 2003, 06:41:49 AM »
Did you set the /templates/default/*.* all files with 666?

sure you still have some own mistake on it.

Offline Killerinstinkt

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://www.anime-generation.com
still problem...
« Reply #20 on: May 05, 2003, 06:19:08 PM »
Yes all files are with 666 and I didn't changed any files of the script.