noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
592 stars 270 forks source link

Step 2 of Installation looks for file in root folder of localhost #110

Open ghalib-ali opened 8 years ago

ghalib-ali commented 8 years ago

I was Installing EasyiiCMS on localhost on WAMP. I was installing it in a sub-folder.

There was a problem when I submitted the form in Step 2 of the installation (i.e. localhost/sub-folder/install/step2), the next step was looking for a file in the root folder of localhost (localhost/admin/install).

The problem was in the file "vendor\noumo\easyii\views\install_form.php" I edited line 6 and replaced "/admin/install" with "install".

The rest of the installation went very very smoothly.

vixrana commented 8 years ago

I'm still getting the same error even I edited on line 6. can you help me with this.

noumo commented 8 years ago

You dont need to edit anything. Just install dev branch (ver. 0.9.1). Installing in subfolder works fine.

RGTimothy commented 8 years ago

Same issue here. Still trying to solve this.

lusamdebonfils commented 8 years ago

Am having the same issue

noumo commented 8 years ago

check you have installed mod_rewrite

lusamdebonfils commented 8 years ago

Yes mod_rewrite installed On Mar 2, 2016 8:14 PM, "noumo" notifications@github.com wrote:

check you have installed mod_rewrite

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191330167.

lusamdebonfils commented 8 years ago

But I have failed to see the demo site On Mar 3, 2016 12:16 AM, samuelluswata@gmail.com wrote:

I was able to install the easyii start 09 cms On Mar 2, 2016 8:14 PM, "noumo" notifications@github.com wrote:

check you have installed mod_rewrite

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191330167.

lusamdebonfils commented 8 years ago

I was able to install the easyii start 09 cms On Mar 2, 2016 8:14 PM, "noumo" notifications@github.com wrote:

check you have installed mod_rewrite

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191330167.

noumo commented 8 years ago

try to install this version http://easyiicms.com/uploads/files/new.zip

lusamdebonfils commented 8 years ago

Thanks Lemme try this

On Thu, Mar 3, 2016 at 11:28 AM, noumo notifications@github.com wrote:

try to install this version http://easyiicms.com/uploads/files/new.zip

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191650067.

lusamdebonfils commented 8 years ago

Allowed memory size of 134217728 bytes exhausted (tried to allocate 25208 bytes)

On Thu, Mar 3, 2016 at 1:04 PM, luswata samuel samuelluswata@gmail.com wrote:

Thanks Lemme try this

On Thu, Mar 3, 2016 at 11:28 AM, noumo notifications@github.com wrote:

try to install this version http://easyiicms.com/uploads/files/new.zip

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191650067.

lusamdebonfils commented 8 years ago

Am still getting this exception

On Thu, Mar 3, 2016 at 2:18 PM, luswata samuel samuelluswata@gmail.com wrote:

Allowed memory size of 134217728 bytes exhausted (tried to allocate 25208 bytes)

On Thu, Mar 3, 2016 at 1:04 PM, luswata samuel samuelluswata@gmail.com wrote:

Thanks Lemme try this

On Thu, Mar 3, 2016 at 11:28 AM, noumo notifications@github.com wrote:

try to install this version http://easyiicms.com/uploads/files/new.zip

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191650067.

noumo commented 8 years ago

something wrong with your php, try to increase memory limit

lusamdebonfils commented 8 years ago

I have improved my memory limit But am now getting another error Call to undefined function yii\helpers\mb_strlen()

On Thu, Mar 3, 2016 at 2:27 PM, noumo notifications@github.com wrote:

something wrong with your php, try to increase memory limit

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191717484.

lusamdebonfils commented 8 years ago

On Thu, Mar 3, 2016 at 2:30 PM, luswata samuel samuelluswata@gmail.com wrote:

I have improved my memory limit But am now getting another error Call to undefined function yii\helpers\mb_strlen()

On Thu, Mar 3, 2016 at 2:27 PM, noumo notifications@github.com wrote:

something wrong with your php, try to increase memory limit

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191717484.

noumo commented 8 years ago

install module Mbstring for php

lusamdebonfils commented 8 years ago

Mbstring is already installed and extension enabled

On Thu, Mar 3, 2016 at 2:32 PM, noumo notifications@github.com wrote:

install module Mbstring for php

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191718838.

noumo commented 8 years ago

sorry, but this is not easyiiCMS issue, you should configure your server properly.

lusamdebonfils commented 8 years ago

It was a server issue, I have just restarted my server instead Thanx

On Thu, Mar 3, 2016 at 2:41 PM, noumo notifications@github.com wrote:

sorry, but this is not easyiiCMS issue, you should configure your server properly.

— Reply to this email directly or view it on GitHub https://github.com/noumo/easyii/issues/110#issuecomment-191720685.

didwiz commented 8 years ago

you really should update the easyyii archive file on your site, compared to the link you gave above, the one on the site is outdated and still gives the /admin/install route 404 error nice work by the way