FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » post attachments don't work
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: post attachments don't work [message #32347 is a reply to message #32338] Wed, 21 June 2006 18:34 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
var_dump() dumps the data to screen not to the error log, so you won't find it inside the log file. If you want to write to a file, do something like this:
<?php
$fp 
fopen("log_file""a");
fwrite($fpvar_export($variabletrue));
fclose($fp);
?>


attach.inc.t is a "source" file, the file that actually runs is a the compiled file "attach.inc", so after editing attach.inc.t you need to go into the theme editor and rebuild the theme.

From the last run we know files are being uploaded, but the forum cannot seem to download them? You may want to check the "referer upload check option" in the forum settings and turn it off if it is enabled. Also, you may want to add debug code to getfile.php.t which is responsible for the actual file download.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Trouble with TestFORUM in new eGroupware install
Next Topic: Error message
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Sep 28 20:49:23 GMT 2024

Total time taken to generate the page: 0.06736 seconds