Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ultimate Seo Urls 5 Pro


FWR Media

Recommended Posts

Packaging is going well .. albeit a long drawn out process to do it properly.

 

Currently I have instructions for and have tested each one:

 

User options are: -

  • I am installing to a modified osCommerce RC2a or older ( no existing Ultimate Seo Urls present )
  • I am installing to a modified osCommerce RC3 ( no existing Ultimate Seo Urls present )
  • I am upgrading from Chemos original Ultimate Seo Urls version 2 ( including modifications by jackmcs to v22d_10 )
  • I am upgrading from Ultimate Seo Urls 5 by FWR Media

 

 

3 minute install to fresh osCommerce files. ( perfect for developers or those who want to quickly try out USU5 PRO )

  • I am testing/installing to a totally fresh, unchanged osCommerce

I don't think I have missed anything but let me know if I have.

Edited by FWR Media
Link to comment
Share on other sites

Packaging is going well .. albeit a long drawn out process to do it properly.

 

Currently I have instructions for and have tested each one:

 

User options are: -

  • I am installing to a modified osCommerce RC2a or older ( no existing Ultimate Seo Urls present )
  • I am installing to a modified osCommerce RC3 ( no existing Ultimate Seo Urls present )
  • I am upgrading from Chemos original Ultimate Seo Urls version 2 ( including modifications by jackmcs to v22d_10 )
  • I am upgrading from Ultimate Seo Urls 5 by FWR Media

 

 

3 minute install to fresh osCommerce files. ( perfect for developers or those who want to quickly try out USU5 PRO )

  • I am testing/installing to a totally fresh, unchanged osCommerce

I don't think I have missed anything but let me know if I have.

 

 

 

Hi

Just to be clear, when you say RC3 is that version 3 or version 2.3.1?

 

Thanks

Link to comment
Share on other sites

Hi

Just to be clear, when you say RC3 is that version 3 or version 2.3.1?

 

Thanks

 

LOL errrm it's Rc2.3 and I've put RC3 throughout the whole install process!!!!

 

Thanks .. I think :)

Link to comment
Share on other sites

But I think it's important for german/spain customers (with their german/spain browsers)

who reach you via mysite.com/index.php in expectation of their own lang.

They get default-english displayed and must (intricately) change the language setting.

I think the a default solution is rather somehing for owners who want to serve a particular country.

 

Regards

 

Site pages should NEVER be served based on the users browser settings .. it is SEO suicide.

 

Different language versions of a site must be accessed by a distinctly different url.

Edited by FWR Media
Link to comment
Share on other sites

The initial package complete with instructions is available for download by beta testers.

 

The url is the same as the old beta package but the package name is now: -

 

Ultimate_Seo_Urls_5_PRO_packaged_r189.tar.gz

 

It would be good for this to be tested and commented on asap please if possible.

 

Also I note there there have been no beta test responses for the contributions supported at all .. these are: -

 

  • articles manager
  • newsdesk
  • links manager
  • information pages

Those have not been tested at all to my knowledge.

Link to comment
Share on other sites

The initial package complete with instructions is available for download by beta testers.

 

The url is the same as the old beta package but the package name is now: -

 

Ultimate_Seo_Urls_5_PRO_packaged_r189.tar.gz

 

It would be good for this to be tested and commented on asap please if possible.

 

Also I note there there have been no beta test responses for the contributions supported at all .. these are: -

 

  • articles manager
  • newsdesk
  • links manager
  • information pages

Those have not been tested at all to my knowledge.

 

I am testing it with newsdesk at the moment. I have a problem with the new htaccess. The new version uses these type of rewrites

RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING}

the older version used these

RewriteRule ^([a-z0-9-/]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA]

 

I cannot get the page to load with the new version.

 

Also, is there a rewrite for all_products?

Link to comment
Share on other sites

I am testing it with newsdesk at the moment. I have a problem with the new htaccess. The new version uses these type of rewrites

RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING}

the older version used these

RewriteRule ^([a-z0-9-/]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA]

 

I cannot get the page to load with the new version.

 

Also, is there a rewrite for all_products?

 

Damn looks like a wrong file .. .htaccess should look like ..

 

# If you are getting errors you may need to comment this out like ..
# Options +FollowSymLinks
Options +SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
 RewriteEngine On

 # RewriteBase instructions
 # Change RewriteBase dependent on how your shop is accessed as below.
 # http://www.mysite.com = RewriteBase /
 # http://www.mysite.com/catalog/ = RewriteBase /catalog/ 
 # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/

 # Change RewriteBase using the instructions above  
 RewriteBase / 
 RewriteRule ^([a-z0-9-/]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-c-([0-9_]+).html$ index.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-m-([0-9]+).html$ index.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA]
 # Articles contribution
 RewriteRule ^([a-z0-9-/]+)-t-([0-9_]+).html$ articles.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-au-([0-9]+).html$ articles.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-a-([0-9]+).html$ article_info.php [NC,L,QSA]
 # Information pages
 RewriteRule ^([a-z0-9-/]+)-i-([0-9]+).html$ information.php [NC,L,QSA]
 # Links contribution
 RewriteRule ^([a-z0-9-/]+)-links-([0-9_]+).html$ links.php [NC,L,QSA]
 # Newsdesk contribution
 RewriteRule ^([a-z0-9-/]+)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA]
 RewriteRule ^([a-z0-9-/]+)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA]
</IfModule>

Link to comment
Share on other sites

Also, is there a rewrite for all_products?

 

I see no need for seo urls for all_products, it is just a list of links.

Link to comment
Share on other sites

The page is loading correctly now and I am getting some correct URL's and some not

Here are a selection below

 

http://www.electricalcity dot co.uk/stickies-are-here-n-1.html

http://www.electricalcity dot co.uk/images-n-3.html

http://www.electricalcity dot co.uk/newsdesk-version-1482-n-2.html

 

http://www.electricalcity dot co.uk/newsdesk_reviews_info.php?&reviews_id=16

http://www.electricalcity dot co.uk/newsdesk_reviews_article.php?newsdesk_id=1

Link to comment
Share on other sites

The page is loading correctly now and I am getting some correct URL's and some not

Here are a selection below

 

http://www.electricalcity dot co.uk/stickies-are-here-n-1.html

http://www.electricalcity dot co.uk/images-n-3.html

http://www.electricalcity dot co.uk/newsdesk-version-1482-n-2.html

 

http://www.electricalcity dot co.uk/newsdesk_reviews_info.php?&reviews_id=16

http://www.electricalcity dot co.uk/newsdesk_reviews_article.php?newsdesk_id=1

 

So newsdesk_reviews_info.php never works and newsdesk_reviews_article.php never works is that correct?

 

In the version I used to check it used newsdesk_reviews_id not reviews_id

 

and newsdesk_article_id for the file newsdesk_reviews_article.php

Edited by FWR Media
Link to comment
Share on other sites

@pdcelec

 

Could you please try two new files for me.

 

At the same url as the download but with the filename: -

 

new_page_modules.zip

Link to comment
Share on other sites

So newsdesk_reviews_info.php never works and newsdesk_reviews_article.php never works is that correct?

 

In the version I used to check it used newsdesk_reviews_id not reviews_id

 

and newsdesk_article_id for the file newsdesk_reviews_article.php

 

This is the one that I have

http://addons.oscommerce.com/info/934

19 Dec 2008

 

Yes I will try as per previous post(cross posting)

Edited by pdcelec
Link to comment
Share on other sites

Tried the new files and all is well. Great!!!!

 

Now getting

http://www.electricalcity dot co.uk/stickies-are-here-nri-1.html

http://www.electricalcity dot co.uk/stickies-are-here-nra-1.html

 

I have installed links manager also, but have not tested it yet. I will test thst one tomorrow

 

Thanks for a great contrib.

 

 

Should I be getting:

http://www.electricalcity dot co.uk/newsdesk_reviews_write.php?newsdesk_id=1

Edited by pdcelec
Link to comment
Share on other sites

Tried the new files and all is well. Great!!!!

 

Now getting

http://www.electricalcity dot co.uk/stickies-are-here-nri-1.html

http://www.electricalcity dot co.uk/stickies-are-here-nra-1.html

 

I have installed links manager also, but have not tested it yet. I will test thst one tomorrow

 

Thanks for a great contrib.

 

 

Should I be getting:

http://www.electricalcity dot co.uk/newsdesk_reviews_write.php?newsdesk_id=1

 

Yes newsdesk_reviews_write should not have an seo url.

Link to comment
Share on other sites

The packaged version as mentioned earlier has been updated with the latest changes to .htaccess and the newsdesk contribution.

 

The filename remains the same.

Link to comment
Share on other sites

OK, so I couldnt wait, I have tested links manager with one link and got the following result, which I believe is correct

 

 

http://www.electricalcity cot co.uk/test-links-0_1.html

 

 

When clicking sort, I get this

http://www.electricalcity.co.uk/test-links-0_1.html?page=1&sort=2d

Edited by pdcelec
Link to comment
Share on other sites

OK, so I couldnt wait, I have tested links manager with one link and got the following result, which I believe is correct

 

 

http://www.electricalcity cot co.uk/test-links-0_1.html

 

 

When clicking sort, I get this

http://www.electrica...?page=1&sort=2d

 

Yup looks good, the 0_1 looks a bit odd, wonder what the 0 is.

 

Thanks for testing.

Edited by FWR Media
Link to comment
Share on other sites

Yup looks good, the 0_1 looks a bit odd, wonder what the 0 is.

 

Thanks for testing.

I am getting a couple of errors in links.php, which I will solve tomorrow. Could this be the mystery 0?

 

Date / Time: 01-12-2010 23:13:19

Error Type: [E_USER_WARNING] aPage_Modules::stripPathToLastNumber: Incorrect path value of presented

On line 207

File includes/modules/ultimate_seo_urls5/abstracts/page_modules.php

 

Date / Time: 01-12-2010 23:18:03

Error Type: [E_NOTICE] Uninitialized string offset: 0

On line 63

File links.php

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Edited by pdcelec
Link to comment
Share on other sites

Hi,

I have installed article manager 1.56 and got the following results which look correct to me. (just need to sort the header tags to fit KISSMT)

 

http://www.electricalcity dot co.uk/test-article-a-1.html

http://www.electricalcity dot uk/paul-clifford-au-1.html

http://www.electricalcity dot uk/miscellaneous-articles-t-0.html

Link to comment
Share on other sites

Hi,

I have installed article manager 1.56 and got the following results which look correct to me. (just need to sort the header tags to fit KISSMT)

 

http://www.electricalcity dot co.uk/test-article-a-1.html

http://www.electricalcity dot uk/paul-clifford-au-1.html

http://www.electricalcity dot uk/miscellaneous-articles-t-0.html

 

Looking good, thanks pdcelec.

 

so we have newsdesk covered

 

articles covered

 

links covered but with some error to be found.

 

I think that just leaves information pages.

Edited by FWR Media
Link to comment
Share on other sites

Looking good, thanks pdcelec.

 

so we have newsdesk covered

 

articles covered

 

links covered but with some error to be found.

 

I think that just leaves information pages.

 

Here is the information pages output. I would have posted earlier but I am having to convert everything to v2.3.1 first

http://www.electricalcity dot co.uk/test-i-6.html

Edited by pdcelec
Link to comment
Share on other sites

Here is the information pages output. I would have posted earlier but I am having to convert everything to v2.3.1 first

http://www.electricalcity dot co.uk/test-i-6.html

 

Thanks again, you are being a great help ( shame I didn't get this sort of help a year ago because this would have been released much earlier ).

 

I'll add links myself tomorrow see if I can find any issues.

Link to comment
Share on other sites

Thanks again, you are being a great help ( shame I didn't get this sort of help a year ago because this would have been released much earlier ).

 

I'll add links myself tomorrow see if I can find any issues.

 

 

I am not getting the errors any more with links manager. The only errors that I get now are all undefined index and undefined variable errors with all the add ons. I have rectified some of them to the best of my knowledge. The mystery "0" is still there though

Edited by pdcelec
Link to comment
Share on other sites

I am not getting the errors any more with links manager. The only errors that I get now are all undefined index and undefined variable errors with all the add ons. I have rectified some of them to the best of my knowledge. The mystery "0" is still there though

 

Ok

 

Looking at that links error again .. the second one is links.php so nothing to do with this contribution.

 

The other ..

 

Date / Time: 01-12-2010 23:13:19
Error Type: [E_USER_WARNING] aPage_Modules::stripPathToLastNumber: Incorrect path value of  presented
On line 207
File includes/modules/ultimate_seo_urls5/abstracts/page_modules.php

 

Method aPage_Modules::stripPathToLastNumber() expects the links contribution to pass in an integer or it expects integers separated by an underscore. In this case it passed in NULL which looks like a links bug.

 

Therefore the error is not a bug in USU5 PRO it seems to me.

Edited by FWR Media
Link to comment
Share on other sites

Hi

 

I have just found an issue with articles 1.57

article-submit.php

and

article-topics.php

 

Fatal error: Call to a member function retrieveDependencies() on a non-object in /home/electri3/public_html/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 298

 

 

I am guessing that it is the filenames being article-submit instead of article_submit and article-topics instead of article_topics

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...