Open ghalib-ali opened 8 years ago
I'm still getting the same error even I edited on line 6. can you help me with this.
You dont need to edit anything. Just install dev branch (ver. 0.9.1). Installing in subfolder works fine.
Same issue here. Still trying to solve this.
Am having the same issue
check you have installed mod_rewrite
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.
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.
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.
try to install this version http://easyiicms.com/uploads/files/new.zip
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.
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.
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.
something wrong with your php, try to increase memory limit
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.
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.
install module Mbstring for php
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.
sorry, but this is not easyiiCMS issue, you should configure your server properly.
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.
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
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.