I am not able to get this to work. Not matter what sort of tag I enter nothing gets replaced. Also, every time I add a user tag it overwrites all sitewide tags, no matter what the names are. This is with the Feb 4th release, 5.x-1.2
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | reptag_php4js.patch | 4.06 KB | profix898 |
Comments
Comment #1
profix898 commentedCan you please post some details on your configuration? PHP, Apache, MySQL, OS, Browser, ... and what else seems important to you. I realized your post at http://drupal.org/node/112966. Is this bug report with disabled javascript features?
Comment #2
profix898 commentedRegarding "every time I add a user tag it overwrites all sitewide tags" this was actually a bug with something I messed up during the update to Drupal 5. I guess most people (including me) are using the AJAX version and therefore never recognized this bug. Fix committed to Drupal-5 branch. I will tag a new release once the other issues are fixed as well. Thanks.
But I still dont have an idea why the replacement process doesnt work for you. Have you tried some other tags, e.g. {DATE} or any other module tag? It may also be related to the incorrectly saved tags. Can you please try the latest Drupal-5 cvs version and confirm that the bug is still there!?
Comment #3
cowhead commentedI reinstalled and still get both errors. I'm using php 4.4.4 and mysql 4.0.27 on an apache server running centOS. I get the same errors w/ firefox 2 and IE7.
I have tried it on two sites, one with a few modules, and one with nothing but drupal core a couple of drupal's option modules.
Perhaps I'm doing something wrong? I have read over the directions and I don't think I've missed anything obvious.
This problem is with all tags, both custom and things like {DATE} {SITE}
Comment #4
profix898 commentedI got a few hints on the issues you reported. I just installed the same PHP/MySQL versions as you on my development box. Good new (or bad news for me ;)) the issue is related to the PHP version. I works nicely with PHP5.x, but some of the features I added for 1.2 seem broken with PHP4.x. I already narrowed it down to one line in reptag_process(). It shouldnt be too difficult to fix that.
The Javascript/AJAX issue happens with PHP4.x and CleanURLs enabled only. I will try to fix both issues and report back in about 24h. Its time to sleep where I am ;) Thanks again for granting me acceess to your site's configuration. Hope you will have a working reptag version soon.
Comment #5
profix898 commentedAttached is a patch that should fix the issues with PHP4 and CleanURLs. Not 100% about the javascript one, I experienced problems with javascript myself (using your server configuration), but I got a different error message. However with this patch javascript seems to works nicely.
Comment #6
manveru commentedYour patch is working at my configuration very well. Please release it ASAP - it may help many using this module.
Comment #7
profix898 commentedAs per manveru, setting RTBC. Thanks for review. I think an updated release will be available within <48h.
Comment #8
profix898 commentedComment #9
profix898 commentedCommitted to Drupal-5 branch.
If there is still an issue with ajax/javascript please post to http://drupal.org/node/112966 instead.
Comment #10
(not verified) commented