XFallSeane Posted December 7, 2021 Author Share Posted December 7, 2021 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 More sharing options...
Smoot Posted December 7, 2021 Share Posted December 7, 2021 It is pointed there. Â Link to comment Share on other sites More sharing options...
XFallSeane Posted December 7, 2021 Author Share Posted December 7, 2021 can you share website url in private or here as you want. Push 1 Link to comment Share on other sites More sharing options...
Smoot Posted December 12, 2021 Share Posted December 12, 2021 Just to follow up. XFallSeane helped in Private. My issue is that I didn't have the site root pointing at the "Public" folder. It was pointing to the httpdocs folder as default. Worldofjimmy and Push 2 Link to comment Share on other sites More sharing options...
Worldofjimmy Posted December 15, 2021 Share Posted December 15, 2021 How do I make the CMS english only? Link to comment Share on other sites More sharing options...
XFallSeane Posted December 15, 2021 Author Share Posted December 15, 2021 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 More sharing options...
Worldofjimmy Posted December 15, 2021 Share Posted December 15, 2021 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 More sharing options...
XFallSeane Posted December 15, 2021 Author Share Posted December 15, 2021 15 minutes ago, Worldofjimmy said: Â Is this for English on default too? For default but keep other translation follow only going step. Else yes it's for default english too. Link to comment Share on other sites More sharing options...
Worldofjimmy Posted December 16, 2021 Share Posted December 16, 2021 14 hours ago, XFallSeane said: For default but keep other translation follow only going step. Else yes it's for default english too. Thank you, it works  Link to comment Share on other sites More sharing options...
Worldofjimmy Posted December 18, 2021 Share Posted December 18, 2021 (edited) 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 January 7, 2022 by Worldofjimmy update Link to comment Share on other sites More sharing options...
Tomeo Posted January 28, 2022 Share Posted January 28, 2022 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 More sharing options...
XFallSeane Posted February 3, 2022 Author Share Posted February 3, 2022 Hi everyone project is not death. Everyone wanted help it's in private. Vio and Worldofjimmy 2 Link to comment Share on other sites More sharing options...
Worldofjimmy Posted February 3, 2022 Share Posted February 3, 2022 7 minutes ago, XFallSeane said: Hi everyone project is not death. Everyone wanted help it's in private. Can insure that @XFallSeane helps outside the forum  XFallSeane 1 Link to comment Share on other sites More sharing options...
XFallSeane Posted March 10, 2022 Author Share Posted March 10, 2022 Hi everyone.  I have fix remember me feature. You can see last change on main branch in Github. Kamus and Vio 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted March 26, 2022 Author Share Posted March 26, 2022 Hi everyone ! I work on an optimization update. I think this update can be available the next week. Talikan and Worldofjimmy 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted March 29, 2022 Author Share Posted March 29, 2022 Hello everyone ! I have open 2.3 pre-release branch ! You can see first part of 2.3 update here. You can see second part of 2.3 update here. 2.3 update include : Guilds on administration and on public page Many bug fix and optimization on global code Worldofjimmy 1 Link to comment Share on other sites More sharing options...
goulcode Posted April 1, 2022 Share Posted April 1, 2022 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!   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   Even so the server is offline, how could fix this error?   Thanks! Link to comment Share on other sites More sharing options...
XFallSeane Posted April 1, 2022 Author Share Posted April 1, 2022 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!   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   Even so the server is offline, how could fix this error?   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 More sharing options...
goulcode Posted April 1, 2022 Share Posted April 1, 2022 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.   I turned on the server and checked if I was listening http://*:5401   Even so the site remains offline... Link to comment Share on other sites More sharing options...
XFallSeane Posted April 1, 2022 Author Share Posted April 1, 2022 4 minutes ago, goulcode said:  I changed it in api.config.json to http://*:5401.   I turned on the server and checked if I was listening http://*:5401   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 More sharing options...
goulcode Posted April 1, 2022 Share Posted April 1, 2022 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 More sharing options...
XFallSeane Posted April 1, 2022 Author Share Posted April 1, 2022 1 minute ago, goulcode said: Still the same without http:// I tried to send PM but says for now I can send 0 messages a day lol  Check your pm Link to comment Share on other sites More sharing options...
XFallSeane Posted April 4, 2022 Author Share Posted April 4, 2022 Hello everyone ! Update 2.3 of Intersect CMS Unleashed is live ! You can download update file here : Update 2.3 You just need download 2.3-update file for your website, extract and copy paste files inside your current installation and download 2.3-full for install cms on fresh website.  izakt and Kamus 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted April 5, 2022 Author Share Posted April 5, 2022 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. Xiphoid, HelenaToDev, Smoot and 1 other 2 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted April 6, 2022 Author Share Posted April 6, 2022 Hi everyone,  I have open Discord for Intersect CMS, Intersect Connect and more of my apps.  https://discord.gg/RaRQX3fQHZ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now