116 comments found.
Can this be used as Sanity / Strapi ?
Hi mate,
i cannot get the the app running on plesk i really dont know what im doing wrong i followed the step by step, what am i missing?
Hello;
Thank you for purchasing ElmapiCMS. I need to know the details of the problem. Are you getting any error messages? Please send more information to the support email and I will help you.
support@elmapicms.comRegards.
Hey,
I wanted to find out when the announced update is coming?
Greetings
Any plans for adding Gen AI for auto building pages ?
I am interested in buying but I see little update, I am worried that this project will be abandoned, what are the future plans?
Hi.. Will there be any updates or is this an abandoned project? I miss 2FA login, better user management, more advanced API…
Hi there. I bought this application with high hopes. I think there is something I am missing. All those who purchased gave high rating, so I must look at myself and consider that I am not performing a correct action.
I attempted to perform a local install, to see how the application performs. Could not make that work (XAMP). Then I thought, must be an environmental issue.
Nope.
I then attempted to install on a cloud service, But saw at this point it was PHP 8.1, as I had PHP 8.2 running on that server.
I got to the login screen. I used credential that is in MySQL user table (I know hashed pwd, but in manual indicates admin is pwd). Got through, butttttttt
Then Server 500 error.
Are there any FAQ’s etc, because I think in this one it is me. I will not rate the application poorly even if you do not respond to this, as I think in this one it is me.
Just throw a dog a bone.
Hello;
Thank you for purchasing ElmapiCMS. Sorry about the problem you’re having. But don’t worry, we can easily fix it.
500 errors may occur for many reasons. I need to see the error log file to know exactly what’s going on. But first, here are some suggestions:
- Make sure you install the software on a main domain or a subdomain. If you’re trying to install it on a subfolder you may have this issue.
- After uploading the files make sure the files in the public folder are in the accessible folder. For example; for Cpanel, that folder is public_html. Or if you installed it on a subdomain, public files must be in the subdomain’s folder.
- Make sure you configured the .env file correctly. Check your database credentials.
- Make sure your storage folder has 777 permissions.
If these don’t solve your problem please send me an email with your hosting credentials. I will fix the problem.
support@elmapicms.comBest Regards.
HI there,
Great work. Congrats. Any chance you’ll add a front end and make it a Hybrid? Thanks.
Hi;
Thank you for our interest. ElmapiCMS is a headless CMS. We have an example frontend project. I might add more examples like that but it’s not going to be a full cms with a frontend.
Best regards.
Hello
I always get a 500 error when I try to use the parameters in this way.
What can I do about this?
https://imgur.com/a/vHxpafSAre you coming with the front end as well with the new update? as like full website as module option what ever want to use can select and show on the pages? and menu and home page and pages management stuffs?
I have two questions,
I think it would be great if “whereRelation” would also work with the “id”: ?whereRelation [author] -[id]=123
I would also love it if the whereRelation could go in not just twice, but up to 4 or 6 times: ?whereRelation -[post] -[comment] -[user] -[emal]=xxxx
Greetings
Any timeframe on when you plan to release an update? Can’t wait for the new features! =)
Hello;
I’m planning to release the new update within next month. Thank you so much for your patience.
Regards.
Good day, I require support because when I install it gives me error 500, please help.
Hello, Help Pleaseee!
Hello;
Could you please send details to this email and I’ll take a look at it. support@elmapicms.com
Regards.
Hey,
Is there a way to create new projects with the API? Can I create my own templates for projects?
Greetings F. Schildkencht
Hi;
Unfortunately there is no API endpoint for creating projects and creating templates is not available yet. These items are on my todo list. I will add them in future updates.
Regards.
One more request. I think including the id for the whereRelation request filter would be a welcome addition.
Hi there ,
How can I access to find the products id in this relations? https://prnt.sc/mXLOZ_N7Lsp8 What I need to get its the quantites for each products https://prnt.sc/wkVOpevH5RTrThanks
Hi there ,
is it possible to have an option to clone a project?
regards
Hello,
In my installation the API key is not checked. I can leave it blank or replace it with 123 and use the API “normally”. Do I have a bug in my installation, or does the system have a bug?
Greetings F. Schildknecht
Hi;
If you have enabled the public API access in your project settings, you can make unauthenticated API requests. If it’s not enabled and you can still make requests without an API key then I need to test it and check your installation. Please send details to this email and I’ll take a look. Thank you.
support@elmapicms.comRegards.
my license: e6ce8bcc-4270-4860-b53c-7544d0716557
Hi;
I will consider this for future updates. Thank you.
Regards.
I would also like to suggest another feature to have random sorting added. Something like posts?sort=random
Another feature I think would be great is an export/import of collections and content. I would like to duplicate a collection for another project. Exporting the Content would also be a nice backup feature.
I put in some custom code on elmapi that I think you might like to include. It is for searching based on the first letter. For example posts that begin with the letter ‘E’. I tried to get it to work with your ‘LIKE’ value but I don’t think it likes the % symbol in searches.
/app/Http/Controllers/API } elseif(isset($value[‘beginswith’])){ $meta = $meta->where(‘field_name’, $key)->where(‘value’, ‘REGEXP’, “^[”.$value[‘beginswith’].”]”);
Hi;
Thank you for these great suggestions. I will add them to ElmapiCMS in the next update.
Best regards.