Error On Starting Page »  Show posts from    to     

Icy Phoenix


Old Support Topics - Error On Starting Page



ubhi [ Thu 28 Jun, 2007 14:39 ]
Post subject: Error On Starting Page
Warning: fopen(logs/digests_20070628.txt) [function.fopen]: failed to open stream: Permission denied in /home/gharana/public_html/mail_digests.php on line 608

Warning: fwrite(): supplied argument is not a valid stream resource in /home/gharana/public_html/mail_digests.php on line 609

Warning: fclose(): supplied argument is not a valid stream resource in /home/gharana/public_html/mail_digests.php on line 610


jz [ Thu 28 Jun, 2007 14:42 ]
Post subject: Re: Error On Starting Page
Apply the correct permissions :!:


ubhi [ Thu 28 Jun, 2007 14:44 ]
Post subject: Re: Error On Starting Page
jz wrote: [View Post]
Apply the correct permissions :!:



what is that


jz [ Thu 28 Jun, 2007 14:51 ]
Post subject: Re: Error On Starting Page
Set the permissions to CHMOD 777 to the following files and folders:

Set the permissions to CHMOD 777 to the following files and folders:
cache/
ctracker/logfiles/logfile_attempt_counter.txt
ctracker/logfiles/logfile_blocklist.txt
ctracker/logfiles/logfile_debug_mode.txt
ctracker/logfiles/logfile_malformed_logins.txt
ctracker/logfiles/logfile_spammer.txt
ctracker/logfiles/logfile_worms.txt
files/
files/album/
files/album/cache/
files/album/med_cache/
files/album/wm_cache/
files/posted_images/
files/thumbs/
images/avatars/
logs/
pafiledb/uploads/
pafiledb/cache/
pafiledb/cache/templates/
pafiledb/cache/templates/ca_aphrodite/
pafiledb/cache/templates/mg_themes/


Set the permissions to CHMOD 666 to the following files:

includes/def_themes.php
includes/def_tree.php
includes/def_words.php
language/lang_*/lang_extend.php


ubhi [ Thu 28 Jun, 2007 15:00 ]
Post subject: Re: Error On Starting Page
jz wrote: [View Post]
Set the permissions to CHMOD 777 to the following files and folders:

Set the permissions to CHMOD 777 to the following files and folders:
cache/
ctracker/logfiles/logfile_attempt_counter.txt
ctracker/logfiles/logfile_blocklist.txt
ctracker/logfiles/logfile_debug_mode.txt
ctracker/logfiles/logfile_malformed_logins.txt
ctracker/logfiles/logfile_spammer.txt
ctracker/logfiles/logfile_worms.txt
files/
files/album/
files/album/cache/
files/album/med_cache/
files/album/wm_cache/
files/posted_images/
files/thumbs/
images/avatars/
logs/
pafiledb/uploads/
pafiledb/cache/
pafiledb/cache/templates/
pafiledb/cache/templates/ca_aphrodite/
pafiledb/cache/templates/mg_themes/


Set the permissions to CHMOD 666 to the following files:

includes/def_themes.php
includes/def_tree.php
includes/def_words.php
language/lang_*/lang_extend.php




thanks but these are already set.


Mighty Gorgon [ Fri 29 Jun, 2007 01:34 ]
Post subject: Re: Error On Starting Page
OPEN mail_digests.php
FIND AND REMOVE
Code: [Hide] [Select]
// MG Digests LOG - BEGIN
//echo($summary_content);
$datecode = date('Ymd');
$logs_path = !empty($board_config['logs_path']) ? $board_config['logs_path'] : 'logs';
$logdigests = $logs_path . '/digests_' . $datecode . '.txt';
$date = date('Y/m/d - H:i:s');
$log_message = '[' . $date . ']' . $line_break . $line_break;
$log_message .= $summary_content;
$log_message .= $line_break . $line_break;
$log_message .= '________________________________________________';
$log_message .= $line_break . $line_break;
$fp = fopen($logdigests, "a+");
fwrite($fp, $log_message);
fclose($fp);
// MG Digests LOG - END


ubhi [ Sat 30 Jun, 2007 12:51 ]
Post subject: Re: Error On Starting Page
Off Topic
 Mighty Gorgon: [View Post]
OPEN mail_digests.php
FIND AND REMOVE
Code: [Hide] [Select]
// MG Digests LOG - BEGIN
//echo($summary_content);
$datecode = date('Ymd');
$logs_path = !empty($board_config['logs_path']) ? $board_config['logs_path'] : 'logs';
$logdigests = $logs_path . '/digests_' . $datecode . '.txt';
$date = date('Y/m/d - H:i:s');
$log_message = '[' . $date . ']' . $line_break . $line_break;
$log_message .= $summary_content;
$log_message .= $line_break . $line_break;
$log_message .= '________________________________________________';
$log_message .= $line_break . $line_break;
$fp = fopen($logdigests, "a+");
fwrite($fp, $log_message);
fclose($fp);
// MG Digests LOG - END
:?


Zuker [ Sat 30 Jun, 2007 14:23 ]
Post subject: Re: Error On Starting Page
:? works?




Powered by Icy Phoenix