Advertisement:

Author Topic: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]  (Read 3021 times)

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #45 on: September 29, 2017, 02:19:04 pm »
You should ask madhouse for this solution.

In the meanwhile you could try

if(is_array($aResources['error'])) { foreach ($aResources['error'] as $key => $error) {
.....


} // you must close the curly bracket from that if after the foreach loop ends

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Madhouse Avatar [SOLVED]
« Reply #46 on: September 29, 2017, 03:27:29 pm »
You should ask madhouse for this solution.

In the meanwhile you could try

if(is_array($aResources['error'])) { foreach ($aResources['error'] as $key => $error) {
.....


} // you must close the curly bracket from that if after the foreach loop ends

I am trying to contact Madhouse from past 2 month but they are not responding to the messages. In that regard i sent the email to OsClass team to ban theses kind of non responding developers who do not provide support for paid plugins..


Where need to put this code in

oc-content/plugins/madhouse_avatar/classes/Madhouse/Avatar/Actions.php

 or

/public_html/postfreeonline.com/oc-content/plugins/madhouse_avatar/index.php


at which line

if(is_array($aResources['error'])) { foreach ($aResources['error'] as $key => $error) {
.....


} // you must close the curly bracket from that if after the foreach loop ends
« Last Edit: September 30, 2017, 06:20:08 am by PostFreeOnline.Com »

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #47 on: September 29, 2017, 03:32:29 pm »
Maybe they are unable to respond from health issues..
Anyway

for this:

[28-Sep-2017 20:15:44 Asia/Kolkata] PHP Warning:  Invalid argument supplied for foreach() in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_avatar/classes/Madhouse/Avatar/Actions.php on line 116

you go and edit oc-content/plugins/madhouse_avatar/classes/Madhouse/Avatar/Actions.php on line 116

that is

Code: [Select]
foreach ($aResources['error'] as $key => $error) {
you replace that line with

Code: [Select]
if(is_array($aResources['error'])) foreach ($aResources['error'] as $key => $error) {
In this way only the foreach() {..} will be executed if aResources['error'] is an array.



PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Madhouse Avatar [SOLVED]
« Reply #48 on: September 29, 2017, 03:47:19 pm »
Maybe they are unable to respond from health issues..
Anyway

for this:

[28-Sep-2017 20:15:44 Asia/Kolkata] PHP Warning:  Invalid argument supplied for foreach() in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_avatar/classes/Madhouse/Avatar/Actions.php on line 116

you go and edit oc-content/plugins/madhouse_avatar/classes/Madhouse/Avatar/Actions.php on line 116

that is

Code: [Select]
foreach ($aResources['error'] as $key => $error) {
you replace that line with

Code: [Select]
if(is_array($aResources['error'])) foreach ($aResources['error'] as $key => $error) {
In this way only the foreach() {..} will be executed if aResources['error'] is an array.

Yes health issue can be the reason but MadHouse is not only one developer group. Other developers also can respond. I am not receiving any support for their other plugins as well.

Anyways...

I applied the code you suggested. As Avatar Notice comes occasionally so i have to keep the log under observation if it comes (God forbid) because right now i just clear the old log. And when it will evoke by any site user. that we have to see.

I APPRECIATE THAT YOU HELPED ME SO MUCH at every time. :)

I will bother you more for some time .... ;)
« Last Edit: September 30, 2017, 06:19:49 am by PostFreeOnline.Com »

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #49 on: September 29, 2017, 03:54:32 pm »
:)) I do it because right now I'm seeking for a job in this field and responding to questions on this forum helps me learn new stuff every day.

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Madhouse Avatar [SOLVED]
« Reply #50 on: September 29, 2017, 04:23:39 pm »
:)) I do it because right now I'm seeking for a job in this field and responding to questions on this forum helps me learn new stuff every day.


Good to know that you are working hard to learn more and more. and certainly you will get GOOD JOB very soon which you actually deserve. I am also learning by managing my site individually with the help of you guys.
 
Thanks alot.  you made my day. I do not have knowledge about coding related. So do not mind if i ask illogical Q. I am very disappointed that premium plugin dev are not responding. But I can not leave bugs without removing otherwise those will be uncontrolled oneday. I always prefer to be updated.
« Last Edit: September 30, 2017, 06:18:54 am by PostFreeOnline.Com »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Madhouse SEO throwing notices
« Reply #51 on: September 30, 2017, 05:52:42 am »
New Stuff to learn more. ;) Same Notice Undefined index with Madhouse SEO also. There were syntax error also when i opened the php file in Dreamweaver. see the screenshot.

File Path: /oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php

From Line 136 to 149

136-   // If base url refresh = always
                    if ($route['s_url'] == osc_base_url()) {
                        $refresh = Sitemap::ALWAYS;
                    }

                    if ($route['s_url'] != "") {
                        $sitemap->addItem($route['s_url'], time(), Sitemap::WEEKLY);
                    }
                } catch (Exception $e) {
                }
            }
        }

149-      // Add static pages


-------------------------------DeBug LOG---------------------------------

[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
« Last Edit: September 30, 2017, 06:17:37 am by PostFreeOnline.Com »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/public [SOLVED]
« Reply #52 on: September 30, 2017, 06:21:33 am »
Search now for

_set_requirement(ER_ITEM_NO_SPAM)


Nevermind

Add to constants.txt

Code: [Select]
define('ER_ITEM_NO_PREMIUM', 15);
define('ER_ITEM_NO_SPAM', 16);

instead of

Code: [Select]
define('ER_ITEM_NO_PREMIUM', 15);

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Madhouse SEO throwing notices
« Reply #53 on: September 30, 2017, 12:21:06 pm »
New Stuff to learn more. ;) Same Notice Undefined index with Madhouse SEO also. There were syntax error also when i opened the php file in Dreamweaver. see the screenshot.

File Path: /oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php

From Line 136 to 149

136-   // If base url refresh = always
                    if ($route['s_url'] == osc_base_url()) {
                        $refresh = Sitemap::ALWAYS;
                    }

                    if ($route['s_url'] != "") {
                        $sitemap->addItem($route['s_url'], time(), Sitemap::WEEKLY);
                    }
                } catch (Exception $e) {
                }
            }
        }

149-      // Add static pages


-------------------------------DeBug LOG---------------------------------

[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 137
[30-Sep-2017 05:01:39 Asia/Kolkata] PHP Notice:  Undefined index: s_url in /home/scorp4hj/public_html/postfreeonline.com/oc-content/plugins/madhouse_seo/classes/Madhouse/Seo/Services/SitemapService.php on line 141


Any Solution for this Notice?

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #54 on: October 01, 2017, 08:26:58 am »
I want to ask that what we applied the changes is making bugs silently only Or its resolving the issue permanently? Because I can always disable the Debug log to get rid from those NOTICES.

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #55 on: October 01, 2017, 10:31:56 am »
Disable the debug then.
The conditions we discussed isset and is_array stop the execution of a piece of code when those variables are not set or are not arrays. So if that code is not executed with an inexisting value of that variable, the php notice is not triggered anymore.

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Image Sitemap notice-Undefined index: fk_i_item_id in /home/ [SOLVED]
« Reply #56 on: October 02, 2017, 06:36:18 am »
Disable the debug then.
The conditions we discussed isset and is_array stop the execution of a piece of code when those variables are not set or are not arrays. So if that code is not executed with an inexisting value of that variable, the php notice is not triggered anymore.

Ok. Now I got It. Means we are just making them non executable to prevent Notices. So that means plugin Dev can properly workout on that to rectify those?