Jump to content

Intersect CMS Unleashed [2.4]


XFallSeane

Recommended Posts

On 12/5/2021 at 4:19 AM, Smoot said:

I'm sorry I'm missing something.

Upload on your web hosting or on your local server the installation.zip file.

Extract installation.zip

Open .env.local.php

At the line DATABASE_URL replace with your data example : mysql://database_username:database_password@127.0.0.1:3306/database_name?serverVersion=your_mysql_version

Save your changes

Open PhpMyAdmin or your mysql provider

Select your database

Click on import, select the installation.sql file and valid

If step 8 is a success, without any errors go to your website url and all works !

 

Ok so that's where the problem is. If I go to the URL there aren't any index.php or anything created in the httpdocs folder, so I'm not sure how exactly there will be a way to go past this. I am running apache, urlrewrite enabled. Composer is installed and it's pulling all of the packages fine, but there's something missing where the actual site root files are missing. I hope you can help.

 

Hi you need to point you domain name to the public folder.

Link to comment
Share on other sites

14 minutes ago, Worldofjimmy said:

How do I make the CMS english only?


For english only :
https://intersect.thomasfds.fr/documentation/remove-language-url
Going also in :
config/packages/translation.yaml => set default_local to en

src/EventSubscriber/LocaleSubscriber.php => in construct change $defaultLocale line 22 in the constructor.

After this normally it's ok.

 

Link to comment
Share on other sites

4 hours ago, XFallSeane said:


For english only :
https://intersect.thomasfds.fr/documentation/remove-language-url
Going also in :
config/packages/translation.yaml => set default_local to en

src/EventSubscriber/LocaleSubscriber.php => in construct change $defaultLocale line 22 in the constructor.

After this normally it's ok.

 

 

Is this for English on default too?

Link to comment
Share on other sites

On 12/15/2021 at 6:30 PM, XFallSeane said:


For default but keep other translation follow only going step. Else yes it's for default english too.

It seems to have switched back to fr? is this bug?

 

UPDATE: I had to remove the cache data for the website to be default English.

 

 

However, I tried to remove other languages completely via these steps and but the website received error 500

 

  

On 12/15/2021 at 1:56 PM, XFallSeane said:


For english only :
https://intersect.thomasfds.fr/documentation/remove-language-url
Going also in :
config/packages/translation.yaml => set default_local to en

src/EventSubscriber/LocaleSubscriber.php => in construct change $defaultLocale line 22 in the constructor.

After this normally it's ok.

 

 

Edited by Worldofjimmy
update
Link to comment
Share on other sites

  • 1 month later...

Hey!!
Could someone please think of the newbies? lol :(, I wanted to know if anyone has any video or guide, step by step on how to install it in xampp. I've actually tried multiple times and I can't do it.

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Hello! I did the whole installation process until I went cms_settings!

 

I created an in-game account with user named "apiserver" and transformed the password to sha256 and finally gave api, users.query and users.manage!

 

8ccb8eee32430efdd1ff1b978714772d.png

 

In api_server I entered my VPS ip and I'm using 5401 as API port.

 

So API is listening 0.0.0.0:5401

 

9cfdbd39a8f56e8262dae4b09301de70.png

 

Even so the server is offline, how could fix this error?

 

9feb6ae4a8ac22864444f8cae754631d.png

 

Thanks!

Link to comment
Share on other sites

7 minutes ago, goulcode said:

Hello! I did the whole installation process until I went cms_settings!

 

I created an in-game account with user named "apiserver" and transformed the password to sha256 and finally gave api, users.query and users.manage!

 

8ccb8eee32430efdd1ff1b978714772d.png

 

In api_server I entered my VPS ip and I'm using 5401 as API port.

 

So API is listening 0.0.0.0:5401

 

9cfdbd39a8f56e8262dae4b09301de70.png

 

Even so the server is offline, how could fix this error?

 

9feb6ae4a8ac22864444f8cae754631d.png

 

Thanks!

 

 

Hi ! You need change the config json of api for the url to "*:5401" if I remember well for it to work properly 

 

You can also change rate at the bottom of the json to :

60 seconds en 120 minutes

Link to comment
Share on other sites

8 minutes ago, XFallSeane said:

 

 

Hi ! You need change the config json of api for the url to "*:5401" if I remember well for it to work properly 

 

I changed it in api.config.json to http://*:5401.

 

d55938c14216d4eb73e7ea6b8bcad517.png

 

I turned on the server and checked if I was listening http://*:5401

 

d7f3a25056118a1ac878b1e4cb77a189.png

 

Even so the site remains offline...

Link to comment
Share on other sites

4 minutes ago, goulcode said:

 

I changed it in api.config.json to http://*:5401.

 

d55938c14216d4eb73e7ea6b8bcad517.png

 

I turned on the server and checked if I was listening http://*:5401

 

d7f3a25056118a1ac878b1e4cb77a189.png

 

Even so the site remains offline...

 

Try without http://? 

 

Else come to pm for more help ^^

 

Game port and api need to be same ! 

Link to comment
Share on other sites

4 minutes ago, XFallSeane said:

 

Try without http://? 

 

Else come to pm for more help ^^

 

Game port and api need to be same ! 

Still the same without http://

I tried to send PM but says for now I can send 0 messages a day lol

Link to comment
Share on other sites

  • XFallSeane changed the title to Intersect CMS Unleashed [2.3]

Hi everyone !

About 2.4 update :

I will going bug fix some things reported by users and :
 

  • Add an auto updater (not sure if i succeeded in doing so)
  • Add character public page (Character Name, Level, Class, HP, MP, EXP Bar),
  • Add in admin  guild management (kick member),
    Others....

I wil see for new templates too.

Link to comment
Share on other sites

  • XFallSeane changed the title to Intersect CMS Unleashed [2.4]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...