octobercms Questions
2
I am using OctoberCMS and I have apache server and using AWS and when I do PageSpeed testing https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.rosterelf.com%2F&tab=d...
Darfur asked 30/4, 2021 at 5:52
9
Whenever I run an artisan command I am getting this issue.
I am using Valet and PHP 8.1. I have tried changing versions of PHP but I still get this issue.
When i run:
jakefeeley@Jakes-MBP marketing...
Evelinaeveline asked 6/12, 2021 at 11:58
5
Solved
I'd like to check if today's date is between two dates from the database. Here's my code.
{% if today < room.price_start_date and today > room.price_end_date %}
<a href="{{'/'|app}}/book/...
Polysaccharide asked 26/12, 2016 at 16:23
4
Solved
I have a Twig array and I want to send it to JavaScript:
<script>
var packages = {{packages}}
</script>
Error! Array to String Conversion.
How should I do that?
Vickeyvicki asked 19/10, 2018 at 8:42
2
I am looking for the best practice in sorting a list in the frontend using ajax.
So I have a component that loops through all the items. Then a sidebar with checkboxes to filter using Ajax. Each c...
Danilodanio asked 21/3, 2017 at 17:44
1
Solved
I need to create a web app (product/estimates configurator) + ecommerce + website and I can't decide between Laravel or OctoberCMS + writing custom plugins.
I need to create some static page...
Shortcoming asked 13/6, 2018 at 8:55
4
Solved
I want to show image in backend render list. For that how to get the path to show image. We have tried base_path() method.
But it gives me full path like "opt/lampp/htdocs/ashish/" but i want to ...
Cree asked 15/6, 2016 at 12:20
1
Im really new to ocms, I have installed static pages and its working really good. I want to edit the fields from the front page (in context editing) with one of the plugins, this for example: https...
Capitalist asked 14/9, 2017 at 3:22
2
Solved
I have a plugin in october and i'm creating the neccessary tables and seeding them per the docs.
I wish to provide console output when doing that so I can debug the process i'm setting up and catc...
Oddity asked 24/8, 2017 at 14:24
1
Solved
According to this section of the OctoberCMS documentation, it should be possible for me to set up a directory structure like this:
pluginname
├── components
│ ├── resumefilter
│ │ ├── defaul...
Jacquelynejacquelynn asked 19/2, 2017 at 11:11
2
How can I update change user's group? simply cant find it. spent couple hours.
$user = new User;
$user->group = 'new';
$user->save();
User is in relation with belongsToMany with Group.
N...
Tamaru asked 21/11, 2016 at 22:50
3
My form:
<form id="main-contact-form" name="contact-form" ata-request="onSend" data-request-success="alert('Message Sent')">
I cant seem to get a form to post; where do I place this file? ...
Infeld asked 2/4, 2015 at 9:52
2
Solved
I've been reviewing the documentation for October CMS routing (https://octobercms.com/docs/plugin/registration#routing-initialization), but I think that I am missing something. I have a page called...
Henbane asked 11/2, 2016 at 21:19
2
I'm trying to learn OctoberCMS and I am confused about the complete process of extending plugins. I've extended the user plugin according to the screencast (https://vimeo.com/108040919). Ultimately...
Olympium asked 8/1, 2016 at 16:31
1
Solved
I have an OctoberCMS site and I am trying to hide a sidebar in a collapsible list so that when viewed on mobile the list item will be collapsed. When not on mobile I'm looking for it to be expanded...
Dreher asked 22/12, 2015 at 22:0
1
I'm excited that the October CMS recently added back-end functionality for sorting records in the list view. But I'm having some trouble getting it to work. The documentation is here. I've followed...
Marijn asked 1/9, 2015 at 22:6
2
Solved
Im trying days to understand how I can convert a SQL query to a query builder style in laravel.
My SQL query is:
$tagid = Db::select("SELECT `id` FROM `wouter_blog_tags` WHERE `slug` = '".$this-...
Phaedra asked 12/9, 2015 at 9:10
1
Solved
When I load my October installation on a server with Z-Ray, I get this error:
// used as resolvers for more fine-tuned resolution of these objects.
if ($concrete instanceof Closure)
{
return $co...
Possing asked 19/8, 2015 at 21:49
1
© 2022 - 2025 — McMap. All rights reserved.