Skip to content

Too many redirects error

I'm having trouble installing sendy.co

Follow my setup


ServerAdmin webmaster @ localhost
ServerName subdomain.domain.com.br
DocumentRoot / var / www

Options + FollowSymLinks-Multiviews
AllowOverride None
Order Deny, Allow
Allow from all
</ Directory>
</ VirtualHost>

I get a strange error in my logs

~ # Tail-f / var/log/apache2/error.log
[Wed Mar 13 14:32:10 2013] [error] [client 177.32.37.247] PHP Notice: Undefined variable: parts in / var / www / includes / functions.php on line 1
[Wed Mar 13 14:32:10 2013] [error] [client 177.32.37.247] PHP Notice: Undefined index: kuivotgt in / var / www / includes / functions.php on line 1
[Wed Mar 13 14:32:10 2013] [error] [client 177.32.37.247] PHP Notice: Undefined index: kuivotgt in / var / www / includes / functions.php on line 1

This error is recursive, and the browser shows incorrect redirects

Could someone pass me the correct setting?

PHP 3.5.10-1ubuntu3.5 with Suhosin-Patch (cli) (built: Jan 18 2013 23:40:19)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

Server version: Apache/2.2.22 (Ubuntu)
On mod_ rewrite

Comments

  • Can you PM me:

    1. Your Sendy installation URL
    2. Your FTP credentials

    Thanks.

    Ben

  • I had this. It was because I'd FTPd the files up to the server in auto or text mode, rather than specifically binary. If you reupload the files in binary mode, it should fix it (assuming it's the same problem!).

  • Thanks @addactive for helping out.

    @danilofreitas Please try @addactive's suggestion to see if you still have the same problem. Also, please remember to change AllowOverride None to AllowOverride All on Ubuntu.

    Thanks.

    Ben

  • Hello Ben, thanks for the help.

    I use an EC2 instance and I upload via SCP.

    I did upload the file via SCP and unzipped inside the server.

    I switched to AllowOverride All, but it did not work

    I sent a message to you my satisfaction SSH key and user / domain

    thank you

  • Apparently the problem is not with ubuntu ..

    Now I tried the Linux distro AWS AMI that is based on SUSE

    I had the same problem ... perhaps an issue independent of the distribution, as other users have also had this problem.

    I was trying in version 1.1.5.3 and now updated to version 1.1.5.4, but still could not solve the problem.

    It seems that there are two cases.
    http://sendy.co/discussion/805/webpage-has-a-redirect-loop
    http://sendy.co/discussion/806/install-throws-too-many-redirects-when-calling-_install-php-in-browser

  • Hi @danilofreitas,

    Yes I can reproduce the same problem when installing. I found the issue, it was to do with the obfuscated functions file I updated yesterday. Apparently, it wasn't obfuscated properly.

    Please download the 1.1.5.4 update again from http://sendy.co/get-updated and just replace the /includes/functions.php file on your server.

    Sorry for the trouble.

    Ben

This discussion has been closed.