ULTIMATE Seo Urls 5 pro

More
12 years 3 months ago #410 by 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
'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...

Please Log in to join the conversation.

More
12 years 2 weeks ago - 12 years 2 weeks ago #456 by gardenho
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.
Last edit: 12 years 2 weeks ago by gardenho. Reason: add more info

Please Log in to join the conversation.

More
12 years 2 weeks ago #458 by Support Team
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:
/**
  * 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

Please Log in to join the conversation.

More
10 years 10 months ago #497 by dikkydik
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.

Please Log in to join the conversation.

More
10 years 10 months ago #498 by Simpel
Replied by Simpel on 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.

Please Log in to join the conversation.

More
10 years 10 months ago #499 by dikkydik
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!

Please Log in to join the conversation.

More
10 years 10 months ago #500 by Support Team
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.

Please Log in to join the conversation.

Time to create page: 0.349 seconds
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

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries