Giter Club home page Giter Club logo

easyii-shop's People

Contributors

githubjeka avatar noumo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyii-shop's Issues

Multiple projects login at a time

Hello Noumo,

I have found another issue with your admin panel.

I have multiple projects with easyiishop installation. then when i login in one project's admin panel its default login in all other projects.

Please give me proper solution for it

Redactor widget did not run well

I could not see any plugin attached successfully in redactor widget.
I had set the following code line:

field($model, 'text')->widget(Redactor::className(),[ 'options' => [ 'minHeight' => 400, 'imageUpload' => Url::to(['/admin/redactor/upload', 'dir' => 'article'], true), 'fileUpload' => Url::to(['/admin/redactor/upload', 'dir' => 'article'], true), 'plugins' => ['fullscreen', 'fontfamily', 'fontcolor', 'fontsize'] ] ]) ?>

none of the above plugins run, please help

Loading issue with admin panel.

Hello noumo,

First of all i would like to thank you for given us Yii CMS tool.

I implement easyiishop with my project. in localhost its working f9 and all functionality reflect properly But when i hosted its then admin panel is not working properly. its take to much loading.

I found one solution for that
'user' => [
'identityClass' => 'yii\easyii\models\Admin',
'enableAutoLogin' => true,
'authTimeout' => 86400,
],
'session' => [
'name' => 'PHPBACKSESSID1',
'savePath' => sys_get_temp_dir(),
],

But its stuck within a minute. when i change session name then its again work for small time.

Please help me for adminpanel loading issue resolve.

development

Do you plan to further develop Easyii CMS?

Installation error

Hi there,

I was trying to install this easyii-shop and easyii-start but whenever i submit the installation form(step2 to step 3) take me to mylocal/admin/install and throws an error web page not found. i tried to googling around but nothing found. please help, what should i do ?

all requirement passed and mod_rewrite is active. i use apache2 and ubuntu 14.04

Image loading and Upload issues

Hi,

I have some problem when uploading and retrieving images as you can see in the screenshot below.

screen shot 2016-08-24 at 14 30 54

The path is missing the subfolder CCS in the webroot directory, is there a way to configure this ?

Thank you for your support

/app/views/site/index.php at line 57 Error

Hello! After installing easyii-shop appeared this problem. Admin panel works great (at least look like) but the front end crashes with fatal error.
`
Error
PHP Fatal Error – yii\base\ErrorException
Call to a member function thumb() on a non-object

1. in /var/www/gyrosmart/gyrosmart.com.ua/app/views/site/index.php at line 57


<hr/>


<div class="text-center">
    <h2>Last article from category #1</h2>
    <br/>
    <div class="row text-left">
        <?php $article = Article::last(1, ['category_id' => 1]); ?>
        <div class="col-md-2">

line 57: thumb(160, 120)) ?>


title, ['articles/view', 'slug' => $article->slug]) ?>


short ?>


2. yii\base\ErrorHandler::handleFatalError()

Apache

Yii Framework/2.0.5-dev

Fatal error: Uncaught exception 'yii\base\ErrorException' with message 'Unknown: open(/var/www/gyrosmart/tmp/sess_365e2eaffdf722c8cefce983d02ac10c, O_RDWR) failed: No such file or directory (2)' in Unknown:0 Stack trace: #0 [internal function]: yii\base\ErrorHandler->handleError(2, 'Unknown: open(/...', 'Unknown', 0, Array) #1 {main} thrown in Unknown on line 0
`

Redactor language config error in lang zh-CN

if I change language settings in the easyii.php
'language' => 'zh-CN',

the redactor will try to locate the zh.js according to the

Data::getLocale(); //return zh ,this make no sense in substr(Yii::$app->language, 0, 2)
because the translation file named zh_cn.js so it won't find the right js file.
so I recommend change the code in the get locale function in the
helpers/Data

    public static function getLocale()
    {
        //fix inconsistence between En and Cn translation
        if(Yii::$app->language === 'zh-CN'){
          return 'zh_cn';
        }
        return strtolower(substr(Yii::$app->language, 0, 2));
    }

Error message on the AdminModule

Hello,
Several times I get this error message (see below screenshot) and I have no idea why is happening. It's like the application cannot find the active modules.
The weird part is, that sometimes, if I leave it long enough, the problem disappears without doing anything.
Any ideas?
error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.