Sitemap SEO
#721
Posted 01 June 2012 - 10:11 PM
Warning: file(/home/content/39/6606139/html/catalog/includes/boxes/Array) [function.file]: failed to open stream: No such file or directory in /home/content/39/6606139/html/catalog/admin/includes/functions/sitemap.php on line 203
I went to line 203 and I'm unsure what I'm supposed to do.
Thank you so much for your hard work!
#722
Posted 01 June 2012 - 11:29 PM
WWI, on 01 June 2012 - 10:11 PM, said:
Warning: file(/home/content/39/6606139/html/catalog/includes/boxes/Array) [function.file]: failed to open stream: No such file or directory in /home/content/39/6606139/html/catalog/admin/includes/functions/sitemap.php on line 203
I went to line 203 and I'm unsure what I'm supposed to do.
Thank you so much for your hard work!
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#723
Posted 12 June 2012 - 09:15 AM
Jack_mcs, on 01 June 2012 - 11:29 PM, said:
=================================================================================
Hi Jack,
I have the exactly the same error on line 203
(I change the "catalog" to something else, I am not sure will this cause the error?)
=================================================================================
I also have problem with backend, somehow on the admin left column, it got to sitemap SEO boxes,
I tried to delete via column_left.php, but it doesn't work even I comment sitemape SEO, still two boxes there.
is it setting from configuration? I am newbie, has no idea how to fix it.
=================================================================================
last question
on the frontend, there are space in between small text and the footer, how can I delete the space in between?
many thanks
lyn
#724
Posted 12 June 2012 - 12:16 PM
ce7, on 12 June 2012 - 09:15 AM, said:
(I change the "catalog" to something else, I am not sure will this cause the error?)
Quote
I also have problem with backend, somehow on the admin left column, it got to sitemap SEO boxes,
I tried to delete via column_left.php, but it doesn't work even I comment sitemape SEO, still two boxes there.
is it setting from configuration? I am newbie, has no idea how to fix it.
Quote
last question
on the frontend, there are space in between small text and the footer, how can I delete the space in between?
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#725
Posted 13 June 2012 - 05:37 PM
When you click on them they do not expand.
There has not been any add-ons except for new products and manufactures but no source code edits.
You can take a look here - http://www.emergencyoutdoors.com/flashlights-fenix-ld10-led-flashlight-p-74.html
Also the Sitemap is perfectly fine when you click on Hide / Show Products
#726
Posted 13 June 2012 - 11:06 PM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#727
Posted 14 June 2012 - 01:15 AM
Jack_mcs, on 13 June 2012 - 11:06 PM, said:
Figured it out.
Someone removed the sitemap.js out of the <catalog root>/javascript folder
#728
Posted 14 June 2012 - 09:21 AM
Thanks for updating this to work with 2.3.1. I installed it with no problems on my very heavily modified test store, and it works fine. Well done for another great contribution. Thats it, no buts, ifs or whys.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#729
Posted 14 June 2012 - 12:35 PM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#730
Posted 14 June 2012 - 12:58 PM
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#731
Posted 28 June 2012 - 10:00 AM
I'm having the same problems like WWI
Quote
Warning: explode() expects parameter 2 to be string, array given in /var/www/virtual/domina.com/htdocs/admin/sitemap_seo_box_control.php on line 162
Warning: file(/var/www/virtual/domina.com/htdocs/includes/modules/boxes/Array) [function.file]: failed to open stream: No such file or directory in /var/www/virtual/domina.com/htdocs/admin/includes/functions/sitemap.php on line203/
I have not idea why. I followed all the steps and don't see any mistakes
- I'm running osCommerce 2.3
- My infobox is disable on may admin pannel since I added all this to the footer
- And my Sitemap doesn't show any of the Info files.!!!!!!
Any help please Jack???
Thanks a lot in advance!
Mrstech
#732
Posted 28 June 2012 - 11:51 AM
Mrstech, on 28 June 2012 - 10:00 AM, said:
$boxName = explode(".", $activeBox);
to
$boxName = explode(".", (array)$activeBox);
If that doesn't fix, I would have to see the problem to fix it so it isn't something I could handle here.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#733
Posted 28 June 2012 - 11:52 AM
Jack_mcs, on 28 June 2012 - 11:51 AM, said:
$boxName = explode(".", $activeBox);
to
$boxName = explode(".", (array)$activeBox);
If that doesn't fix, I would have to see the problem to fix it so it isn't something I could handle here.Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#734
Posted 26 July 2012 - 12:04 PM
I noticed that the sitemap_seo.js sript is called several times in index.php. This is causing a delay in page load. Does the mod require the script to be called each time a function is performed?
#735
Posted 26 July 2012 - 01:03 PM
lyonsperf, on 26 July 2012 - 12:04 PM, said:
I noticed that the sitemap_seo.js sript is called several times in index.php. This is causing a delay in page load. Does the mod require the script to be called each time a function is performed?
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#736
Posted 26 July 2012 - 10:43 PM
On another note, on the sitemap.php page of the website I get this error which I reported earlier this year.
This only occurs on this page. So I am assuming there is a conflict between Articles Manager and Sitemap seo.
Being that you monitor both, do you have any suggestions?
Fatal error: Cannot redeclare getboldtags() (previously declared in /home/xxxx/public_html/includes/boxes/articles.php:42) in /home/xxxx/public_html/includes/boxes/articles.php on line 59
Edited by lyonsperf, 26 July 2012 - 10:44 PM.
#737
Posted 26 July 2012 - 10:53 PM
lyonsperf, on 26 July 2012 - 10:43 PM, said:
On another note, on the sitemap.php page of the website I get this error which I reported earlier this year.
This only occurs on this page. So I am assuming there is a conflict between Articles Manager and Sitemap seo.
Being that you monitor both, do you have any suggestions?
Fatal error: Cannot redeclare getboldtags() (previously declared in /home/xxxx/public_html/includes/boxes/articles.php:42) in /home/xxxx/public_html/includes/boxes/articles.php on line 59
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#738
Posted 31 July 2012 - 03:04 AM
@Jack_mcs
Great addon, though I have installed it and for some reason the page (/sitemap.php) only shows the categories all the time. I have enabled the
Display Products in Manufacturers = true
Display Manufacturers = true
still the same, can't find what the problem is.
I use oscommerce version 2.3.1
Any idea why this is happening?
Edited by al3ks, 31 July 2012 - 03:06 AM.
#739
Posted 31 July 2012 - 06:47 AM
al3ks, on 31 July 2012 - 03:04 AM, said:
@Jack_mcs
Great addon, though I have installed it and for some reason the page (/sitemap.php) only shows the categories all the time. I have enabled the
Display Products in Manufacturers = true
Display Manufacturers = true
still the same, can't find what the problem is.
I use oscommerce version 2.3.1
Any idea why this is happening?
I had a similar problem to yours. Go in to your admin area, click on the sitemap seo box and open the settings control page. Make sure you have entered heading text in the text boxes for each heading you want to show.
That cured the problem for me.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.









