This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

d.negativa
d.negativa

Look at the screenshot to see the error
I can not upgrade from 124 to 130.
I also tried to upgrade the console - php artisan october:update --force
But unfortunately the same result. :(

Last updated

d.negativa
d.negativa

the text of the error here:

<br/>
<pre><code><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- /* Stylesheet for Squid Error pages Adapted from design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */ /* Page basics */ * { font-family: verdana, sans-serif; } html body { margin: 0; padding: 0; background: #efefef; font-size: 12px; color: #1e1e1e; } /* Page displayed title area */ #titles { margin-left: 15px; padding: 10px; padding-left: 100px; background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left; } /* initial title */ #titles h1 { color: #000000; } #titles h2 { color: #000000; } /* special event: FTP success page titles */ #titles ftpsuccess { background-color:#00ff00; width:100%; } /* Page displayed body content area */ #content { padding: 10px; background: #ffffff; } /* General text */ p { } /* error brief description */ #error p { } /* some data which may have caused the problem */ #data { } /* the error message received from the system or other software */ #sysmsg { } pre { font-family:sans-serif; } /* special event: FTP / Gopher directory listing */ #dirmsg { font-family: courier; color: black; font-size: 10pt; } #dirlisting { margin-left: 2%; margin-right: 2%; } #dirlisting tr.entry td.icon,td.filename,td.size,td.date { border-bottom: groove; } #dirlisting td.size { width: 50px; text-align: right; padding-right: 5px; } /* horizontal lines */ hr { margin: 0; } /* page displayed footer area */ #footer { font-size: 9px; padding-left: 10px; } body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } :lang(he) { direction: rtl; } --></style> </head><body id=ERR_INVALID_REQ> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr> <div id="content"> <p><b>Invalid Request</b> error was encountered while trying to process the request:</p> <blockquote id="data"> <pre>POST /api/core/update HTTP/1.1 Host: octobercms.com Accept: */* Content-Length: 781 Expect: 100-continue Content-Type: multipart/form-data; boundary=------------------------10bb871696ba1aff </pre> </blockquote> <p>Some possible problems are:</p> <ul> <li id="missing-method"><p>Missing or unknown request method.</p></li> <li id="missing-url"><p>Missing URL.</p></li> <li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li> <li><p>Request is too large.</p></li> <li><p>Content-Length missing for POST or PUT requests.</p></li> <li><p>Illegal character in hostname; underscores are not allowed.</p></li> <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li> </ul> <p>Your cache administrator is <a href="mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_REQ&body=CacheHost%3A%20localhost%0D%0AErrPage%3A%20ERR_INVALID_REQ%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Sun,%2027%20Jul%202014%2013%3A51%3A38%20GMT%0D%0A%0D%0AClientIP%3A%2010.0.252.30%0D%0A%0D%0AHTTP%20Request%3A%0D%0APOST%20%2Fapi%2Fcore%2Fupdate%20HTTP%2F1.1%0AHost%3A%20octobercms.com%0D%0AAccept%3A%20*%2F*%0D%0AContent-Length%3A%20781%0D%0AExpect%3A%20100-continue%0D%0AContent-Type%3A%20multipart%2Fform-data%3B%20boundary%3D------------------------10bb871696ba1aff%0D%0A%0D%0A%0D%0A">webmaster</a>.</p> <br> </div> <script language="javascript"> if ('POST' != '[unknown method]') document.getElementById('missing-method').style.display = 'none'; if ('http://octobercms.com/api/core/update' != '[no URL]') document.getElementById('missing-url').style.display = 'none'; if ('http' != '[unknown protocol]') document.getElementById('missing-protocol').style.display = 'none'; </script> <hr> <div id="footer"> <p>Generated Sun, 27 Jul 2014 13:51:38 GMT by localhost (squid/3.1.19)</p> <!-- ERR_INVALID_REQ --> </div> </body></html>
</code></pre>

Last updated

brokenpixels2325
brokenpixels2325

Is your installation running locally, or on a remote server?

Have you updated successfully in the past?

d.negativa
d.negativa

Yes, I have successfully updated in the past.
At the moment I'm working locally
As a server, I use Homestead

milos.stanic
milos.stanic

I also have a problem updating from 124 to 131 on my GoDaddy deployment. here's the screenshot: http://imgur.com/osS1nIp

I have successfully updated on my local WAMP setup, though.

daftspunky
daftspunky

This error shows that the request to the October gateway has been rejected by a proxy server (Squid v3.1.19) with the error message: Request is too large.

Unfortunately this is unrelated to October, moreso your server configuration and access to the outside world.

milos.stanic
milos.stanic

what about my error?

d.negativa
d.negativa

@daftspunk, thanks!
How can I fix this situation?
Maybe someone can will prompt me a solution?

1-8 of 8

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.