Not valid SEF Advance backup file
- Greg
-
Topic Author
- Offline
- New Member
-
14 years 3 months ago #5855
by Greg
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Hello,
"Not valid SEF Advance backup file"
I had this issue for long time, but today I fix it.
this post is related: www.sakic.net/forum/sef-advance/moving-s...ues/msg5710/#msg5710
This is not only a warning of deprecated functions in PHP5.3.x but the domit xml parser of the joomla librarie itself that cause this.
Two files use a non reference on severals call_user_func()
xml_saxy_parser.php
xml_saxy_shared.php
So a Warning is throw in the log file (only warning ?) and the sefbackup.xml is not parsed and imported.
The fix is simply to download the two corrected files here :
joomlacode.org/gf/download/trackeritem/18714/46177/xml_saxy.zip
It's in the joomla bug-tracker since J1.5.15 (!!) still on "pending" state...
Hope you can modify something by your side Emir, it would be less painfull than update those two files ...but J1.6 is at the corner...
Thanks
"Not valid SEF Advance backup file"
I had this issue for long time, but today I fix it.
this post is related: www.sakic.net/forum/sef-advance/moving-s...ues/msg5710/#msg5710
This is not only a warning of deprecated functions in PHP5.3.x but the domit xml parser of the joomla librarie itself that cause this.
Two files use a non reference on severals call_user_func()
xml_saxy_parser.php
xml_saxy_shared.php
So a Warning is throw in the log file (only warning ?) and the sefbackup.xml is not parsed and imported.
The fix is simply to download the two corrected files here :
joomlacode.org/gf/download/trackeritem/18714/46177/xml_saxy.zip
It's in the joomla bug-tracker since J1.5.15 (!!) still on "pending" state...
Hope you can modify something by your side Emir, it would be less painfull than update those two files ...but J1.6 is at the corner...
Thanks
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
14 years 3 months ago #5856
by Saka
Emir Sakic
www.sakic.net
Thanks. Yes, I noticed that DOMIT is not compatible with PHP 5.3. Not sure that I can do anything from the component, the only solution is to replace the library files in the core like you did.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.