im srry but after i edited the database.php file and uploaded the tables to a whole new database when i go to /dashboard still doesnt work
im srry but after i edited the database.php file and uploaded the tables to a whole new database when i go to /dashboard still doesnt work
Page not found
If you're on IIS there's known issue(s) with it.
https://bitbucket.org/nobrain/h2cake...ant-get-on-iis
i added a web.config file in the folder and pasted this
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="CakePHP" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Still doesnt work
try this: URL Rewriting
still not working. could you add my skype wshthegreat so you could tv and see what could you do?
Was getting an error regarding file/folder permissions, resolved that issue, then faced with page not found. Interested in the fix for IIS as well.
Use nginx. Its superior.
Yes
Let's make users use NGINX on Windows (Let's be real, they wouldn't even know how to login to Linux) which is unstable and unsuitiable for live environments..
Never use Nginx on Windows, its performance is terrible on it.
Nice release. Finally a util release about cms <3.
I got some questions
Does this HK have how add plugins for... like... add a new management page [like polls, etc..] ?
The avatarImage base url can be configured in the cms config php file?
#Update
About language, is the language static or do this have something to make a good translation?
0.3.1 released on Bitbucket. Includes IIS web.config and a couple of code fixes. Master repository hasn't been updated yet so only use 0.3.1.zip for now.
https://bitbucket.org/nobrain/h2cake/downloads
Report any more issues here: https://bitbucket.org/nobrain/h2cake/issues (please do not request help using the issue tracker)
![]()