Welcome Guest, Not a member yet? Register   Sign In
Hoosk - A CMS built in CodeIgniter
#1

Hey Everyone,

Thought I'd share my project here, it is a simple CMS system built in CodeIgniter, I have used the Sir Trevor content editor to allow laying out pages easily and everything is output in a bootstrap format so that it can be easily themed - I still need to write more docs on creating themes though!

The project site is powered by the CMS: http://hoosk.org

I post updates in the blog there and development can be followed on github, any feature requests or bugs can be posted here too.

https://github.com/havok89/Hoosk


This started as a hobby project for myself so I could use it to learn CodeIgniter but over the past couple years it has grown into what it is now.

Thanks for taking a look! Smile
Reply
#2

hi - I tried to get this to work but can not log in. I was able to run through the setup process and get the default pages and the prompt to login.
I did some testing - its accepting the credentials but it won't show the default admin screen. when I turned on error logging I got these errors:

PHP Code:
ERROR 2017-03-07 22:37:01 --> SeverityWarning --> file_get_contents(http://hoosk.org/feed/rss): failed to open stream: Host is down /Applications/MAMP/htdocs/hoosk/hoosk0/libraries/Rssparser.php 86
ERROR 2017-03-07 22:37:01 --> Severityerror --> ExceptionString could not be parsed as XML /Applications/MAMP/htdocs/hoosk/hoosk0/libraries/Rssparser.php 89 
Reply
#3

(This post was last modified: 03-07-2017, 03:17 PM by cartalot.)

note - I was local on my machine so I tried going from PHP 7 to PHP 5.6
then I was able to login - did not get any rss errors - and I got to the default admin page.
But then none of the links worked and it would log me out.
Reply
#4

(03-07-2017, 03:17 PM)cartalot Wrote: note - I was local on my machine so I tried going from PHP 7 to PHP 5.6
then I was able to login - did not get any rss errors - and I got to the default admin page.
But then none of the links worked and it would log me out.

Yeah that issue got reported to me last night, will get a fix out after work tonight for it. Doesnt seam to effect all installations though as the demo site and others ive tested are fine.

The issue with logging out seams to some effect local installs as it is an issue with setting cookies I think. Will try it out more later, what are you using to run it local?
Reply
#5

(03-08-2017, 02:26 AM)havok89 Wrote: The issue with logging out seams to some effect local installs as it is an issue with setting cookies I think. Will try it out more later, what are you using to run it local?

Mamp
Reply
#6

(03-08-2017, 04:40 PM)cartalot Wrote:
(03-08-2017, 02:26 AM)havok89 Wrote: The issue with logging out seams to some effect local installs as it is an issue with setting cookies I think. Will try it out more later, what are you using to run it local?

Mamp


I found a solution to this for Wamp, maybe it will work with Mamp too - you just needed to set up a virtual host for the install.

I posted the solution here: https://github.com/havok89/Hoosk/issues/28
Reply
#7

I want to try this as soon as I have some free time. I have seen in a rush the demo and I really like the feel of it.

I will test the demo better soon and post some feedback and then maybe I try to install it Smile
Reply




Theme © iAndrew 2016 - Forum software by © MyBB