You are not logged in.
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
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.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
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
No, any jQuery will be fine.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
jus for the record – having same issue as maverick; on XP with Firefox 2.0
Offline
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,20Please report back which one succeeds or fails.
The first and third succeed, the second fails.
Offline
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.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
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
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
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.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline