On installing October CMS, I ran into an error in which the installation just failed on “Building configuration files”, with an Progress failed notification telling me to check the install.log. Install.log only revealed that the installation failed at “Install step: setupConfig”, which didn’t really tell me anything I didn’t know. Unsure of even what to Google. Using PHP 8.0.2 via
Tag: octobercms
How to setup/access page in subdirectory of separate project for a Laravel/OctoberCMS website?
I have a website running an OctoberCMS theme that I built. It’s running on a server from DigitalOcean. I need to add a separate project (namely code from Matomo analytics) on the same server and access a public page (e.g. my_site.com/matomo). I’m new enough to Laravel and server configurations that I’m unsure of how I need to configure the index.php
FPDF string output
I use OctoberCms (laravel). This uses own Filesystem https://octobercms.info/docs/services-filesystem-cdn/ That is why I need to take generated $pdf as a string, and than use Storage::put(‘docs/kek.pdf’, $pdf); But it isn’t works, because Output() anyway returns to $pdf only object. Have you any idea?) Answer You have to save the string output that fPDF creates before you can do something with it.
How to define a user (author) – OctoberCMS
I need help. I only need to be able to view one user for a post in OctoberCMS. But all users will always show up to me. Here’s the code that works, but I don’t know how to define it to work the way I …
How to pass a AJAX call on OctoberCMS
Im using OctoberCMS, the user plugin and I want to send data via AJAX to a controller and save the data in the database (in the column of the logged in user). So I created a new Route in my routes.php And a controller And my jQuery calls But nothing works. If I call /saveHighscore in my browser with dummy
Trigger onUpdate action in OctoberCMS
I have a form in OctoberCMS backend and I want to make a javascript trigger that will be fired when the user save the form so I can manipulate the form fields. The official documentations of …
RainLab Plugin Builder issues with reordering
I’m trying to use the RainLab Plugin Builder and I’m having an issue when trying to reorder a series of inputted information. At first, I was getting an error of… “The model must implement the …
OctoberCMS. How to pass variable from page to component?
I have defined a variable in a page: and I want to pass this variable to a component: but this method does not work. How can I do that? Answer I am guessing that you need to pass builderDetails.record to your component ‘Variations’ and then you want to access that variables inside component ‘Variations”s default.htm and show some details about
October CMS – API with Upload File
I’m using October to create an API that is communicating with my mobile app. In this process I am sending an image that is in the format base64, until this part is not being problem, because I am converting this base64 image to JPG format, the problem is being in the second part that is saving this JPG image in
Custom Contact Form in Partials and use in Static Pages plugin
I have used OctoberCMS, Static Pages plugin, through which I am creating Static Pages. The thing is, I have created one contact form in Partial like below. contactform_snippet.htm – Markup contactform_snippet.htm – Code And below is the Static Page which I have created and used contactform_snippet.htm which I just created. And below is Preview how its looking like. The thing