in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.

Home Page:https://www.in2code.de/agentur/typo3-extensions/publications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List is always empty

DerVolli opened this issue · comments

We tried the plugin on the website of the University of Passau. It was easily to do to import the data of the old sevenpack plugin - but when we want to see the list of the publications in the frontend it is empty. There is always the error message ("No publications found").

For us it did not work to install it via composer therefore we installed the plugin from the TER and merged the renanbr bibtex parser.

Please help ;)

Hi,

that sounds a bit strange. What if you just create a new page with a new publications plugin without any settings (and two or three records before)? Every filtersetting in the plugin will reduce the possible amount of records of course. If you are using the filter in frontend, an anonymous cookie is set with your filter settings. This can be deleted by clicking the "remove filter" button.

If you don't install the extension via composer (why did it not work?), the import via backend module will not work by default.

If you have any further questions, please don't hesitate and ask.

Alex

commented

Hey,

did you choose a sys Folder (where your publications are stored) in the Plugin?

Ok, if you install a TYPO3 extension via composer, of course all requirements are also installed and this is the TYPO3 core at minimum. A public folder should handle the DocumentRoot while packages are stored into a vendor folder outside the DocumentRoot for security reasons. If a vendor has known security problems, there is no change to call the php-script via Apache.

Nevertheless back to a non-composer installation: I try to understand where the problem came from. Because I can't debug on your system, can you please do this step by step and give me feedback:

  1. Install publications in your TYPO3
  2. Clean caches in Install Tool, Make a DB-compare, Build the autoload-files
  3. Add a sysfolder anywhere in your pagetree
  4. Add one (or) more publication test-records by hand
  5. Add a normal page with a publication plugin with empty configuration
  6. Add the static TypoScript template of publications to your root template
  7. View the normal page in frontend
  8. Is it still "No publications found"?

Ok, so I'm out now without debugging - sorry, no ideas left.
Probably it's because of the classic-mode (non composer) even if I can't imagine this.

We have to close old issues to be able to not lose overview over the open issues.
Sorry, but at the moment I would say it's not possible to use publications without a modern composer setup.