Search found 5 matches

by rthonly2001
Mon Jan 14, 2013 4:43 pm
Forum: General discussions
Topic: Reference needed to New entry
Replies: 5
Views: 4736

Re: Reference needed to New entry

Good I'm glad you planned to add such a feature, that will be very helpful for the admin in charge to revise or active the articles.
Meanwhile since I really need that feature,I was thinking to pass the article ID number to the email but there is no ID displayed until the post it's submitted. Would ...
by rthonly2001
Mon Jan 14, 2013 5:43 am
Forum: General discussions
Topic: Reference needed to New entry
Replies: 5
Views: 4736

Reference needed to New entry

Hi
How can I get a reference to a new posted entry?
Let me explain what i mean by my request, lets pretend to follow the process;
1.- A user post a New question or FAQ
2.- phpMyFAQ sents me a email notification like this
"There's a new entry in the FAQ! Please check the admin section!"
websitename ...
by rthonly2001
Sat Jan 12, 2013 9:53 pm
Forum: Webserver and configuration
Topic: What's the Maximun file size allowed for uploads?
Replies: 5
Views: 34821

Re: What's the Maximun file size allowed for uploads?

No I didn't, but now that you mention it I'll check;
This was on my ini.php
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
now I changed it to;
; Maximum size of POST data that PHP will accept.
post_max_size = 200M
And tried again with a 12MB file and this time did worked ...
by rthonly2001
Fri Jan 11, 2013 11:50 pm
Forum: Webserver and configuration
Topic: What's the Maximun file size allowed for uploads?
Replies: 5
Views: 34821

Re: What's the Maximun file size allowed for uploads?

Ok if 2GB is the max file size upload, why is 12mb not loading since I've have modified my ini.php to 200mb. Is there some more setting to change?

Code: Select all

; Maximum allowed size for uploaded files. Default upload_max_filesize = 2M
upload_max_filesize = 200M
Roland
by rthonly2001
Fri Jan 11, 2013 5:49 pm
Forum: Webserver and configuration
Topic: What's the Maximun file size allowed for uploads?
Replies: 5
Views: 34821

What's the Maximun file size allowed for uploads?

Hi, newbie in php and phpMyFAQ like to know what's the maximum file size allowed for uploads on embedded media?
So far I was able to modify my ini.php to 20mb and I was able to upload files as big as 7mb but I tried 12mb and 17mb and didn't work. So I'm thinking there must be a limit somewhere other ...