actually i created htaccess file based on previus comment mentioned. it installed but giving 500 errorHow did you install it? The 'install' folder is missing??
actually i created htaccess file based on previus comment mentioned. it installed but giving 500 error
Hi, just to let you know that I managed to get it to work. You don't need to change the .htaccess (although will work both ways depending on where the domain is pointing). This was my issue when I ran the App in debug mode. It actually mentions it in the installation documentation!actually i created htaccess file based on previus comment mentioned. it installed but giving 500 error
i appreciate your efforts and valuable response . but for shared hosting its not allow to change this. so for shared hosting how can i run this.Hi, just to let you know that I managed to get it to work. You don't need to change the .htaccess (although will work both ways depending on where the domain is pointing). This was my issue when I ran the App in debug mode. It actually mentions it in the installation documentation!
Make sure that the sql_mode system variable does not contain ONLY_FULL_GROUP_BY as this is not compatible with Eventic
You can either remove the ONLY_FULL_GROUP_BY manually by:
Or by executing the following sql query:
Open up PhpMyAdmin
Click on the Variables menu
Scroll down to sql mode
Click on the edit button and change the value by removing ONLY_FULL_GROUP_BY
Click on save
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Hope this helps. Thank you to the uploader. Appears to be working perfectly now.
It depends on what permissions you have but if you're unable to access phpmyadmin then it's unlikely you'll be able to set this up as it is currently unfortunately. The ONLY_FULL_GROUP_BY, to my knowledge needs to applied to the whole server rather than specific databases and if you're on shared hosting then it's unlikely this will be possible. Have you tried contacting the hosting company to ask? They might do it?i appreciate your efforts and valuable response . but for shared hosting its not allow to change this. so for shared hosting how can i run this.
1002: 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'
doctrine:
dbal:
# configure these for your database server
driver: 'pdo_mysql'
server_version: '5.7'
charset: utf8
default_table_options:
charset: utf8
collate: utf8_unicode_ci
url: '%env(resolve:DATABASE_URL)%'
options:
1002: 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'
thanks for your efforts but its not working too. and my hosting provide also refused to change this , they said its shared hosting and cant change this.It depends on what permissions you have but if you're unable to access phpmyadmin then it's unlikely you'll be able to set this up as it is currently unfortunately. The ONLY_FULL_GROUP_BY, to my knowledge needs to applied to the whole server rather than specific databases and if you're on shared hosting then it's unlikely this will be possible. Have you tried contacting the hosting company to ask? They might do it?
Another workaround, although not great, is that you can try to add this to the doctrine.yaml (config/packages/doctrine.yaml)
Under dbal, add:Code:1002: 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'
So it should look something like this:
Code:doctrine: dbal: # configure these for your database server driver: 'pdo_mysql' server_version: '5.7' charset: utf8 default_table_options: charset: utf8 collate: utf8_unicode_ci url: '%env(resolve:DATABASE_URL)%' options: 1002: 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'
MAKE SURE YOU CLEAR THE CACHE AFTER.
If this doesn't work then it's probably a case of waiting for an update to the script or try updating the doctrine-bundles yourself (but this is bound to throw up some errors that will then need to be resolved). I'm planning on doing this eventually but it'll take me a few weeks to get around to it and to sort out any bugs/errors.
Hope that helps
Thankz sir![]()
Eventic is a powferful event management and ticket sales system like Eventbrite, TicketMaster, Twickets… Based on the robust and secure Symfony framework, Eventic offers to event organizers a set of handy features in order to manage their events, from creating their event page, to registering attendees with a fast mobile application.
Features
- Setup Wizard: No coding skills are required to install Eventic, the installer will guide through the steps to step up the platform correctly.
- Rich Dashboard: The dashboard allows the administrator to manage every aspect of the platform including: theming / customizing, adding payment gateways, managing orders...
- Theming and Customization: Eventic is a highly customizable platform, every detail of the platform layout can be managed via the administration dashboard: platform name and logo, theme color, timezone, static pages, contact information, social media, and many more.
- Payment Gateways: Eventic comes with the following gateways: Paypal, Stripe and Cash. More payment methods will be added in the future updates.
- Multilingual: Eventic is currently translated to the following languages: English, Spanish, French and Arabic. We plan to add one new language per update.
- Social Login: Users can quickly authenticate via Facebook or Google. More social login providers will be added in the future updates.
- Advanced Statistics: Administrators and organizers can review, in real time, the sales for a given event, event date or ticket. Reports can be exported to Excel, Pdf or Csv.
- Scanner Mobile Application: Organizers can use a fast mobile application to register attendees in an event by scanning the QR Code displayed in the tickets.
- Points Of Sale: Organizers can add multiple POS accounts which they can use to sell tickets and get paid in cash.
- Help Center: Give your users all the questions they need before they even ask a question.
- Blog: Share your ideas and tips with a simple yet powerful blog.
![]()
File on MEGA
mega.nz
I faced same issues but i solved it by changing the php version back to 7.4thanks for your efforts but its not working too. and my hosting provide also refused to change this , they said its shared hosting and cant change this.
were u able to change admin password?QR code isn't being generated. Need to fix it though!