Forums | Mahara Community

Developers /
New users unable to login


anonymous profile picture
Account deleted
Posts: 8

30 July 2015, 16:20

Hi Krisitna,

We are running MySQL 5.6.23, on CloudLinux 2.6.32.

 

Cheers,

Alan

anonymous profile picture
Account deleted
Posts: 8

03 August 2015, 14:39

Hi,

 

I managed to fix this problem, and I thought I would post my results here if anyone else comes across the same issue.

The problem was with cross origin resource sharing. I managed to fix this by modifying my servers .htaccess file, adding the line:

Access-Control-Allow-Origin: 'http://mydomain.com'

This solved the issue of the icons not loading properly. To fix the login and content loading issues, I modified the wwwroot value from

$cfg->wwwroot = 'http://www.mydomain.com'

to:

$cfg->wwwroot = 'http://mydomain.com'

I believe it has something to do with the routing of the server, with www.mydomain.com being a sub-domain of mydomain.com.

Cheers,

Alan

Kristina Hoeppner's profile picture
Posts: 4734

04 August 2015, 7:40

Hello Alan,

Great you could fix your issue and thanks for posting the solution.

Cheers

Kristina

 

13 results