• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Chocolatey CMS - The Habbo.com Clone

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Is this server XAMPP? If yes execute "CC::\\XAMPP\\PHP\\PHP..EXE artisan migrate" Please remove all duplicated things.

Yes, i use Xampp, and i have a error with your line.
ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums
 
www.Epic Hosts.co.uk
Loyal Member
Joined
Jun 19, 2008
Messages
1,152
Reaction score
75
That's weird :/

I will need really do a study case for IIS.
FYI, if it helps, Spitty didn't provide the web.config file. So I converted the 'working' .htaccess and put it into web.config for you incase this helps your diagnosis:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="^habbo-web/(.*)$" ignoreCase="false" />
                    <action type="Rewrite" url="public/habbo-web/{R:1}" />
                </rule>
                <rule name="Imported Rule 2" stopProcessing="true">
                    <match url="^.*$" ignoreCase="false" />
                    <conditions logicalGrouping="MatchAll">
                        <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
                    </conditions>
                    <action type="Rewrite" url="index.php" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

Many thanks! :)
 
Initiate Mage
Joined
Oct 16, 2016
Messages
4
Reaction score
2
i have a problem with recaptcha but i have verify me , pls help me

You need to verify that you're not a robot.


You need to verify that you're not a robot.
 
Last edited by a moderator:
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Why I alway shave an error when I want to buy an item in the shop of the CMS?
How to translate the CMS?
 
Status
Not open for further replies.
Back
Top