- Posts: 9
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Notice: Undefined offset - on multiple lines ?
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Notice: Undefined offset - on multiple lines ?
- dzdale
- Topic Author
- Offline
- New Member
Notice: Undefined offset: 1 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 83
Notice: Undefined offset: 2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 84
Notice: Undefined offset: 3 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 85
Notice: Undefined index: 36e73007b735c8f242f475101fd55f27 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 36e73007b735c8f242f475101fd55f27 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
Notice: Undefined index: 3745a501b72550ac8e8994b60c33a8e2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 3745a501b72550ac8e8994b60c33a8e2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
Notice: Undefined index: 9bb0af35d2096b9eecc39cfd99a758c0 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 9bb0af35d2096b9eecc39cfd99a758c0 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
About the Undefined offset errors just make a simple search in this forum and you will find the answer!
But we can do a resume here! :)
Lets see, about the
Notice: Undefined offset: 1 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 83
Notice: Undefined offset: 2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 84
Notice: Undefined offset: 3 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 85
open the sig pro mambot file to edit
and change the lines
if($_params[1]) $_width_final_ = $_params[1]; else $_width_final_ = $_width_;
if($_params[2]) $_height_final_ = $_params[2]; else $_height_final_ = $_height_;
if($_params[3]) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;
if(@$_params[1]) $_width_final_ = $_params[1]; else $_width_final_ = $_width_;
if(@$_params[2]) $_height_final_ = $_params[2]; else $_height_final_ = $_height_;
if(isset($_params[3])) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;
And about the
Notice: Undefined index: 36e73007b735c8f242f475101fd55f27 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 36e73007b735c8f242f475101fd55f27 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
Notice: Undefined index: 3745a501b72550ac8e8994b60c33a8e2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 3745a501b72550ac8e8994b60c33a8e2 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
Notice: Undefined index: 9bb0af35d2096b9eecc39cfd99a758c0 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 280
Notice: Undefined index: 9bb0af35d2096b9eecc39cfd99a758c0 in /homepages/32/d210413439/htdocs/CapturedCanvas/mambots/content/plugin_jw_sigpro.php on line 300
you can look this post for the answer!
forum.joomlaworks.net/index.php?topic=915.msg9800#msg9800
Thank you!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- dzdale
- Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Notice: Undefined offset - on multiple lines ?