2007-05-17 17:57:16

maverick
Member
xi
Real name: Mike Dennis
From: Southeastern Michigan, USA
Website

Re: wet_quicklink: Quick internal link builder

wet wrote:
bq. What browser are you using?

I’ve tested using Safari 2.04, Firefox 2.0 (latest update), OmniWeb 5.5.4, and Opera 9.20 on Mac OS 10.4.9 and Textpattern 4.0.4. All have the same results.

Plugin versions are:

wet_quicklink 0.4.2
zem_event 0.34

wet wrote:
bq. I have just tried to install both zem_link and wet_quicklink

The conflict I’m having is with zem_event (not zem_link)

Thanks for your help figuring this out.

Mike

Offline

 

2007-05-17 18:02:14

wet
Developer
omega
Real name: Robert
From: Lenzing, Austria
Known languages: de-AT, en, PL/M-80
Website

Re: wet_quicklink: Quick internal link builder

maverick wrote:

The conflict I’m having is with zem_event (not zem_link)

That’s what I meant to say. Sorry to say, but as I cannot reproduce this conflict I am rather clueless on how to help any further. May someone with a Mac could try to chime in and duplicate this.

Offline

 

2007-05-17 18:20:13

maverick
Member
xi
Real name: Mike Dennis
From: Southeastern Michigan, USA
Website

Re: wet_quicklink: Quick internal link builder

Robert

Thanks for trying to help. I’ll post in zem_event and see if anyone else is having the problem. Would I “break” anything in your plugin if I change the jQuery url to the one on my server?

Thanks again

Mike

Offline

 

2007-05-17 18:22:47

wet
Developer
omega
Real name: Robert
From: Lenzing, Austria
Known languages: de-AT, en, PL/M-80
Website

Re: wet_quicklink: Quick internal link builder

No, any jQuery will be fine.

Offline

 

2007-05-17 18:55:51

nardo
Member
xi
From: tuvalahiti

Re: wet_quicklink: Quick internal link builder

jus for the record – having same issue as maverick; on XP with Firefox 2.0

Offline

 

2007-05-18 01:09:42

wolle
Member
beta
Real name: Wolfgang
Website

Re: wet_quicklink: Quick internal link builder

wet schrieb:

bq. MySQL: 3.23.49.

DBMS Jurassic Park…

Please grab a SQL entry field (phpMyAdmin or anything else) and issue these three queries:

select * from textpattern where 1=1 order by Posted asc limit 20

select * from textpattern where 1=1 order by Posted asc limit 20 offset 0

select * from textpattern where 1=1 order by Posted asc limit 0,20

Please report back which one succeeds or fails.

The first and third succeed, the second fails.

Offline

 

2007-05-18 04:12:32

wet
Developer
omega
Real name: Robert
From: Lenzing, Austria
Known languages: de-AT, en, PL/M-80
Website

Re: wet_quicklink: Quick internal link builder

Try this:

1 In the plugin screen, edit wet_peex.
2. Find this line

			$articles = safe_rows('*', 'textpattern', "$search order by $sort_sql limit $limit offset $offset");

and replace it with

			$articles = safe_rows('*', 'textpattern', "$search order by $sort_sql limit $offset,$limit");

3. Open the URL which revealed the SQL syntax error. You should receive a well-formed XML document.

Offline

 

2007-05-18 09:37:13

wolle
Member
beta
Real name: Wolfgang
Website

Re: wet_quicklink: Quick internal link builder

wet schrieb:

Try this:

1 In the plugin screen, edit wet_peex.
2. Find this line

$articles = safe_rows('*', 'textpattern', "$search order by $sort_sql limit $limit offset $offset");

and replace it with

$articles = safe_rows('*', 'textpattern', "$search order by $sort_sql limit $offset,$limit");

3. Open the URL which revealed the SQL syntax error. You should receive a well-formed XML document.

That solved my problem, everything works great now! Thank you very much!
Und eine tiefe Verneigung vor dem Können! :-)

Offline

 

2007-05-18 14:38:45

maverick
Member
xi
Real name: Mike Dennis
From: Southeastern Michigan, USA
Website

Re: wet_quicklink: Quick internal link builder

wet wrote:

No, any jQuery will be fine.

I tried using the local jQuery, just in case that was the issue (I’m not well versed in javascript, so it was a shot in the dark). It made no difference.

Thanks for the help. I’ve posted in zem_event to see if anyone there has the conflict and/or any ideas.

Mike

Offline

 

2007-05-18 19:58:02

wet
Developer
omega
Real name: Robert
From: Lenzing, Austria
Known languages: de-AT, en, PL/M-80
Website

Re: wet_quicklink: Quick internal link builder

I could eventually help you if you I saw the HTML source of the whole content > write screen (not just the article but the whole browser window). Post it either here, or better yet at a pastebin service.

Offline

 

Powered by FluxBB