Re: H2Admin - Development Release (PHP7, CakePHP)
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
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
Ramy Elguindy
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
What's the error it's showing?
Re: H2Admin - Development Release (PHP7, CakePHP)
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
Ramy Elguindy
Page not found
If you're on IIS there's known issue(s) with it.
https://bitbucket.org/nobrain/h2cake...ant-get-on-iis
Re: H2Admin - Development Release (PHP7, CakePHP)
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
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
Ramy Elguindy
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
Re: H2Admin - Development Release (PHP7, CakePHP)
still not working. could you add my skype wshthegreat so you could tv and see what could you do?
Re: H2Admin - Development Release (PHP7, CakePHP)
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.
Re: H2Admin - Development Release (PHP7, CakePHP)
Re: H2Admin - Development Release (PHP7, CakePHP)
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..
Re: H2Admin - Development Release (PHP7, CakePHP)
Never use Nginx on Windows, its performance is terrible on it.
Re: H2Admin - Development Release (PHP7, CakePHP)
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?
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
cabeludo007
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?
CakePHP has a built in plug-in system however you will have to manually add it to the navigation and allow it in the Authake rules. As of currently there is no language system and only uses English. More configuration options will be coming soon.
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
pea-brain
CakePHP has a built in plug-in system however you will have to manually add it to the navigation and allow it in the Authake rules. As of currently there is no language system and only uses English. More configuration options will be coming soon.
Ah, Okay! So, just take that as a suggestion for next versions! :love:
Re: H2Admin - Development Release (PHP7, CakePHP)
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)
https://i.shikashi.me/YYDvv