× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Important!!! read this before posting a question or bug

More
13 years 15 hours ago #349 by Dirk




[h3 style="font-size: 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.6em; margin-left: 0px; padding: 0px;"]1: Please provide all important informations with your question[/size]

It should be no question that you must give relevant informations with your post. Otherwise we can't help you.
Usefull informations are:
  • Operating system
  • Version of Webserver, SQL-Server, PHP, Joomla
  • PHPInfo informations
  • Structure of your SQL table
  • Your JooDB configuration. (Fieldnames, Templates and so on)
[h3 style="font-size: 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.6em; margin-left: 0px; padding: 0px;"]2: Try to enable Joomla debug mode and look at the sql debug[/size]

If the template support debugging it has a DEBUG area at the bottom of the site. There you can see SQL Error messages and so on.
[h3 style="font-size: 14px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.6em; margin-left: 0px; padding: 0px;"]3: Disable the EDITOR and check your Joodb-templates in textmode[/size]

Some editors will destroy your templates by cleaning the code. Please disable code cleaning for JCE and TinyMCE. For TinyMCE its the plugin otions. For JCE it is CLEANUP in the configuration of the component.
Check your template code: eg <img src="{joodb path2thumb}" class="thumbnail" />. Some Editors will change this to <img src="<a href="http://{joodb path2thumb}" class="thumbnail" /> or
The best way is to use JCE with cleanup disabled and a special configuration for the joodb-component or codemirror from joomla 1.6.

Please Log in to join the conversation.

Moderators: Dirkjoest