Ultimate SEO Urls
Undefined Query String - Ultimate SEO Urls
Undefined Query String
Hi;
I am getting below error in logs-
Undefined index: QUERY_STRING in /xx/xx/includes/apps/ultimate_seo_urls/main/bootstrap.php on line 131
Regds./
radhavallabh
I am getting below error in logs-
Undefined index: QUERY_STRING in /xx/xx/includes/apps/ultimate_seo_urls/main/bootstrap.php on line 131
Regds./
radhavallabh
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Contact:
Re: Undefined Query String
Is it happening on an specific page?
-
Piernas
- Member
- Posts: 98
- Joined: Thu Mar 11, 2021 2:16 am
- Phoenix Version:
- Contact:
Re: Undefined Query String
It occurs in the error logs randomly when a link is clicked.Piernas wrote:Is it happening on an specific page?
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Contact:
Re: Undefined Query String
I would need to know what linsk are causing the issue to track what's happening. Do you have an idea?
-
Piernas
- Member
- Posts: 98
- Joined: Thu Mar 11, 2021 2:16 am
- Phoenix Version:
- Contact:
Re: Undefined Query String
It appears mostly on the index.php , product listing pages for me...Piernas wrote:I would need to know what linsk are causing the issue to track what's happening. Do you have an idea?
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Contact:
Re: Undefined Query String
Will look at the code. I'm not seeing it anywhere at the logs.
-
Piernas
- Member
- Posts: 98
- Joined: Thu Mar 11, 2021 2:16 am
- Phoenix Version:
- Contact:
Re: Undefined Query String
Can you change that line to:
and report back if error persists?
Code: Select all
$get_array = ( isset ($_SERVER['QUERY_STRING']) && strlen( $_SERVER['QUERY_STRING'] ) > 0 ) ? explode( '&', $_SERVER['QUERY_STRING'] ) : false;
-
Piernas
- Member
- Posts: 98
- Joined: Thu Mar 11, 2021 2:16 am
- Phoenix Version:
- Contact:
Re: Undefined Query String
Still the same errors appear dearPiernas wrote:Can you change that line to:
and report back if error persists?Code: Select all
$get_array = ( isset ($_SERVER['QUERY_STRING']) && strlen( $_SERVER['QUERY_STRING'] ) > 0 ) ? explode( '&', $_SERVER['QUERY_STRING'] ) : false;
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Contact: