- Posts: 4
COMMUNITY FORUM
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.
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.
Sig Pro stopped working
- Jos van der Voort
- Topic Author
- Offline
- New Member
Less
More
16 years 11 months ago #10336
by Jos van der Voort
Sig Pro stopped working was created by Jos van der Voort
I am getting the message below:
Notice: Undefined offset: 1 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 81
Notice: Undefined offset: 2 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 82
Notice: Undefined offset: 3 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 83
Notice: Undefined property: stdClass::$title in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 196
Notice: Undefined index: 2265142a74224b9e5be051804e09718a in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 278
Notice: Undefined index: 2265142a74224b9e5be051804e09718a in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line
If I unpublish the mambot everything works fine. I did reinstall the mambot with the same result.
Any idea?
Jos van der Voort
Notice: Undefined offset: 1 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 81
Notice: Undefined offset: 2 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 82
Notice: Undefined offset: 3 in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 83
Notice: Undefined property: stdClass::$title in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 196
Notice: Undefined index: 2265142a74224b9e5be051804e09718a in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 278
Notice: Undefined index: 2265142a74224b9e5be051804e09718a in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line
If I unpublish the mambot everything works fine. I did reinstall the mambot with the same result.
Any idea?
Jos van der Voort
Please Log in or Create an account to join the conversation.
- Jos van der Voort
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
16 years 11 months ago #10337
by Jos van der Voort
Replied by Jos van der Voort on topic Re: Sig Pro stopped working
I fixed the Undefined Index and the Undefined Offset but I am still stuck with the Undefined property:
Notice: Undefined property: stdClass::$title in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 196
I could find no reference here on the forum for a solution. Anybody?
Jos van der Voort
Notice: Undefined property: stdClass::$title in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 196
I could find no reference here on the forum for a solution. Anybody?
Jos van der Voort
Please Log in or Create an account to join the conversation.
- Jos van der Voort
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
16 years 11 months ago #10338
by Jos van der Voort
Replied by Jos van der Voort on topic Re: Sig Pro stopped working
I switched error reporting off in my .htaccess and that cleared the error message. I am still somewhat confused that there are so many errors coming through when you have that switched on.
Jos
Jos
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
16 years 11 months ago #10339
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Sig Pro stopped working
Hi my friend!
About the server notice on lines 81,82,83 etc you can find the solution in this forum if you do a search ( as you already done, i suppose! :) )
About the noticeits really strange! ???
We just do a preg_replace on the $row->title variable...!!!
Try to check out if the $row->title variable is define!
Thank you!
About the server notice on lines 81,82,83 etc you can find the solution in this forum if you do a search ( as you already done, i suppose! :) )
About the notice
Notice: Undefined property: stdClass::$title in /home/budgetlax.nl/htdocs/www/mambots/content/plugin_jw_sigpro.php on line 196
We just do a preg_replace on the $row->title variable...!!!
Try to check out if the $row->title variable is define!
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.
- d3vlabs
- Offline
- Junior Member
Less
More
- Posts: 31
15 years 9 months ago #10340
by d3vlabs
Replied by d3vlabs on topic Re: Sig Pro stopped working
same error. the only reference to $row->title is
$itemtitle = preg_replace("/\"/", "'", $row->title);
i understand variable. what does title do here?
$itemtitle = preg_replace("/\"/", "'", $row->title);
i understand variable. what does title do here?
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
15 years 9 months ago #10341
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Sig Pro stopped working
Hi there!
What version of sig pro do you have and where do you use it? In joomla 1.0 or 1.5?
Also a direct link to the gallery could help me to understand the issue!
Thank you!
What version of sig pro do you have and where do you use it? In joomla 1.0 or 1.5?
Also a direct link to the gallery could help me to understand the issue!
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.
- d3vlabs
- Offline
- Junior Member
Less
More
- Posts: 31
15 years 9 months ago #10342
by d3vlabs
Replied by d3vlabs on topic Re: Sig Pro stopped working
Please Log in or Create an account to join the conversation.