Message has been edited, Click Here to view/hide original messageOriginal Message - [11/12/2007]Original Message - [11/12/2007]
I'm trying to use Zforum for the first time. I downloaded the latest official version, installed the product on my zope instance successfully and then tryed to add it to a folder in ZMI. Then the problems start.
In the creation form I have no choice to select Postgres instead of Mysql. Anyway I try to use the string to connect to postgre using the sugested sintax. After adding zforum the database connection is created for mysql not postgre. Then I make a new connector using Zpsycopg2, I can check that the connection to the database is stablished successfully. But when I try to access to the forum I get the following error:
Site Error
An error was encountered while publishing this resource.
Error Type: ProgrammingError
Error Value: column zf.include_latest_topics does not exist LINE 9: and zf.include_latest_topics = 1 ^
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
Anyone had this error or know how to solve it.
Best regards.
I'm trying to use Zforum for the first time. I downloaded the latest official version, installed the product on my zope instance successfully and then tryed to add it to a folder in ZMI. Then the problems start.
In the creation form I have no choice to select Postgres instead of Mysql. Anyway I try to use the string to connect to postgres using the sugested sintax. After adding zforum the database connection is created for mysql not postgre. Then I make a new connector using Zpsycopg2, I can check that the connection to the database is stablished successfully. But when I try to access to the forum I get the following error:
Site Error
An error was encountered while publishing this resource.
Error Type: ProgrammingError
Error Value: column zf.include_latest_topics does not exist LINE 9: and zf.include_latest_topics = 1 ^
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
Anyone had this error or know how to solve it.
Best regards.
P.D. the reason I try to use postgres is that I get an error when importing the provided squema for mysql and some tables are not created.
Message has been edited, Click Here to view/hide original messageOriginal Message - [11/12/2007]
I'm trying to use Zforum for the first time. I downloaded the latest official version, installed the product on my zope instance successfully and then tryed to add it to a folder in ZMI. Then the problems start.
In the creation form I have no choice to select Postgres instead of Mysql. Anyway I try to use the string to connect to postgre using the sugested sintax. After adding zforum the database connection is created for mysql not postgre. Then I make a new connector using Zpsycopg2, I can check that the connection to the database is stablished successfully. But when I try to access to the forum I get the following error:
Site Error
An error was encountered while publishing this resource.
Error Type: ProgrammingError
Error Value: column zf.include_latest_topics does not exist LINE 9: and zf.include_latest_topics = 1 ^
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
Anyone had this error or know how to solve it.
Best regards.
I'm trying to use Zforum for the first time. I downloaded the latest official version, installed the product on my zope instance successfully and then tryed to add it to a folder in ZMI. Then the problems start.
In the creation form I have no choice to select Postgres instead of Mysql. Anyway I try to use the string to connect to postgres using the sugested sintax. After adding zforum the database connection is created for mysql not postgre. Then I make a new connector using Zpsycopg2, I can check that the connection to the database is stablished successfully. But when I try to access to the forum I get the following error:
Site Error
An error was encountered while publishing this resource.
Error Type: ProgrammingError
Error Value: column zf.include_latest_topics does not exist LINE 9: and zf.include_latest_topics = 1 ^
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
Anyone had this error or know how to solve it.
Best regards.
P.D. the reason I try to use postgres is that I get an error when importing the provided squema for mysql and some tables are not created.