Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
5.13 - 5.2 Upgrade Error
Avatar
Steve Brassington
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 11:53 am

When upgrading from 5.13 to 5.2 I get this error in a blue box:

Upgrade Aborted
at build section: 8972
9068

5.1.3 works perfectly. I attempted the upgrade with all plugins disabled.

 

Any ideas?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:12 pm

so that means nothing in the upgrade script even ran...  the first thing that runs is a simple option update - not sure how it could fail...

do you have firefox with firebug?  can you try the upgrade with the console open?  and see what the ajax response is when the upgrade tries to run?  if failing should be able to get an error...  and worth checking the server error log to for anything...

Avatar
Steve Brassington
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:15 pm

This is what it said when running with Firebug console running:

 

Response Headers
Connection

Keep-Alive
Content-Type

text/problem-with-post-edit-buttontml; charset=UTF-8
Date

Mon, 24 Dec 2012 02:14:48 GMT
Keep-Alive

timeout=5, max=72
Server

Apache
Transfer-Encoding

chunked
Request Headers
Accept

text/problem-with-post-edit-buttontml, */*; q=0.01
Accept-Encoding

gzip, deflate
Accept-Language

en-US,en;q=0.5
Connection

keep-alive
Cookie

__utma=17659241.246492114.1356047416.1356278244.1356315013.8; __utmz=17659241.1356047416.1.1.utmcsr=

(direct)|utmccn=(direct)|utmcmd=(none); wp-settings-3831=editor%3Dhtml%26align%3Dnone%26wplink%3D1%26imgsize

%3Dfull%26hidetb%3D1%26urlbutton%3Dnone%26galcols%3D2%26galfile%3D1%26galdesc%3D1%26ngg_upload_resize

%3D1%26ngg_show_update_notice196%3D1%26libraryContent%3Dbrowse%26uploader%3D1; wp-settings-time-3831

=1356047430; adce_theme=default; __utmc=17659241; __utmb=17659241.9.10.1356315013; wordpress_test_cookie

=WP+Cookie+check; wordpress_logged_in_7caac7d625aadcb0e5dcb917f4feaeef=steveb_77%7C1357524852%7Cfbe87cc02ff245a16c162fb0f1c2748f

; PHPSESSID=d2692e6551087bca1169ca127e6fec35
Host

Referer

User-Agent

Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
X-Requested-With

XMLHttpRequest

 

9068

<!-- Begin Attracta Include 2012-12-04 04:40 -->

<script type='text/javascript'>

function attracta_loadjs(url) {

(function() {

var s = document.createElement('script');

s.type = 'text/javascript';

s.async = true;

s.src = url;

var x = document.getElementsByTagName('script')[0];

x.parentNode.insertBefore(s, x);

})();

}

function attracta_shouldrun() {

var v = ["/admin/","/adm/","/wp-admin/","/administrator/"];

for (x in v) if(window.location.pathname.indexOf(v[x]) == 0) return false;

return true;

}

function attracta_window_width() {

if (document.body && document.body.offsetWidth) return document.body.offsetWidth;

if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth

) return document.documentElement.offsetWidth;

if (window.innerWidth) return window.innerWidth;

return 0;

}

function attracta_window_height() {

if (document.body && document.body.offsetHeight) return document.body.offsetHeight;

if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetHeight

) return document.documentElement.offsetHeight;

if (window.innerHeight) return window.innerHeight;

return 0;

}

</script>

<!-- End Attracta Include 2012-12-04 04:40 --> "

 

 

 
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:28 pm

Do you know what attracta is?? another wp plugin? if so, can you disable it and try the upgrade?

Avatar
Steve Brassington
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:46 pm

Attracta is not a plugin, its part of the hosting setup, it's something that checks meta tags, that's all.

 

As I mentioned, 5.1.3 works just fine with no issues, so it's very strange. 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 24, 2012 - 3:33 am

Was everything after the '9068' in the response from the server? If not what was the actual response from the server? To successfully run, SP is expecting a simple number and only that number...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 24, 2012 - 9:43 am

I think you gave us the info from the wrong column...  you gave us the headers...  we just need the response tab...

how did you remove wp super cache?  did you remember to remove the advanced-cache.php file from wp-content?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 24, 2012 - 10:01 am

interesting...

do you know:  https://simple-press.com/suppo.....aborted-2/

that guy and site?

Seems he is having exact same problem...  the attracta stuff is killing the ajax upgrade stuff...  I have access to his stuff and can see it...

Our ajax response is supposed to be a single digit response - or in error situation, an error code/message... but in this case, the attracta stuff is corrupting our ajax response and throwing the upgrade into error state...

can you disable the attracta stuff??  or get it to not corrupt every ajax response?  will have to get with Andy and see if anything we can do to handle these erroneous conditions...

Avatar
Steve Brassington
Member
Free Members
sp_UserOfflineSmall Offline
Dec 27, 2012 - 11:32 am

Ive been trying with no joy. How can I completely remove everything related to Simple-Press and then reinstall? Just delete the plugin ?

 

My Database will of course be OK, I just am curious to see if a clean delete then reinstallation will fix things.

 

 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 27, 2012 - 11:44 am

not sure how that will help...  its the attracta stuff foiling the upgrade ajax...

are you saying you want to remove simple press files AND data?  and do a complete fresh reinstall?

before getting drastic, can you try a one line change for me?  see this post:

https://simple-press.com/suppo.....2/#p116249

and try adding that one line to your sp-upgrade.php file...  worth a try...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625