Questions tagged [pyrocms]

PyroCMS is a lightweight, themeable open-source CMS built on top of the PHP framework Laravel, praised for its simplicity.

PyroCMS is an open-source content management system based on Laravel.

420 questions
0
votes
2 answers

Pyro CMS Admin Panel issue in Internet Explorer

I am trying to login the following link: http://localhost/sitename/admin/ the login works fine in IE and other browsers. But the issue is if we change the URL http://intranetname/sitename/admin/ (intranet name is the internal portal name) then on…
jahan
  • 124
  • 2
  • 11
0
votes
1 answer

PyroCMS how to call codeigniter helper in template?

I would like to add codeigniter helper to template. For example: {{ helper:redirect uri="/order/images/" method="refresh" }} but it doesn't work. It is possible to call standart helper this way?
Anthony
  • 3,218
  • 3
  • 43
  • 73
0
votes
1 answer

How to link templates to views and URLs in PyroCMS?

Am desperately trying to find an open-source alternative to ExpressionEngine, not because I have an issue paying for it, I just can't justify it on every site unfortunately. PyroCms seems to be a very polished up and coming open-source option but I…
onjegolders
  • 1,049
  • 5
  • 22
  • 35
0
votes
2 answers

How to add wysiwyg editor in pyrocms module

I have developed a PyroCMS custom module, but now I want to add WYSIWYG editor instead of the text area. How can I add it?
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
-1
votes
1 answer

PyroCMs for some large applications

I would like to use PyroCMS for a golf company website. PyroCMS have very great admin panel and we can also use themes to change whole look of website. I want to modify, extend admin in such a way the whole admin will be where I can easily manage…
naeplus
  • 121
  • 3
  • 14
-1
votes
1 answer

PyroCms is throwing Error 500 when I add a repeater

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 I created a repeater, then added a repeater…
IEnumerable
  • 3,610
  • 14
  • 49
  • 78
-1
votes
1 answer

PyroCMS in a Vagrant box user permissions

I am setting up a dev environment for Pryocms in a Ubuntu based Vagrant dev box. The problem I have is that when PyroCMS creates anything in the storage directory it is not created with permissions for anyone to read and write, so the system then…
Gavin
  • 711
  • 1
  • 5
  • 13
-1
votes
1 answer

Setting up pyrocms/codeigniter on localhost

I am having trouble getting a project to work that I have inherited and not setup myself. I install the DB and make sure the file/folder permissions are correct -- but I am getting this error when I try to get to the local site - This domain is…
Base Desire
  • 485
  • 1
  • 5
  • 15
-1
votes
1 answer

using ajax to display dropdown. Handling ajax unsuccess request

I want to get a cascading dropdown in pyrocms. I wrote the following ajax code. But it always displays dialog alert(error). That is ajax request is failing.