ULTIMATE Seo Urls 5 pro

Meer
12 jaren 5 maanden geleden #410 door Simpel
ULTIMATE Seo Urls 5 pro werd gestart door Simpel
Does anyone installed this add-on on MarvikShop?

I got the folowing problem.

The first one is multi language for manufacturer in table manufacturers_info

In ultimate_seo_urls5/page_modules/index.php
I got this but the code seems not right
Code:
'manufacturers_id' => array( 'marker' => '-m-', 'query' => "SELECT manufacturers_name FROM :TABLE_MANUFACTURERS_INFO WHERE manufacturers_id=':manufacturers_id' AND languages_id=':languages_id' LIMIT 1", 'to_replace' => array( ':TABLE_MANUFACTURERS_INFO', ':manufacturers_id', ':languages_id' ) ) );

Hope someone knows the code...

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
12 jaren 1 maand geleden - 12 jaren 1 maand geleden #456 door gardenho
Beantwoord door gardenho in topic Re: ULTIMATE Seo Urls 5 pro
I have upgraded to Mshop 2.3 which includes this contrib now but when I go to the config page in admin it is throwing many errors at the top. The first thing I noticed is the path is wrong for what it is looking for. here is one example:

Warning: include(public_html/administrator/components/components/com_oscommerce/includes/modules/ultimate_seo_urls5/interfaces/cache_interface.php) [function.include]: failed to open stream: No such file or directory in public_html/administrator/components/com_oscommerce/includes/functions/general.php on line 2150

first thing is 'components' is twice in the path, should only be once

next it is looking for the ultimate_seo_urls5 folder under admin/components but they do not exist there in my upgrade install but they are in components/com_oscommerce in the root.

could this be an .htaccess problem? I downloaded the SEO5 contrib from oscommerce and looked through the install files. I do have in place an htaccess file on the root of the site.
Laatst bewerkt 12 jaren 1 maand geleden doorgardenho. Reden: add more info

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
12 jaren 1 maand geleden #458 door Support Team
Beantwoord door Support Team in topic Re: ULTIMATE Seo Urls 5 pro
ULTIMATE Seo Urls 5 pro is a strange contribution. It install the data tables itself. We still investigate the program. It should works fine when you don't have a multilingual site.

next it is looking for the ultimate_seo_urls5 folder under admin/components but they do not exist there in my upgrade install but they are in components/com_oscommerce in the root


That's fine

The error should be a link problem, maybe from the other SEO contribution.

rule 2150 in the general.php should be something like this:
Code:
/** * ULTIMATE Seo Urls 5 PRO by FWR Media * Reset the various cache systems * @param string $action */ function tep_reset_cache_data_usu5( $action = false ) { if ( $action == 'reset' ) { $usu5_path = realpath( dirname( __FILE__ ) . '/../../../' ) . '/' . DIR_WS_MODULES . 'ultimate_seo_urls5/'; switch( USU5_CACHE_SYSTEM ) { case 'file': $path_to_cache = $usu5_path . 'cache_system/cache/'; $it = new DirectoryIterator( $path_to_cache ); while( $it->valid() ) { if ( !$it->isDot() && is_readable( $path_to_cache . $it->getFilename() ) && ( substr( $it->getFilename(), -6 ) == '.cache' ) ) { @unlink( $path_to_cache . $it->getFilename() ); } $it->next(); } break; case 'mysql': tep_db_query( 'TRUNCATE TABLE `usu_cache`' ); break; case 'memcache': if ( class_exists('Memcache') ){ include $usu5_path . 'interfaces/cache_interface.php'; include $usu5_path . 'cache_system/memcache.php'; Memcache_Cache_Module::iAdmin()->initiate() ->flushOut(); } break; case 'sqlite': include $usu5_path . 'interfaces/cache_interface.php'; include $usu5_path . 'cache_system/sqlite.php'; Sqlite_Cache_Module::admini()->gc(); break; } tep_db_query( "UPDATE " . TABLE_CONFIGURATION . " SET configuration_value='false' WHERE configuration_key='USU5_RESET_CACHE'" ); } } // end function

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
10 jaren 11 maanden geleden #497 door dikkydik
Beantwoord door dikkydik in topic Re: ULTIMATE Seo Urls 5 pro
Has anyone managed to get the Ultimate SEO URLs 5 PRO contribution to work on a multilanguage site?

When i activate the SEO, the site stops functioning.

If this SEO is not working, is it possible to have another OsCommerce SEO contrib working on a multilanguage website?

Ideally, i would like to have the SEO for Marvik manage the links and URL in MarvikShop, and have a Joomla SEF component manage the links and URLs in Joomla. JoomSEF should be able to exclude specific components in Joomla, so it should be possible to exclude MarvikShop from JoomSEF, and have MarvikShop managed by a osCommerce contrib.

Thanks in advance.

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
10 jaren 11 maanden geleden #498 door Simpel
Beantwoord door Simpel in topic Re: ULTIMATE Seo Urls 5 pro
That\'s a hard part. I managed it a little. But the the seo-url\'s getting into a mess. I thought I get it into work with one language, but not with multilagual...

You can delete Ultimate SEO URL and try another contribution. To reverse the installation setup of this contribution.

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
10 jaren 11 maanden geleden #499 door dikkydik
Beantwoord door dikkydik in topic Re: ULTIMATE Seo Urls 5 pro
Can i use the installation instructions from the Ulitmate SEO URL from the osCommerce site to reverse the installation?

Does anyone have experiences with other SEO solutions for Marvik? What is the problem with this Ultimate SEO URL, which might not be the problem in another contrib?

Thanks in advance!

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
10 jaren 11 maanden geleden #500 door Support Team
Beantwoord door Support Team in topic Re: ULTIMATE Seo Urls 5 pro
Yes you can use this instructions to reverse. If there are any problems let me now. We try to add seo in Marvikshop 3.0. But that wil be an own SEO solution.

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Events Joomla
MarvikShop
Finnaly it's here:
 
No bridges, no look a likes!
This is the ultimate integration
between Oscommerce and Joomla!
Documentation
Site Showcase
Follow us