Questions tagged [pagekit]

Pagekit CMS is a free, open source and modular web content management system written in PHP. It is build on top of Symfony components and licensed under MIT license.

Pagekit

Pagekit CMS is a free and open source web content management system written in PHP. It has a modular and extendable architecture that is built on top of Symfony components. The user interface is made with the Javascript framework Vue.js.

Pagekit is licensed under MIT license.

Resources

11 questions
3
votes
1 answer

Pagekit/VueJS: Adding VueJS-component fails

Maybe you can be the savior of my day. I'm trying to implement vue-components to my extension. I can not include custom Vue.js components. I followed https://pagekit.com/docs/developer-basics/vuejs-and-webpack to create a component that should…
MyFault
  • 427
  • 1
  • 6
  • 21
1
vote
0 answers

PageKit / Symfony Throwing "Session Data File Not Created By UID" Error Windows 10

I have php installed on Windows 10 through the linux sublayer using Ubuntu 18.04. Then I create a windows symlink for my projects to the /var/www/ folder so that I can access it via localhost/project-folder-name This has always worked fine until I…
user10012
  • 647
  • 1
  • 8
  • 23
1
vote
1 answer

Pagekit: UndefinedFunctionException on line 413

Hello I'm using this new open source software and encounter this error Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_substr() in /home/managetl/public_html/beta/app/vendor/symfony/polyfill-mbstring/Mbstring.php on…
1
vote
0 answers

How to sync Many To Many relation in pagekit?

I'm working with PageKit CMS. I have 2 tables with Many To Many relation (item and type). Item model: class Item implements \JsonSerializable { ... /** * @ManyToMany(targetEntity="Type", tableThrough="@prefix_item_type",…
Leon108
  • 11
  • 2
0
votes
2 answers

Vue.js | Filters is not return

I have a problem. I am posting a category id with http post. status is returning a data that is true. I want to return with the value count variable from the back. But count does not go back. Return in function does not work. the value in the…
yns.wtf
  • 3
  • 1
  • 3
0
votes
1 answer

Use Youtube API without authentication

I'm trying to make a widget for CMS Sites where I can authenticate my user on the admin page and then show a timer to the next youtube live broadcast and link directly to it from my page. I have successfully used the youtube.liveBroadcasts.list api…
Jeggy
  • 1,474
  • 1
  • 19
  • 35
0
votes
0 answers

VueJS/PageKit: Additional not added to vue ressources

I'm working on PageKit CMS (https://github.com/pagekit/pagekit) at the moment. Pagekit works with vue.js... There is something I do not get at the moment. I try to add values in my controller like this: $test = 'MyTestString'; return [ '$view'…
MyFault
  • 427
  • 1
  • 6
  • 21
0
votes
1 answer

Reset a crypted password

Does anyone know how PageKit CMS stores the admin password? I've installed it, created the account and then the password is wrong. In the database the password is hashed so I have to decrypt it or create another one using the same cryptography…
medk
  • 9,233
  • 18
  • 57
  • 79
0
votes
1 answer

VueJS: Prevent errors on validation

I would like to validate my forms. At the moment I'm getting these errors: [Vue warn]: You are setting a non-existent path "formTemplates" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity…
MyFault
  • 427
  • 1
  • 6
  • 21
0
votes
1 answer

Having multiple tabs in CMS Pagekit

I tried to make my own extension in Pagekit. I'm making a chat extension: chat extension photo. My problem is, I can't have a view per tab. Then, with all the demos around Pagekit, they only explain for a single and basic view. My purpose is to have…
-1
votes
1 answer

pagekit - query search issue

I create an extension called material and everything works fine. I want to implement simple search query, so I sampled it from bixie/portfolio extension which you can get it from marketplace. So I have this code in my MaterialController: $user_id =…
sooon
  • 4,718
  • 8
  • 63
  • 116