Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ccoleso

2
Issues / Re: PyRad sqlalchemy.exc.CompileError
To repair that, change this file:
Code: [Select]
C:\Program Files (x86)\PyRad Classic\Components\syscodes\pageactionsdetails.xml
find
Code: [Select]
<code id="class_pagename">
  and add in imports this
Code: [Select]
from sqlalchemy import text

Then change all quoted texts to text() in:
Code: [Select]
<code id="orderbystatement">
<code id="groupbystatementwithdefault">
<code id="orderbystatementwithdefault">
<code id="orderbystatementsingle">