ramiismail / dopresskit

presskit() - spend time making games, not press.
GNU General Public License v3.0
137 stars 50 forks source link

Problem with the last step: installation restarts everytime! #67

Open ManuDOMB opened 6 years ago

ManuDOMB commented 6 years ago

I do all the steps but when I arrive at the last one and click 'take me there already' the process restarts itself and the first installation screen appears. What's going on?

ManuDOMB commented 6 years ago

I tried by removing 'install.php' manually but didn't worked. It launched this error message:

"Fatal error: Uncaught Error: Call to a member function children() on boolean in /homepages/17/d667339293/htdocs/press/index.php:69 Stack trace: #0 {main} thrown in /homepages/17/d667339293/htdocs/press/index.php on line 69"

mbndr commented 6 years ago

Unfortunately this project looks abandoned. There are many projects on github which are based on presskit(), last week I also wrote a golang implementation.

ManuDOMB commented 6 years ago

Oops... Well, do you recommend any specific project to install through FTP? @mbndr

mbndr commented 6 years ago

You can simply look at the search results here: https://github.com/search?utf8=✓&q=dopresskit If you're familiar with golang feel free to try out my presskit generator. For a more stable and tested implementation in nodejs I think https://github.com/pixelnest/presskit.html is a good choice.