Okay so here's my tale of woe -- or here's the process I followed and what I saw:
1. Download the XOOPS Downgrade script
2. Backup entire site software
3. Backup site DB
4. saved mainfile.php file for later use
5. over-write XOOPS 2.2.x directory with the XOOPS full
install 2.0.13 (minus the install directory)
6. uploaded Downgrade.php script to the server, placed it in the top level (public_html) directory
7. uploaded saved mainfile.php script to the top level (public_html) directory
8. logged in to the site as admin
9. ran
http://yoursite.com/downgrade.php10. Ran Downgrade script components
-----config
-----blocks
-----users
11. went to the admin page (had to enter
http://yoursite.com/admin.php in order to get there)
12. Saw the "This is your first time message..."
13. Logged in and saw tons of error messages (I ignored them and pressed on so far as I could, see below) Mostly I got 4 errors which repeated many times:
Notice [PHP]: Only variable references should be returned by reference in file C:\Program Files\xampp\htdocs\manyroads\include\functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file C:\Program Files\xampp\htdocs\manyroads\class\module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file C:\Program Files\xampp\htdocs\manyroads\kernel\configitem.php line 103
Notice [PHP]: Only variable references should be returned by reference in file C:\Program Files\xampp\htdocs\manyroads\kernel\configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file C:\Program Files\xampp\htdocs\manyroads\class\xoopsform\form.php line 324
Attempted to Login to the site and saw a completely garbled theme... went back to admin and changed the site theme to default...
None of the themes I had seemed to work including the XOOPS standard default theme.
None of the site pages reloaded automatically (I always need to Click if the page does not automatically reload).
I attempted to perform a System update from the System Admin function. The following errors were returned when I ran that function for repair:
ERROR: Could not recompile template system_imagemanager.html.
ERROR: Could not insert template system_imagemanager2.html to the database.
ERROR: Could not insert template system_userinfo.html to the database.
ERROR: Could not insert template system_userform.html to the database.
ERROR: Could not insert template system_rss.html to the database.
ERROR: Could not insert template system_redirect.html to the database.
ERROR: Could not insert template system_comment.html to the database.
ERROR: Could not insert template system_comments_flat.html to the database.
ERROR: Could not insert template system_comments_thread.html to the database.
ERROR: Could not insert template system_comments_nest.html to the database.
ERROR: Could not insert template system_siteclosed.html to the database.
ERROR: Could not insert template system_dummy.html to the database.
ERROR: Could not insert template system_notification_list.html to the database.
ERROR: Could not insert template system_notification_select.html to the database.
ERROR: Could not insert template system_block_dummy.html to the database.
Rebuilding blocks...
ERROR: Could not create User Menu
ERROR: Could not create Login
ERROR: Could not create Search
ERROR: Could not create Waiting Contents
ERROR: Could not create Main Menu
ERROR: Could not create Site Info
ERROR: Could not create Who's Online
ERROR: Could not create Top Posters
ERROR: Could not create New Members
ERROR: Could not create Recent Comments
ERROR: Could not create Notification Options
ERROR: Could not create Themes
and then a little humor, I think:
Module System updated successfully.
All in all, I think the script is not operational, at least not on my site. Any ideas????