Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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
  • dzdale's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 month ago #8632 by dzdale
Hi All , Can anyone help with these errors ? I only get these if I'm logged into the site, this does not happen with public access ?


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
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
17 years 1 month ago #8633 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Notice: Undefined offset - on multiple lines ?
Hi my friend!

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;
to
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
  • dzdale's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 month ago #8634 by dzdale
;D ;D ;D Vinikey, You are a genius, THANK YOU !, Every time I have an issue, you have the answer, Thanks  ;D ;D ;D

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum