Giter Site home page Giter Site logo

popoji's Issues

Kalo error begini kenapa?

C:\xampp\htdocs\popoji\po-includes\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php on line 500

http://localhost:8080/Popoji/login 404 - not found

Saya coba install popoji di localhost menggunakan composer bawaan aplikasi ksweb di smartphone dengan spesifikasi composer saya atur ke PHP versi 7.2 dan web servernya menggunakan lighttpd.Setelah selesai instalasi dan sukses kemudian saya coba akses ke http://localhost:8080/Popoji/login tapi malah muncul "404 - not found".

Dari halaman http://localhost:8080/Popoji saya coba view-source:http://localhost:8080/popoji memang di tag yang mengarah ke halaman login sudah sama yaitu http://localhost:8080/Popoji/login.Setelah saya coba masukkan RewriteBase / di .htaccess juga tidak ada perubahan.

Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select * from `settings` where `options` = member_registration limit 1

I tried Popoji version 3.0.0, installed it on local host successfully. after installation I went to my browser and visit the front-page and login page. I faced the same problem on both page with this error
Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select * from settingswhereoptions = member_registration limit 1)
Screenshot from 2021-04-16 21-20-48

I checked the database password again and again, it was correct. So, What would you guys doing to fix this error and unexpected ?.

Directory filamanager bisa di akses tanpa login Auth

http://popojicms.com/po-content/filemanager/dialog.php

saran mas ini file dimasukan ke file laravel nya, soalnya ini bisa di akses publik tanpa harus login auth dari laravel
kenapa ? karena filemanager ini berada di luar folder laravel si po-includes, saya sarankan ganti filemanager menggunakan library dari laravel nya mas, biar ke handle sama auth middleware laravel

walaupun bisa di atasi menggunakan .htaccess, untuk pemanggilan ke backend admin dashboard akan susah jika isi handle .htacess tersebut, contoh deny from all, jadi lebih baik nya update filemanager menggunakan library dari laravel.

Ijin masukan untuk dibagian Picture Profile user member

ketika saya mencoba di local di linux server dengan webserver apache
untuk picture nya di bagian profile user saat menampilkan nya

@if (Auth::user()->hasRole('member'))
<div class="avatar avatar-sm"><img src="{{ asset('po-content/uploads/' . Auth::user()->picture) }}" class="rounded-circle" alt=""></div>
@else
<div class="avatar avatar-sm"><img src="{{ asset('po-content/uploads/medium/medium_' . Auth::user()->picture) }}" class="rounded-circle" alt=""></div>

semoga bermanfaat ya...

missing files ?

hello i install it well but when i'm want to access the site it's make this error:

Warning: require(C:\laragon\www/po-includes/vendor/autoload.php): failed to open stream: No such file or directory in C:\laragon\www\index.php on line 32

Fatal error: require(): Failed opening required 'C:\laragon\www/po-includes/vendor/autoload.php' (include_path='.;C:/laragon/etc/php/pear') in C:\laragon\www\index.php on line 32

i'm using laragon

thanks

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.