500 Layout edit_associations non trovato

Started by tulinux, 21 July 2014, 10:45:36

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

tulinux

errore persistente, forse ho risolto con l'aiuto di un amico sviluppatore... ora provo...

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

tulinux

Ecco quello che ci dice error.log:
[Wed Oct 29 22:02:22 2014] [warn] [client 93.37.255.146] mod_fcgid: stderr: PHP Fatal error:  Call to undefined method JDocumentRaw::isHtml5() in /var/www/vhosts/ergocert.net/httpdocs/libraries/joomla/document/html/renderer/head.php on line 68, referer: http://www.ergocert.net/administrator/index.php?option=com_abook

tulinux

Purtroppo dopo un paio d'ore di analisi del file di log non siamo venuti a capo del problema, non mi restano che due possibilità, o ridigito tutto partendo da zero e senza importare il DB dalla versione 2.5 oppure implemento la vecchia versione funzionante e poi periodicamente importo sulla 3.3... sinceramente non riesco a capire...
Grazie comunque.
Carlo :-[

federica

Mi dispiace che tu non sia riuscito a risolvere, secondo me è qualche altra estensione che da fastidio ad Abook. Adesso non ricordo se lo avevi già fatto, ma prova a disabilitare tutte le estensioni che hai installato.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

tulinux

Ciao Federica, ma intendi le estensioni di ABook ?
Grazie
CArlo

tulinux

#19
Avevo deciso di reinstallare in modo pulito e senza le estensioni Abook e poi rimettermi a inserire da capo i dati... ho provato e a DB vuoto sono andato in inserimento delle categorie... purtroppo nulla da fare sempre lo stesso problema... Mi dispisce tantissimo perchè mi ero affezionato a questo componente...  :'(

error_log:
[Fri Oct 31 16:34:01 2014] [warn] [client 93.37.90.252] mod_fcgid: stderr: PHP Fatal error:  Call to undefined method JDocumentRaw::isHtml5() in /var/www/vhosts/ergocert.net/httpdocs/libraries/joomla/document/html/renderer/head.php on line 128, referer: http://www.ergocert.net/administrator/index.php?option=com_abook

ho anche messo permessi a 777 a tutte le cartelle ed ai files...  Niente.

TRUEMAKER

Hi, Federica

I have this problem too.
- Joomla! 3.3.6 (clear) only 1 component added (ABOOK)
- Alexandria Book Library 3.0.0

Admin menu (ADD CATEGORY) return the ERROR
An error has occurred.
{500} Layout edit_associations not found

I try export category from site joomla 2.5 and import in this new. OK.
But i can not edit or create category.

IN LOG
mod_fcgid: stderr: PHP Notice:  Undefined index: id in /***/***/***/libraries/legacy/controller/form.php on line 753

After it i try find some files and view log.
After rename this file error changed.
Please analyse that files for correct php code.
/administrator/components/com_abook/controllers/category.php
/administrator/components/com_abook/views/category/view.html.php

AND i find resolved situation for other components (by the log error string).
PROBLEM
https://github.com/joomla-projects/com_localise/issues/135

SOLVED (in other component with this problem)
Adding id in the form action for first save.
https://github.com/joomla-projects/com_localise/pull/210/files

May be this info help you?

Sorry for my english.

WBR
Igor