Hi, I want to use your biblio module for drupal 7. When we can use input forms?

Comments

rjerome’s picture

The most recent -dev version works (for me and a few others). Does your experience differ?

julia_sib’s picture

I have installed new version and I have such error
DatabaseSchemaObjectExistsException: Table biblio already exists. in DatabaseSchema->createTable() (line 605 of /includes/database/schema.inc).
must I manually delete tables?
I can't update the module

rjerome’s picture

Hmm, it sounds like you may have a partially installed version. Try "un-installing" (admin/modules/uninstall) and re-installing. Failing that, you might try manually dropping all the "biblio" tables and try re-installing.

julia_sib’s picture

i reinstalled drupal, but i can't install biblio
i have error PHP Fatal error: Only variables can be passed by reference in /sites/all/modules/contribute/biblio/biblio.module on line 1479, referer: /admin/modules/list/confirm

rjerome’s picture

What version of PHP are you using?

julia_sib’s picture

5.3.3

rjerome’s picture

That should be OK, I use that on one of my machines as well. Maybe you should give me the full rundown on your setup (OS, DB, Drupal release...)

I know there are a number of people using Biblio 7.x, and you are the first to run into this.

Ron.

julia_sib’s picture

my config
drupal 7.0-alpha7.0
mysql 5.1.51

julia_sib’s picture

hi, may be you give previous version biblio 7. I must install biblio

rjerome’s picture

I'm sorry, but I don't understand your last comment.

julia_sib’s picture

Any last version can will be installed, the prior version was installed, but badly worked. This version isn't installed. Whether there is an archive of releases
My chief is angry

julia_sib’s picture

Your biblio installation is not correct. I've tried to install biblio on local and I have error
PDOException: SQLSTATE[HY000]: General error: 1 table "biblio_contributor_data" has more than one primary key: CREATE TABLE {biblio_contributor_data} ( cid INTEGER PRIMARY KEY AUTOINCREMENT CHECK (cid>= 0), aka INTEGER NOT NULL CHECK (aka>= 0) DEFAULT 0, drupal_uid INTEGER CHECK (drupal_uid>= 0) DEFAULT NULL, name VARCHAR(128) NOT NULL DEFAULT '', lastname VARCHAR(128) NOT NULL DEFAULT '', firstname VARCHAR(128) DEFAULT '', prefix VARCHAR(128) DEFAULT '', suffix VARCHAR(128) DEFAULT '', initials VARCHAR(10) DEFAULT '', affiliation VARCHAR(255) DEFAULT '', md5 VARCHAR(32) DEFAULT NULL, PRIMARY KEY (aka) ); ; Array ( ) in db_create_table() (line 2583 of www\biblio\includes\database\database.inc).
Is there normal version?

rjerome’s picture

With regards to comment #11, no there are no previous releases because this is still in the "-dev" phase there have been no tags made in this CVS branch, and also for that reason, there are no guarantees of a fully working solution. You should be cautious about using Drupal 7 for anything other than testing.

I have tested the installation on a number of machines that I maintain and have never seen any of the errors that you are reporting, and it seems odd that each time you try to install, you are getting a different error.

You might try the latest -dev version of Drupal 7, but to be honest, if you really want/need a working solution, you should stick to Drupal 6 until there is an official release of Drupal 7.

julia_sib’s picture

I have found any prior version on my computer, it was installed. Then I have copied the current version. It is an error in installation. Integration is necessary to me with cck

julia_sib’s picture

Whether it is possible to make 2 types in entry form of authors: a text box or a choice of authors from the list and the user would define type field type. As it is made in node_reference. I like the module, it would be desirable to have possibility of thin adjustment
Hasn't understood as drupal7 it is integrated with cck.
I added an additional field with the list of authors, but it turns out ugly.

rjerome’s picture

In Drupal 7, it is not mandatory for modules to use "Fields" (what used to be called CCK). The first release of Biblio on Drupal 7 will not use "Fields", that is planed for the 7.x-2.x release, some time after the first release.

On the input form, the author input fields do have "auto-complete" so when you start typing an author name, the author database is searched for similar names and choices are presented to you. If you are using something other than the most recent -dev version, this feature may not be working since I just got it working with Drupal 7 in the last week or so.

julia_sib’s picture

Autocomplete works.
Among authors there can be namesakes, in the list they can be distinguished, adding in a list template to a surname an organization title. It is the main problem for me, autocomplete partially solves the task

julia_sib’s picture

How to print the list of authors on one in View (drupal6)? A field authors in Views - all authors of article in single line are printed

ar-jan’s picture

Status: Active » Closed (fixed)

Assumed fixed.