no ti direi di no invece, il warning non è un notice è un errore grave.
in qs file, /home/user/public_html/installation/includes/bigdump.php , alla linea 134 cerca di fare questo:
fopen(/home/user/public_html/installation/sql/migration/migrate.sql)
e non ci riesce, quindi ti risponde:
failed to open stream: No such file or directory
nun ce sta! .... o non ha i permessi corretti.
M.
Ciao di nuovo,
dunque : ho preso il database ricavato dal migrator della mia 1.0 , l'ho rinominato migrate.sql, l'ho caricato dentro installation>sql>migration , ho impostato jos_ come prefisso delle tavole e ho dato invio .
Mi dà sempre doppi errori (sopra e sotto)
Sopra :
Notice: iconv() [function.iconv]: Detected an illegal character in input string in /home/user/public_html/installation/installer/helper.php on line 873
Warning: file_put_contents(/home/user/public_html/installation/sql/migration/converted.sql) [function.file-put-contents]: failed to open stream: Permission denied in /home/user/public_html/installation/installer/helper.php on line 939
e sotto
Error at the line 8: INSERT INTO jos_newsfeeds (`catid`,`id`,`name`,`link`,`filename`,`published`,`numarticles`,`cache_time`,`checked_out`,`checked_out_time`,`ordering`,`alias`) VALUES ( '4','1','Notizie ufficiali - Joomla','
http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','','1','5','3600','0','0000-00-00 00:00:00','8','notizie-ufficiali-joomla');
Query:# Migrator SQL Plugin
INSERT INTO jos_newsfeeds (`catid`,`id`,`name`,`link`,`filename`,`published`,`numarticles`,`cache_time`,`checked_out`,`checked_out_time`,`ordering`,`alias`) VALUES ( '4','1','Notizie ufficiali - Joomla','
http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','','1','5','3600','0','0000-00-00 00:00:00','8','notizie-ufficiali-joomla');
MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '# Migrator SQL Plugin INSERT INTO jos_newsfeeds (`catid`,`id`,`name`,`link`,`' at line 1
Fermato all'errore
La situazione diventa sempre più complicata.... ma dov'è che sbaglio ?