On Thu, Mar 14, 2024 at 11:22 PM mayur logan <mayurlo...@gmail.com> wrote:

> Hi All,
>
> After porting from Trac 0.12 to Trac 1.6. I am facing issue with Wiki
> Tables.
> Currently using latest plugin from
> https://trac-hacks.org/wiki/WikiTableMacro
>
> The pages where tables were coming in Trac 0.12 for which SQL coding was
> used, in Trac 1.6 tables are not ported.
>
> Example code, I have given below.
> {{{#!SQLTable
> SELECT '<a href="http://cgi-bin/report/1051";>'||COUNT(id)||'</a>' AS
> "User Version"
> FROM ticket
> }}}
>
> Previously in Trac 0.12, this code was giving a table with the count, now
> in Trac 1.6 it is not giving any output.
> Currently we have around 100 wiki pages with similar codes.
>
> Kindly suggest.
>
> Regards,
>

Please check the logs to see if the plugin is loading:
https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/CA%2BBGpn_hjgiVjxPWEaFZQj-G9vwbEU5mttQsNpDVRo92mpLELw%40mail.gmail.com.

Reply via email to