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

Gck16626
Gck16626

Hello, when running the install.php file, I get a web page without any data, no instructions and no links. Can you help me solve the problem. Best regards

Crazymodder
Crazymodder

Hi,

Do you get any error messages? An internal Server error? Can you provide some logfiles?

Gck16626
Gck16626

Hi, No it does not display any error, just a red rectangle horizontally (Below the dark blue of the page) without any data. On the page appears only the style ; only the colors, the location without any data or error. Maybe the red rectangle indicates that there is some error but it does'nt appear.

Crazymodder
Crazymodder

Did you see some message in Developer Console of your Browser?

Gck16626
Gck16626

Yes, " vendor.js:6 XMLHttpRequest cannot load file:///D:/wamp64/www/october/install-master/install-master/install.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

"

Crazymodder
Crazymodder

Ah ok easy to fix,

You have to run a webserver. It looks like you have installed wamp. So start the apache and than access october by http://localhost/october/...

You can load files via file:// because of cross origin alle ajax request have to be to the same domian.

Gck16626
Gck16626

I followed the instructions ; the same problem with :

file:///D:/wamp64/www/october/install-master/install-master/install.html

and

http://localhost/october/install-master/install-master/install.html

Crazymodder
Crazymodder

why install.html ?

Its an php file. The correct url in your case have to be:

http://localhost/october/install-master/install-master/install.php

Gck16626
Gck16626

Thank you very much Crazymodder, it works .

1-9 of 9

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