upgrade from 1.6 to 2.5 blank site with errors

Discussion regarding Joomla! 2.5 security issues.

Moderators: mandville, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant / FPA - If you are serious about wanting help, you will use this tool to help you post.
Locked
melaniebund
Joomla! Intern
Joomla! Intern
Posts: 72
Joined: Mon Sep 05, 2011 4:31 pm

upgrade from 1.6 to 2.5 blank site with errors

Post by melaniebund » Fri Sep 20, 2013 1:23 pm

Hi - my site seems to have been hacked, spam is being sent from the site for some reason, i cant install anything so i upgrade so from 1.6 to 2.5 i think using admintools-2.2a3 - now i have a blank site?
hompage
Fatal error: Declaration of JRegistryFormatJSON::stringToObject() must be compatible with that of JRegistryFormat::stringToObject() in /home/vg011web00/41/83/2918341/web/libraries/joomla/registry/format/json.php on line 64
.....

admin is crazy
Fatal error: Interface 'JsonSerializable' not found in /home/vg011web00/41/83/2918341/web/libraries/joomla/registry/registry.php on line 22
Fatal error: Declaration of JRegistryFormatJSON::stringToObject() must be compatible with that of JRegistryFormat::stringToObject() in /home/vg011web00/41/83/2918341/web/libraries/joomla/registry/format/json.php on line 64
...

how can i salvage the site and redo?

HELP
thanks in advance
melanie

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by leolam » Fri Sep 20, 2013 4:11 pm

No this is never going to work at all. When you are hacked you are in deep trouble and the only thing you can do is following all (!!!!) steps as outlined here: http://forum.joomla.org/viewtopic.php?f=621&t=582854

You cannot leave a single step! Pls follow up or you will be hacked again!

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30966
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by Per Yngve Berg » Fri Sep 20, 2013 4:20 pm

Mod. Note: Relocated to the Security J2.5 forum.

melaniebund
Joomla! Intern
Joomla! Intern
Posts: 72
Joined: Mon Sep 05, 2011 4:31 pm

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by melaniebund » Fri Sep 20, 2013 9:27 pm

ok i found the idiot who was i think sending from this site and deleted him in database - have uploaded my backup and the site sort of working apart from the google map page - i now want to upgrade from 1.6 to 2.5, i have installed Admin Tools Core 2.2.a3 but there seems to be no way to update joomla ( THOUGH THERE IS A BIG BUTTON SAYING reinstall 3.2.0-ALPHA and i am afraid to do so)- so how can i do it manually? and would be nice to get the googlemap working again...
A BIG CRY FOR HELP AGAIN
thanks
melanie
site: http://www.matthiascontzen.com

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by leolam » Sun Sep 22, 2013 9:42 am

melaniebund wrote:( THOUGH THERE IS A BIG BUTTON SAYING reinstall 3.2.0-ALPHA and i am afraid to do so)- so how can i do it manually? and would be nice to get the googlemap working again...
A BIG CRY FOR HELP AGAIN
Do NOT i repeat NOT install version 3.2.0 on a live site ! That is not a stable version!

Go to components/Joomla update / Options and set the update preferences to Short term Release and save. Reload and you will see Joomla 3.1.5 appearing

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

User avatar
mandville
Joomla! Master
Joomla! Master
Posts: 15153
Joined: Mon Mar 20, 2006 1:56 am
Location: The Girly Side of Joomla in Sussex

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by mandville » Sun Sep 22, 2013 10:27 am

i cant install anything so i upgrade so from 1.6 to 2.5 i think using admintools-2.2a3
did the upgarde go successfully or did it fail?
did you ever have a working 2.5 site?
Go to components/Joomla update / Options and set the update preferences to Short term Release and save. Reload and you will see Joomla 3.1.5 appearing
you should look for the 2.5 version not the 3.x
failing that you should start from your back up and after removing the "naughty" user start the methodical update process.
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
{VEL Team Leader}{TM Auditor }{ Showcase & Security forums Moderator}

melaniebund
Joomla! Intern
Joomla! Intern
Posts: 72
Joined: Mon Sep 05, 2011 4:31 pm

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by melaniebund » Wed Sep 25, 2013 12:01 pm

Hi in components there is no joomla update - there seems to be no way to update so i have this code to update the database to enable the updates hopefully but it does not work

UPDATE #_menu SET component_id =
(SELECT extension_id FROM #_extensions WHERE name = "com_joomlaupdate")
WHERE title = "com_joomlaupdate"

As I get this answer

SQL query:
UPDATE SET component_id = (
SELECT extension_id
FROM WHERE title = "com_joomlaupdate"
MySQL said:
#1064 - 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 'SET component_id =
(SELECT extension_id FROM WHERE title = "com_joomlaupdate"' at line 1

any ideas - as i really need to upgrade
thanks

melaniebund
Joomla! Intern
Joomla! Intern
Posts: 72
Joined: Mon Sep 05, 2011 4:31 pm

Re: upgrade from 1.6 to 2.5 blank site with errors

Post by melaniebund » Wed Sep 25, 2013 2:13 pm

have sorted out the script above - the # is the database prefix - so the call works but i can still not update the joomla - there are no links anywhere in admin to do so?
How can i work around this?
thanks
melanie


Locked

Return to “Security in Joomla! 2.5”