Jump to content

magehernan

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

1635 profile views

magehernan's Achievements

  1. hi, in 2021 i work on create a unity client and compatible to android of the prerelease branch... in october of that year i has working almost all the features, i made some changes to the network to get it working on unity IL2CPP and make all the ui again in Unity... I leave the project and now i take the time to push it to the forked repository, so if a programmer want to try to use it, where is the repo, https://github.com/Magehernan/Intersect-Engine/tree/prerelease-Unity because unity not work with the asset the same as the intersect client, i change a lot of things, the more radical thing is the UI, you need to do it all on unity and the json files not work. So for use this you need to build the server project, the editor, and open the folder Intersect-Client-Unity in unity there is all the code and the standard asset already mapped in unity to work. Feel free to use it and modify it.
  2. Yes i need to try it local before upload it to the server, i will do this. So i fork the git repo and run composer install then i continue having the error about translation. so i think it is missing composer require symfony/polyfill-intl-messageformatter. Then if i have the intersect server down, it works, and open the web. When i open the server and refresh the web, i have this error Notice: Undefined index: access_token i have my user and password set on the db and the api enabled... so i don't know if something is missing. I will continue later trying to make it work. I find that the upgrade sql have a error -- CMS Pages ALTER TABLE cms_pages ADD is_ivislbe INTEGER; is_ivislbe i think is_visible? if you want i can send you PR. Best Regards
  3. Hi, i installer composer and run composer install then change to dev in .env.local.php but i continued getting the error from Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package. So i run this composer require symfony/polyfill-intl-messageformatter and it works now... so i think is missing that on the release so only with composer will work. Thank you
  4. yes, i download this https://github.com/Thomasfds/intersect-cms-unleashed/files/6357993/2.0.0.zip i delete all files and copy all and only change de database url and continue throwing problems for the translation [2021-04-25T03:55:08.624617+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.")." at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\home\index.html.twig line 3 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] maybe there is something else i need to do? I use windows 10 on spanish language with xampp 7.4.16 Let me know if i can help you or need more info.
  5. Hi, i try to use it on my pc, i install xampp 7.4 and create the virtual host config con apache and the database. I set de config on DATABASE_URL, but it is throwing exceptions, if i put it on dev it show this, like there are files missing. and in prod i look at var/log/prod.log and delete all to generate only one request to the home page. [2021-04-25T01:52:02.092497+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://bbo.cms/","method":"GET"} [] [2021-04-25T01:52:02.149781+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T01:52:02.149792+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginAuthenticator"} [] [2021-04-25T01:52:02.149798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginAuthenticator"} [] [2021-04-25T01:52:02.172336+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.")." at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\home\index.html.twig line 3 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] [2021-04-25T01:52:02.192239+02:00] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] [2021-04-25T01:52:02.192409+02:00] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] [2021-04-25T01:52:02.193226+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.")." at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] [2021-04-25T01:52:02.194167+02:00] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] [2021-04-25T01:52:02.194222+02:00] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} [] i put on another folder and another database the cms v1 and it works fine so i think there maybe missing files? or i am doing something wrong.
  6. @XFallSeane Thank you, i am using the V1 i will try it.
  7. Hi, thanks for all it works with spawn conditions... Thank you
  8. Thanks, i will read it.
  9. Hi, i'm a developer, i am working on a client in unity to make it for pc and android... (sorry, my english is not very good) So i have it working almost all in unity but because some things like ceras o json, that us reflextion it is impossible use the compiler on il2cpp. il2cpp it is the only way to make an apk in 64bit that is a requirement on google play. So i am currently working on remove ceras and use google protocol buffer to make the serialization... i already change de hailpacket and make it a proto message and it work. I am planning on changing all packets to this system so i don't need reflextion. (i make a game in unity with protobuf for serialization and it is great, the game is released and is working for 3 years so protobuf is a good way to serialize data) If i make the serialization work, do you will be interseting on replace ceras with the code i make with proto?
×
×
  • Create New...