Jump to content
DevFuse Forums

Videos System v2.3.1 Update


Michael

Recommended Posts

  • Management

IDK what to do

actually i m getting this error in the error log what should i tell the host?:

[19-Jul-2012 02:18:57 UTC] PHP Warning:  Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0

Edited by Chris M.
Link to comment
Share on other sites

  • Management

IDK what to do

actually i m getting this error in the error log what should i tell the host?:

 

The minimum recommended value for the configuration option 'suhosin.post.max_vars' and 'suhosin.request.max_vars' is 4096, however your value is 1000. These are minimums that IPB recommend. You'll need to contact your host about these settings and see if they can increase them for you.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

Having trouble finding the exact code I gave you, can you PM me it back and I'll test on my test board. Just remember if global box code was used, all settings that apply will still apply in ip.content.

 

This was the thread we had the discussion about: http://www.devfuse.com/forums/topic/8194-videos-system-global-hook/

Link to comment
Share on other sites

  • Management

This was the thread we had the discussion about: http://www.devfuse.c...em-global-hook/

 

Does other php code work in the same place? Maybe try wrapping in php tags.

 

<?php
        require_once( IPSLib::getAppDir( 'videos' ) . "/sources/functions.php" );              
               $this->registry->setClass('video_functions', new classVideos( $this->registry ) );
        print $this->registry->getClass('video_functions')->global_block();
?>

Link to comment
Share on other sites

  • Management

oh also could you make it so when you delete a video the image you also uploaded with it, deletes too?

 

Thanks for reporting, that should of already been the case. Added a bug report and will include a cleanup tool for already orphaned thumbnails.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...