Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for Mikeymike

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 11:31
  • Posts: 14
  • Profile Views: 5196
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Ok, thanks a lot for your reply Jan!

I tried redirect http://domain.se/index.php?option=com_content&view=article&id=17&Itemid=35 http://domain.se/ at the very bottom of my .htacess, but evidently not correct. How do I get the redirection right?

Thanks!
Mikael
404 problem with red ...
Category: JoomSEF 3
emo
Hi!

I have 300+ links in google webmaster tool that can't be found on my site. They all generate a 404 page... This is due to the fact that I reorganized my site quite a bit. Now I have tried to fix the problem.
One of the missing links (according to google) is domainxx/index.php/Statistics.html. I have tried to create Custom redirects and 301 redirects for this and other links to index.php. I still get 404 on these pages. Why?? It doesn't seem like the redirects are working at all, even though clearing of cache, adding and reading...

It seems like SEF URLs can not start with index.php.... What can I do with the links not to have hundreds of unavailable links at google?

Any tips??

Thanks!
/Mikael
404 problem with red ...
Category: JoomSEF 3
emo
Hi there!

I have still problems with all image urls and internal manually created web links. E.g. our logo "images/lw-images/logo.png" published at the top in all pages is only presented correctly in the site frontpage 79.99.2.106/lw/, but not in any other subpages such as 79.99.2.106/lw/en/terms-conditions/terms-and-conditions.html...

I have ARTIO JoomSEF v3.2.0 ebanbled, running Joomla 1.5.6 and JCE with "Relative URLs" set to "Yes". I have set "var $live_site = '79.99.2.106/lw';" in configuration.php...

What can I do to make all images display correctly??

BR,

Mikael
com_joomsef-3.0.2 im ...
Category: General
emo
Same problem. Any solution?
Community builder Pr ...
Category: JoomSEF 3
emo
Also, can I get a more beautiful url to the CB registration form?
Intalling joomsef gi ...
Category: JoomSEF 3
emo
Wow quick answer and it helped to! My site is now working nearly perfect!


One remaining problem:

I want to use the Community Builder registration. I have a "Sign up" image in the footer with link to the CB registration form: www.linkedwork.com/blog/index.php?option...r&task=registers

When clicking the link I get the CB registration form, but when clicking "Send Registration" I get the message "You must login first To access the Private Area of this site please Login"

I had the same problem with SH404SEF...

I have set Global Configuration settings: Allow User Registration - NO
In CB Configuration I have set: Allow User Registration - YES, independently of global settings

I must say: I used to use SH404SEF, and I had many difficulties. With you it's a big difference! The JoomSEF support team rocks!
Intalling joomsef gi ...
Category: JoomSEF 3
emo
Hi!

I have the exact same problem. Blank page after installing and enabling JoomSEF.

When enabling php-debug I get: "Fatal error: Class 'sef_404' not found in /customers/linkedwork.com/linkedwork.com/httpd.www/blog/components/com_sef/sef_ext/com_myblog.php on line 258"

When looking at the source code it says:
<div id="myBlog-wrap">
nothing more...

My first page presents blog posts from MyBlog

I run:
Joomla 1.5.3
JoomSEF 3.2.0
MyBlog 1.2
Community Builder 1.1

I have installed the sef_myblog.zip plug-in that came with MyBlog...
Previously I ran SH404SEF, but I removed redirection table before installing JoomSEF...

What to do?
Intalling joomsef gi ...
Category: JoomSEF 3
emo
Hi there!

I'm using Joomfish 2.0 beta with the language selector (swedish and English)... According to what I have read the Joomfish - Basic Router plug-in should be disabled and the System - ARTIO JoomSEF plug-in should be enabled instead. This works good in most cases! But not in same cases: I have a swedish translation for Community Builder profile and Fireboard that worked before disabling the Joomfish - Basic Router. Now both the Community Builder profile and Fireboard is in english nomatter which language I choose...

Any hints??

Mikael
Artio and joomfish
Category: General
emo
Hi there!

This is exactly my problem, I use relative image paths... I use the JCE editor (relative links are recommended).

Is there another solution than switching to absolute paths? Because this would make my site very unflexible (if I would move the site to a sub folder I would need to change everywhere...)!

I saw something about setting the base url... Is this a better solution? In that case where do I set it? Other good solution?
com_joomsef-3.0.2 im ...
Category: General
emo
ok, that removed nearly all front-page INSERT INTO text... I installed the xx and the xx extensions..

now I see a single line on my front-page:

string(150) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('lw_en.html', 'index.php?option=com_content〈=en&view=frontpage', '54' ) "
 


I tried to run the INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES (... manually with myphpadmin. It was accepted (however probably wrong since lw_en.html does not work - 404...)

So I'm guessing the joomfish translation...

I also have problem with joomfish language selector now, switching swedish to english result in 404: /en/lw.html... Is there a manual for setting up Joomfish and Artio SEF together??

BR,

Mikael
Error on enable - db ...
Category: General
emo
This is what the table looks like:

CREATE TABLE `jos_redirection` (
`id` int(11) NOT NULL auto_increment,
`cpt` int(11) NOT NULL default '0',
`rank` int(11) NOT NULL default '0',
`oldurl` varchar(255) NOT NULL default '',
`newurl` varchar(255) NOT NULL default '',
`dateadd` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`),
KEY `rank` (`rank`),
KEY `oldurl` (`oldurl`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;

so the db returns:
#1054 - Unknown column 'Itemid' in 'field list'
Error on enable - db ...
Category: General
emo
It seems like there is a problem with the query.. The db doesn't like Itemid. It should be just id!

"INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES (....

So what can I do?

Mikael
Error on enable - db ...
Category: General
emo
I un- and re-installed the component... Yes I have the jos_redirection table. But it's empty... And I have the same problem... string(152) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES (.... What to do?

I should have all the SEO settings (global configuration) Search Engine Friendly URLs, Use Apache mod_rewrite and Add suffix to URLs set to yes, right, caus that's what I have...

I also have the Joomlatwork SEF patch for Joomla release 1.5 Stable (www.joomlaatwork.com) installed, and hope it's not going to mess up stuff... I also use Joomfish...

Thanks for your help!

/Mikael
Error on enable - db ...
Category: General
emo
Hi!

When I enable Artio 3.1.0 (I have Joomla 1.5.3) my front page goes dead! All I see is plain text:

string(176) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('front/spread-the-word.html', 'index.php?option=com_content&catid=40&id=98&view=article', '170')" string(129) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('my-profile.html', 'index.php?option=com_comprofiler', '157')" string(153) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('form.html', 'index.php?option=com_content&id=109&view=article', '173')" string(149) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('qsummary.html', 'index.php?option=com_jqsummary&layout=form1&view=forms', '174')" string(172) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('top-panel/form.html', 'index.php?option=com_content&catid=41&id=106&view=article', '165')" string(127) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('user-forum.html', 'index.php?option=com_kunena', '156')" string(154) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('faqs/index.php', 'index.php?option=com_content&id=3&layout=blog&view=section', '171')" string(151) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('about.html', 'index.php?option=com_content&id=115&view=article', '172')"

Since I have the "jos_" db table prefix I guess the problem is that Artio tries to access the db with the wrong prefix "#__". But where do I change this? (In global configuration I have the correct "jos_" prefix...) What to do??

/Mikael
Error on enable - db ...
Category: General
More
Přihlášení uživatele Prázdný