I get error after processing upgrade.php
Parse error: syntax error, unexpected 'embed' (T_STRING), expecting ')' in /home/shadowdb/public_html/mod/embed/languages/it.php on line 7
I replaced all the core files completely, as directed, and merged the .htaccess and settings.php
Any idea what went wrong?
the embed/languages/it.php looks like this:
<?php return array( 'embed:embed' => 'Inietta', 'embed:media' => 'Inietta contenuto', 'embed:instructions' => 'Clicca su qualsiasi file per incorporarlo nel tuo contenuto', 'embed:upload' => 'Carica media\', 'embed:upload_type' => 'Tipo di caricamento:', // messages 'embed:no_upload_content' => 'Nessun contenuto da caricare!', 'embed:no_section_content' => 'Nessun elemento trovato', 'embed:no_sections' => 'Non abbiamo trovato alcun plugin supportato per l\'incorporamento. Chiedi all\'amministratore del sito di abilitare un plugin che supporti l\'incorporamento.', );
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Darth Vader@aminohappo

Darth Vader - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
You must log in to post replies.I had forgotten to add this line to .htaccess
so I upgraded with PHP5.3. Might that have been the problem? Anything to fix it or do I have to restore the backup and start everything from the beginning (I've been upgrading the whole day)?
There's simply a syntax error in the file.
Change this:
Into this:
After that you should be able to continue the upgrade normally.