Ultimate SEO Urls

Error on Installation - Ultimate SEO Urls

Error on Installation

by radhavallabh » Wed Jun 02, 2021 11:23 am

Hi;
I finished installing it on 1.0.8.4
getting following error
On main index page-

Notice: Undefined index: QUERY_STRING in /xx/includes/apps/ultimate_seo_urls/main/bootstrap.php on line 131

Notice: Undefined variable: oscTemplate in /xx/index.php on line 36

Fatal error: Uncaught Error: Call to a member function map_to_template() on null in /xx/index.php on line 36

Please can someone help determining the actual reason for it???
Thank you in advance;
Warm Regds./
radhavallabh
radhavallabh
VIP Member
VIP Member
Posts: 366
Joined: Tue Oct 27, 2020 4:09 am
Contact:

Re: Error on Installation

by Fiber » Wed Jun 02, 2021 4:54 pm

radhavallabh wrote:Hi;
I finished installing it on 1.0.8.4

Fatal error: Uncaught Error: Call to a member function map_to_template() on null in /xx/index.php on line 36

Please can someone help determining the actual reason for it???
Thank you in advance;
Warm Regds./
radhavallabh
I also had such an error locally, for now I would uninstall it as it has been tested for 1.0.8.1 and someone with sense is updating it to the current version..
Turn up the Max
Fiber
VIP Member
VIP Member
Posts: 121
Joined: Mon Oct 26, 2020 12:16 pm
Contact:

Re: Error on Installation

by radhavallabh » Thu Jun 03, 2021 4:58 am

Fiber wrote:
radhavallabh wrote:Hi;
I finished installing it on 1.0.8.4

Fatal error: Uncaught Error: Call to a member function map_to_template() on null in /xx/index.php on line 36

Please can someone help determining the actual reason for it???
Thank you in advance;
Warm Regds./
radhavallabh
I also had such an error locally, for now I would uninstall it as it has been tested for 1.0.8.1 and someone with sense is updating it to the current version..
Ok dear I hope it is fixed ASAP as really need to install it....
radhavallabh
VIP Member
VIP Member
Posts: 366
Joined: Tue Oct 27, 2020 4:09 am
Contact:

Re: Error on Installation

by Fiber » Thu Jun 03, 2021 6:50 am

radhavallabh wrote: Ok dear I hope it is fixed ASAP as really need to install it....
If you really need it, you can of course always ask for help from a Certified Developers.
Turn up the Max
Fiber
VIP Member
VIP Member
Posts: 121
Joined: Mon Oct 26, 2020 12:16 pm
Contact:

Re: Error on Installation

by admin » Fri Jun 04, 2021 11:20 am

radhavallabh wrote:I finished installing it on 1.0.8.4
The addon is labelled for 1.0.8.1.
It is not advisable to update your store version until the addons you use have been updated for it.
admin
Site Admin
Site Admin
Posts: 140
Joined: Wed Oct 30, 2019 1:34 pm
Contact:

Re: Error on Installation

by radhavallabh » Sat Jun 05, 2021 11:26 am

I made below change in bootstrap.php which fixed first error-

if(isset($_SERVER['QUERY_STRING'])){
$query= $_SERVER['QUERY_STRING'];
}else
{
$query='';}
$get_array = ( strlen($query) > 0 ) ? explode( '&', $query ) : false;


Below 2 errors still remain:-

Notice: Undefined variable: oscTemplate in /xx/index.php on line 36

Fatal error: Uncaught Error: Call to a member function map_to_template() on null in /xx/index.php on line 36


Can anyone please shed some light that what may be causing these 2 errors on each page???

Thank you in advance
Regds./
radhavallabh
radhavallabh
VIP Member
VIP Member
Posts: 366
Joined: Tue Oct 27, 2020 4:09 am
Contact:

Re: Error on Installation

by Piernas » Sun Jun 06, 2021 9:52 am

This is not happening here in a localhost fresh install (no errors on index or other pages). Can you give more data about the conditions it happens? Any addon installed?
Piernas
Posts: 96
Joined: Thu Mar 11, 2021 2:16 am
Contact:

Re: Error on Installation

by radhavallabh » Sun Jun 06, 2021 10:57 am

Piernas wrote:This is not happening here in a localhost fresh install (no errors on index or other pages). Can you give more data about the conditions it happens? Any addon installed?
Thank you so much for replying dear.
Dear my version is 0f 1.0.8.4 Phoenix,
I installed other addons too but it is working smoothly without any errors ;
As soon as I install this addon it throws these 2 errors on all catalog side pages. On uninstall it returns back to normal.
Please let me know which other detail is required dear...
Regds.
radhavallabh
radhavallabh
VIP Member
VIP Member
Posts: 366
Joined: Tue Oct 27, 2020 4:09 am
Contact:

Re: Error on Installation

by radhavallabh » Sun Jun 06, 2021 11:01 am

Piernas wrote:This is not happening here in a localhost fresh install (no errors on index or other pages). Can you give more data about the conditions it happens? Any addon installed?
Dear I have also PM you the test store link.
radhavallabh
VIP Member
VIP Member
Posts: 366
Joined: Tue Oct 27, 2020 4:09 am
Contact:

Re: Error on Installation

by Piernas » Sun Jun 06, 2021 2:57 pm

radhavallabh wrote:
Piernas wrote:This is not happening here in a localhost fresh install (no errors on index or other pages). Can you give more data about the conditions it happens? Any addon installed?
Thank you so much for replying dear.
Dear my version is 0f 1.0.8.4 Phoenix,
I installed other addons too but it is working smoothly without any errors ;
As soon as I install this addon it throws these 2 errors on all catalog side pages. On uninstall it returns back to normal.
Please let me know which other detail is required dear...
Regds.
radhavallabh
It's difficult to say. I cannot replicate the error on a blank install. Have you tried a blank install without addons? That would help locating if the problem is due to some incompatibility/interaction of any addon.

Is your index.php the stock one? Can you post it? It has no line 36 (or 37 as your site states).
Piernas
Posts: 96
Joined: Thu Mar 11, 2021 2:16 am
Contact: