Changes between Version 15 and Version 16 of FAQ


Ignore:
Timestamp:
Oct 3, 2007 7:45:15 PM (6 years ago)
Author:
maestrofjp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v15 v16  
    4040 
    4141{{{ ALTER TABLE identities ADD `html_signature` tinyint( 1 ) NOT NULL default '0'; }}} 
     42 
     43== I uploaded an attachment, why does it not attach? == 
     44The attachment size is probably exceeds the LimitRequestBody directive set in your /etc/httpd/conf.d/php.conf file.  Increase the limit and it should work.