Coder Social home page Coder Social logo

Comments (7)

rust-lucas avatar rust-lucas commented on July 22, 2024

Hey there, sorry this is a bit late getting back to you but - could you make a PHP file somewhere on your server that you can access with the following contents:

<?php

phpinfo();

?>

Once this is made, go to that page. You should get a purple and grey information page detailing your server's PHP installation. Search for the word, "Session" - there should be a section containing the item, "Session Support." Can you confirm that it says "enabled" ?

Also, do you have any errors or warnings in your PHP or Apache logs? The log files are likely located in one of the following locations:

/var/log/apache/
/var/log/httpd/
/var/log/apache2/

Thanks!
Lucas

from scalar.

akprtll avatar akprtll commented on July 22, 2024

I'm experiencing the same problem with recurring redirecting-- from .../scalar/system/login?redirect_url=%2Fscalar%2F to (when I click "Sign in") .../scalar/system/login?redirect_url=%2Fscalar%2Fsystem%2Flogin%3Fredirect_url%3D%252Fscalar%252F, etc. The site was working great just a few days ago and I hadn't changed anything in the intervening days. I created a phpinfo file and Session Support is "enabled". What steps might I try next?

from scalar.

craigdietrich avatar craigdietrich commented on July 22, 2024

What hosting are you using?

from scalar.

akprtll avatar akprtll commented on July 22, 2024

My site is on Reclaim Hosting.

from scalar.

sfrielick avatar sfrielick commented on July 22, 2024

I had a similar issue with Scalar on Reclaim Hosting.
This fix from Reclaim Hosting support worked:

...I fixed this by going in the filesystem and edit the file at system/application/config/config.ini.
Find the line that reads $config['uri_protocol'] = 'ORIG_PATH_INFO';
and change it to $config['uri_protocol'] = 'PATH_INFO';

from scalar.

craigdietrich avatar craigdietrich commented on July 22, 2024

Ah, yep, that's the fix! This would be the same fix if you had contacted Reclaim support directly, @akprtll

from scalar.

akprtll avatar akprtll commented on July 22, 2024

Thanks so much @sfrielick! That fix worked perfectly. I was able to install a new copy of Scalar on my Reclaim Hosting site so I hadn't been sure if it was an issue at the hosting level or the program level.

from scalar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.