Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in the log #2

Closed
michael-e opened this issue Nov 21, 2009 · 2 comments
Closed

Errors in the log #2

michael-e opened this issue Nov 21, 2009 · 2 comments

Comments

@michael-e
Copy link
Contributor

The extension does not create a ("dummy") table for the static section field. The missing table causes errors in the logs each time the datasource is called (no matter if the field is included in the datasource output).

I wouldn't mind having an empty table in the database. The logic simply is "each field has a table".

@michael-e
Copy link
Contributor Author

I made some experiments using the current integration branch of Symphony. Things are even worse then, because Symphony will throw error pages like the following:

Symphony Fatal Database Error
Table 'wwwsymphony_dev.sym_entries_data_362' doesn't exist
An error occurred while attempting to execute the following query
SELECT * FROM sym_entries_data_362 WHERE entry_id IN ('11339') ORDER BY id ASC
...

@knupska
Copy link
Owner

knupska commented Dec 10, 2009

That sounds pretty nasty, thanks for looking into it for me concerning the integration branch (which I've never had the time to play around with).

I actually had this same issue raised by rainerborene on the forums some time ago so had since removed my improper "empty table" override in all my local versions, but hadn't had the time to push back here to github.

Thanks for performing the fixes for me and providing the pull request, I'm not very experienced with Git but I believe I've merged your changes successfully, please let me know if you believe this isn't the case.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants