- Posts: 3
COMMUNITY FORUM
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.
Undefined offset
- Cristian Iconomu
- Topic Author
- Offline
- New Member
I just installed SIGPRO on Joomla and everything is okay until a I login as user...
I get the undefined offset error on lines 81, 82 and 83:
It is probably worth mentioning that I also had a flash movie (in the template) that wasn't loading due to the use of <?php echo $mosconfig_live_site;?> in the path, giving me a "undefined variable error" but maybe it's irrelevant.
The gallery works fine even with the error.
I can give you the url and username/password on email if necessary.
Thanks, and keep up the great work, the plugin is really great.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
It will be helpfully if you can send also a link to see the problem!
Well, i see that in those 3 lines, we define some variables respect an array.
Some servers return warning if an array or variable is not pre-defined
Try to do that ( EDIT: correction of the code )
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;
Also you can PM me a link and a s.administrator account to check it out my self if you can!
Thank you my friend!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- nish
- Offline
- New Member
- Posts: 8
I tried above the lines edited as explained and didn't work.
Please anyone solved this issue at all?
Thank You
Nish
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
having the same issue, please help me.
I tried above the lines edited as explained and didn't work.
Please anyone solved this issue at all?
Thank You
Nish
Hi there!
I correct the code above, check it out again!
But if still doesn't work send me a link to see the issue!
Also you can PM me an super administrator account to see what happen in your case!
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.
- nish
- Offline
- New Member
- Posts: 8
Notice: Undefined index: af834e61b367f64b12ba98997bf800b4 in /home/xxxxxx/public_html/mambots/content/plugin_jw_sigpro.php on line 281
I get the above error once for each image I have in the Gallery
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
please, send me a direct link to see the issue in real time
and also a super administrator account to check the files!
Thank you!
No worries, the problem will be solved!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- nish
- Offline
- New Member
- Posts: 8
Please login from the FRONTEND and go to any Gallery page you will see the error message
Also noticed you get the error message once for every image you have on the Gallery
Once you solved this issue, I will get back to you for a custom modification quote for adding a PRINT button to larger image.
Many Thanks
Nish
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
I just checked the page
www.YOURSITE.co.uk/conference-tables/
where i can see the sig pro in action
i checked it out with FF and IE7
and as you can see in my screenshots i can't see the warnings
can you send me a direct link to the page you can see those warnings?
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.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- nish
- Offline
- New Member
- Posts: 8
it is only visible when you login to website from FRONTEND, there is a Login link on FOOTER MENU, please use the username/password I sent you via PM message
Again, please login to frontend joomla to see the ERROR
Thank You
Nish
Please Log in or Create an account to join the conversation.