Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 249
Total: 250

Author Topic: smfvideo add on error  (Read 9870 times)

0 Members and 1 Guest are viewing this topic.

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
smfvideo add on error
« on: December 21, 2012, 11:47:53 am »
I am getting

"You need to enter a picture title."

whenever I try to upload a video.  I hope this is fixable.

Anyone has any ideas? Please
 :'(

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smfvideo add on error
« Reply #1 on: December 21, 2012, 12:05:59 pm »
Normally occurs due to a php upload limit but that can be changed increased.
By default I php sets it to 2mb

Here is a topic on how to change the limits if not contact hosting company and they can do it for  you
http://www.smfhacks.com/index.php/topic,3498.0.html
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #2 on: December 21, 2012, 03:50:32 pm »
Unfortunately I tried that fix.. No luck

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #3 on: December 21, 2012, 03:50:59 pm »
$30 down the drain

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smfvideo add on error
« Reply #4 on: December 21, 2012, 04:03:19 pm »
Contact your hosting provider and enter a support ticket with them and they should be able increase the limits
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #5 on: December 21, 2012, 04:16:45 pm »
I don't believe this is a limit issue but more of a code isse  :-\

this is from my error log.  It looks like it is trying to get the 'cat' value from the Get... and it is blowing up....

134:      $title = htmlspecialchars($_REQUEST['title'],ENT_QUOTES);
135:      $description = htmlspecialchars($_REQUEST['description'],ENT_QUOTES);
136:      $keywords = htmlspecialchars($_REQUEST['keywords'],ENT_QUOTES);
==>137:      $cat = (int) $_REQUEST['cat'];
138:      $userid = (int) $_REQUEST['userid'];
139:      $videofilename = '';
140:      $allowcomments = isset($_REQUEST['allowcomments']) ? 1 : 0;
141:      $sendemail = isset($_REQUEST['sendemail']) ? 1 : 0;
142:      $markmature = isset($_REQUEST['markmature']) ? 1 : 0;

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #6 on: December 21, 2012, 04:17:30 pm »
I already had my value increased by the way to no avail...

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smfvideo add on error
« Reply #7 on: December 21, 2012, 04:20:44 pm »
Post a link to a phpinfo page that will tell us what the upload limits are.
Or make a php page with this code
Code: [Select]
<?php
phpinfo
();
?>

Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #8 on: December 21, 2012, 04:25:50 pm »
upload_max_filesize   24M   24M

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #9 on: December 21, 2012, 04:27:27 pm »
also

post_max_size   32M   32M

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #10 on: December 21, 2012, 04:28:58 pm »
it is a lot of info to post... will those 2 values suffice?

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #11 on: December 21, 2012, 04:33:34 pm »
just in case here

Directive   Local Value   Master Value
allow_call_time_pass_reference   On   On
allow_url_fopen   On   On
allow_url_include   Off   Off
always_populate_raw_post_data   Off   Off
arg_separator.input   &   &
arg_separator.output   &   &
asp_tags   Off   Off
auto_append_file   no value   no value
auto_globals_jit   Off   Off
auto_prepend_file   no value   no value
browscap   no value   no value
default_charset   no value   no value
default_mimetype   text/html   text/html
define_syslog_variables   Off   Off
detect_unicode   On   On
disable_classes   no value   no value
disable_functions   no value   no value
display_errors   STDOUT   STDOUT
display_startup_errors   Off   Off
doc_root   no value   no value
docref_ext   no value   no value
docref_root   no value   no value
enable_dl   On   On
error_append_string   no value   no value
error_log   php_errorlog   php_errorlog
error_prepend_string   no value   no value
error_reporting   6133   6133
expose_php   Off   Off
extension_dir   /usr/local/php52/lib/php/extensions   /usr/local/php52/lib/php/extensions
file_uploads   On   On
highlight.bg   #FFFFFF   #FFFFFF
highlight.comment   #FF8000   #FF8000
highlight.default   #0000BB   #0000BB
highlight.html   #000000   #000000
highlight.keyword   #007700   #007700
highlight.string   #DD0000   #DD0000
html_errors   On   On
ignore_repeated_errors   On   On
ignore_repeated_source   On   On
ignore_user_abort   Off   Off
implicit_flush   Off   Off
include_path   .:/usr/local/php52/pear   .:/usr/local/php52/pear
log_errors   On   On
log_errors_max_len   1024   1024
magic_quotes_gpc   On   On
magic_quotes_runtime   Off   Off
magic_quotes_sybase   Off   Off
mail.force_extra_parameters   no value   no value
max_execution_time   45   45
max_file_uploads   20   20
max_input_nesting_level   64   64
max_input_time   45   45
memory_limit   96M   96M
open_basedir   no value   no value
output_buffering   no value   no value
output_handler   no value   no value
post_max_size   32M   32M
precision   14   14
realpath_cache_size   16K   16K
realpath_cache_ttl   120   120
register_argc_argv   Off   Off
register_globals   Off   Off
register_long_arrays   On   On
report_memleaks   On   On
report_zend_debug   On   On
safe_mode   Off   Off
safe_mode_exec_dir   no value   no value
safe_mode_gid   Off   Off
safe_mode_include_dir   no value   no value
sendmail_from   no value   no value
sendmail_path   /usr/sbin/sendmail -t -i   /usr/sbin/sendmail -t -i
serialize_precision   100   100
short_open_tag   On   On
SMTP   localhost   localhost
smtp_port   25   25
sql.safe_mode   Off   Off
track_errors   Off   Off
unserialize_callback_func   no value   no value
upload_max_filesize   24M   24M
upload_tmp_dir   no value   no value
user_dir   no value   no value
variables_order   GPCS   GPCS
xmlrpc_error_number   0   0
xmlrpc_errors   Off   Off
y2k_compliance   On   On
zend.ze1_compatibility_mode   Off   Off

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smfvideo add on error
« Reply #12 on: December 21, 2012, 04:47:37 pm »
How big is the file?

I would make both of those values the same size
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #13 on: December 21, 2012, 04:50:15 pm »
100 mb in size... it is a a video

Offline bob

  • Member
  • *
  • Posts: 38
    • View Profile
Re: smfvideo add on error
« Reply #14 on: December 21, 2012, 04:51:49 pm »
the error displayed in the post back page, the error in my logs and the fact I have the required settings changed to more that 20M, what else can I do?

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
6347 Views
Last post August 23, 2007, 07:20:24 pm
by rumboogy
4 Replies
11571 Views
Last post February 09, 2008, 11:44:03 pm
by ApplianceJunk
2 Replies
4357 Views
Last post April 01, 2008, 04:26:26 am
by warhonowicz
2 Replies
16529 Views
Last post May 09, 2008, 02:33:12 pm
by RoFus
4 Replies
6289 Views
Last post October 09, 2011, 03:59:37 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal