Skip to main content
0 votes
0 answers
100 views

I tried to merge string into twig array but it will show the last same value for all index. What's the proper way to merge a string to an array? {% set projectArray = [] %} {% set projectTitleArray = [...
Shulz's user avatar
  • 634
0 votes
0 answers
105 views

I used this for my migrations. <?php use Anomaly\Streams\Platform\Database\Migration\Migration; class SnipcartModuleProductsCreateProductsFields extends Migration { /** * The addon ...
Arundeep Chohan's user avatar
0 votes
0 answers
66 views

The url contains a block id, such as this domain/playlist/PLQB0d-uOBCP2vyGFcj3nw252x9CtupDH1/{blockid}. How do I get all of the information from the block id into the twig file?
Vidhya's user avatar
  • 1
1 vote
1 answer
52 views

I am new to pyrocms, I want to join two tables in pyrocms. My two tables are milege and products. How to join this two table in pyrocms What I have tried is: {% set table_data=query().from('milege)....
CodeHunt's user avatar
0 votes
1 answer
286 views

I am getting below error after downloading the package: **In MigrateCommand.php line 58: Too few arguments to function Illuminate\Database\Console\Migrations\MigrateCommand::__construct(), 1 passed ...
Shu.T's user avatar
  • 479
1 vote
1 answer
86 views

How do I store the data in the Database for a website using pyrocms. I currently use the contact plugin and need to store the data in mysql. If anyone has done this, I would appreciate the help!
IEnumerable's user avatar
  • 3,860
-1 votes
1 answer
198 views

Issue I get a Errror 500 when I add new to the repeater field (with admin pages). I cant find how to resolve this, has anyone experienced this issue ? System PyroCMS 3.7 Php 7.3 Homestead Background ...
IEnumerable's user avatar
  • 3,860
1 vote
2 answers
2k views

I am using jquery 1.10.2 and I'm having Uncaught TypeError: $(...).live is not a function. I'm using Codeigniter for development with pyrocms. Below I have written the code:- public static function ...
Alek Stephanok's user avatar
0 votes
3 answers
99 views

I need to skip csrf verification for one of my endpoint. So I add that route to $except array in Anomaly\Streams\Platform\Http\Middleware\VerifyCsrfToken like this, protected $except = [ "/payments/...
dilusha_dasanayaka's user avatar
0 votes
0 answers
190 views

I'm trying to install PyroCMS on MAMP 5.2 I've created a directory for the installation at /Applications/MAMP/htdocs/pyrocms then used Composer to install it: composer create-project pyrocms/pyrocms ...
Andy's user avatar
  • 5,438
0 votes
0 answers
804 views

I'm developing a web site on pyrocms and it worked fine on my laptop (WAMP environment). But it gives me an error SQLSTATE[HY000]: General error: 21 bad parameter or other API misuse when I try this ...
dilusha_dasanayaka's user avatar
0 votes
1 answer
2k views

I am running into a problem when my Laravel session-cookie changes expiry time each time I refresh and often expires after 2x refreshes. I think the expected functionality is for it to expire x ...
Finn LeSueur's user avatar
0 votes
1 answer
243 views

I'm building my website using PyroCMS and it gives me an error when user submit his/her register form. Swift_TransportException Process could not be started [The system cannot find the path specified....
Burba100's user avatar
1 vote
2 answers
185 views

Could anyone help me with some unix permission stuff? I’ve been struggling with it for months now and can’t get it quite right. My web server is running as www-data in the www-data group and I do my ...
Finn LeSueur's user avatar
0 votes
1 answer
121 views

I have been struggling with this for quite a while. I use PyroCMS and it has a Posts module that has all the fields in the database and all that and if you want to find a specific post, you can just ...
Silwestern's user avatar

15 30 50 per page
1
2 3 4 5
28