database prefix: missing table content_type_conference_paper
infotrendy - February 11, 2009 - 05:46
| Project: | Conference |
| Version: | 6.x-1.2-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | zyxware |
| Status: | needs review |
Jump to:
Description
When using database with prefix there is an error in line 1695 conference.module
things to do:
add {} over content_type_conference_paper
so it looks like that:
$current_max_id = db_result (db_query ("SELECT (field_paper_id_value) FROM {content_type_conference_paper} ORDER BY field_paper_id_value DESC LIMIT 1"));

#1
Hello All
I am back, I was out for about 3 weeks I will look into the issue and update shorty. Thank You for your patience.
Regards
Zyxware
#2
I have corrected the code and put it back into the CVS Repository.
It should be available in the latest DEV by tonight.
Regards
Zyxware
#3
forgot to change the status and assignment
#4