Fiji Web Design
Welcome, Guest
Please Login or Register.    Lost Password?
[Frontend] Add Tag Problem (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: [Frontend] Add Tag Problem
#37
Novocained (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[Frontend] Add Tag Problem 3 Years, 7 Months ago Karma: 0  
Hi,
I was successfull in using this component on a local installation of joomla(Apache on Win Vista). But when I tried it on my server, which runs on Linux, the Add tag feature does not work. From the backend, I can add the tags normally. I also tried changind the <a href="#"> to <a href="javascript:void(0);"> . Can you tell me what is the problem?

My website : www.novocained.com/blog/index.php

Thanks,
Aditya
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#39
admin (Admin)
Admin
Posts: 475
graph
User Online Now Click here to see the profile of this user
Re:[Frontend] Add Tag Problem 3 Years, 7 Months ago Karma: 10  
The tags component uses JS to add the tags in the frontend.

The JS file is a single PHP file that puts together all the necessary JS files. One of the JS files is a JSON encoded configuration file. The configuration file is not being loaded, or loading of the JS files stops when the configuration file is being encoded into JSON format.

It may be a PHP fatal error and you have error reporting turned OFF in PHP (which is the best setting for production sites).

Could you add the PHP code:

<?php

error_reporting(E_ALL);

?>
To the top of the file components/com_tag/tag.php. This will show what error is occurring.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/11 07:24 By admin.
  The administrator has disabled public write access.
#40
Novocained (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:[Frontend] Add Tag Problem 3 Years, 7 Months ago Karma: 0  
I added the above code to the tag.php file. But I dont see any error information? I mean, how come it works flawlessly on one machine and not on other? I am using Joomla 1.0.13, could that be a problem?, Do i need to upgrade?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#44
Novocained (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:[Frontend] Add Tag Problem 3 Years, 7 Months ago Karma: 0  
I guess I have figured out the problem, partially. This component does not work when JomComment is also installed. I verified it 3 times on a local Joomla installation. This component refuses to work even after the uninstalation of the other mentioned component. I cannot remove the other one as I have paid for it. Alas! I cant use what I think,the best tagging option for Joomla(that too for free!)...
If you guys get some solution, do let me know about it
Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#93
xdea (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:[Frontend] Add Tag Problem 3 Years, 6 Months ago Karma: 0  
Exactly same problem as Novocained.
I think joomla tag component is great.
However, it does not work with Jom Comment.

I found that the fwd_tag.config is not defined while using with Jom Comment.
Hope that someone can fix or give some hints in the future.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Joomla Downloads

DownloadsDownload our free Joomla! Components, Modules and Plugins.