Jump to content

ladebo

Members
  • Posts

    6
  • Joined

  • Last visited

Contact Methods

Profile Information

  • First Name
    Ladebo
  • Last Name
    Indonesia

Recent Profile Visitors

1,333 profile views

ladebo's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Salam sejahtera untuk semuanya. Izinkan saya bertanya untuk memperbaiki error ketika membuka halaman advance parameter > performance pada halaman admin seperti screen shoot berikut: Hal ini terjadi setelah saya mengaktifkan debug mode saat menambahkan google analytics ke prestashop. Untuk keterangan error versi full nya adalah sebagai berikut: (1/1) ContextErrorException Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php56) failed: Permission denied (13) in StrictSessionHandler.php line 101 at StrictSessionHandler->gc(1440) at session_start()in NativeSessionStorage.php line 145 at NativeSessionStorage->start()in NativeSessionStorage.php line 302 at NativeSessionStorage->getBag('attributes')in Session.php line 258 at Session->getBag('attributes')in Session.php line 280 at Session->getAttributeBag()in Session.php line 75 at Session->get('_security_main')in ContextListener.php line 89 at ContextListener->handle(object(GetResponseEvent))in WrappedListener.php line 46 at WrappedListener->handle(object(GetResponseEvent))in TraceableFirewallListener.php line 35 at TraceableFirewallListener->handleRequest(object(GetResponseEvent), object(RewindableGenerator))in Firewall.php line 61 at Firewall->onKernelRequest(object(GetResponseEvent))in FirewallListener.php line 48 at FirewallListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) at call_user_func(array(object(TraceableFirewallListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))in WrappedListener.php line 104 at WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))in EventDispatcher.php line 212 at EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener),object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener),object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))in EventDispatcher.php line 44 at EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))in TraceableEventDispatcher.php line 139 at TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))in HttpKernel.php line 127 at HttpKernel->handleRaw(object(Request), 1)in HttpKernel.php line 68 at HttpKernel->handle(object(Request), 1, false)in Kernel.php line 200 at Kernel->handle(object(Request), 1, false)in index.php line 88 Saya sudah coba cari di forum prestashop, namun tidak menemukan masalah yang sama. Mohon bantuannya dan terima kasih banyak. Tambahan: CMS: Prestashop 1.7 isi php.ini asp_tags = Off display_errors = Off max_execution_time = 30 max_input_time = 60 max_input_vars = 1000 memory_limit = 128M post_max_size = 50M session.gc_maxlifetime = 1440 session.save_path = "/tmp" upload_max_filesize = 200M zlib.output_compression = Off
  2. Hello, I have a problem when I test to register a new customer account. Please look at the bug report below : Whoops, looks like something went wrong. 1/1 ContextErrorException in AuthController.php line 61: Warning: array_reduce() expects parameter 1 to be array, boolean given in AuthController.php line 61 at ErrorHandler->handleError('2', 'array_reduce() expects parameter 1 to be array, boolean given', '/home/deara800/public_html/controllers/front/AuthController.php', '61', array('should_redirect' => false, 'register_form' => object(CustomerForm))) at array_reduce(false, object(Closure), true) in AuthController.php line 61 at AuthControllerCore->initContent() in Controller.php line 205 at ControllerCore->run() in Dispatcher.php line 369 at DispatcherCore->dispatch() in index.php line 28 Anyone can help me to fix that problem? i have enable bug mode and CCC. But thats was not worked. Thanks and regards, Yoga
  3. Halo, Saya tertarik menggunakan module Sendinblue di PS 1.7.1.0. Namun, saat ini saya terdaftar sebagai pengguna akun google berbayar yang berekstention nama domain ladebo.co.id. Sehingga saat saya ingin mengkonfigurasikan module tersebut, ada pesan "Your server configuration does not allow to send emails. Please contact you system administrator to allow outgoing connections on port 587 for following IP ranges: 94.143.17.4/32, 94.143.17.6/32 and 185.107.232.0/24.". Apabila saya mengganti portnya, kemungkinan akun gmail saya tidak akan terkoneksi ke server domain ladebo.co.id. Apakah ada solusi lain? Mengingat fitur yang ada di sendinblue dan gmail sangat saya perlukan. Terima kasih banyak atas bantuannya.
  4. Hello guys, I have a problem when installing prestashop 1.7.1. Here it the problem: - Install and enable the php_posix extension (used to colorize the CLI output). - Install and enable the intl extension (used for validators). - Set short_open_tag to off in php.ini*. I have followed the instruction from internet and article. But the problem is still unresolve. Can anyone tell me step by step how to fix that problem? Thank you very much.
  5. Halo, saya sudah download ps 1.7.1 dan sudah updload installannya di hosting. Namun kendala instalasi muncul seperti pict diatas. Ada saran mengenai langkah2 untuk memperbaiki kompabilitas sistem ps di hosting tersebut? Terima kasih atas bimbingannya
  6. thank you very much. problem solved. now my site is online.
  7. Hello guys,, i have a problem when transfer PS 1.7 from my localhost to server domain. I have followed all the steps of file transfer. i do this step: 1- compress prestashop files to zip file in localhost. 2- export prestashop database in localhost to a sql file. 3- move myprestashop zip file to public html in live host via filezilla 4- extract zip file in live host and path is: public_html/all prestashop folder and files 5- went to mysqldatabases in cpanel and create database prestashop and user and import prestashop.sql that created in localhost. then add user to database with all privilegs. 6- edit settings.php: <?php define('_DB_SERVER_', 'www.ladebo.co.id'); define('_DB_NAME_', 'deara800_ladebo_db_1'); define('_DB_USER_', 'deara800_bo2712'); define('_DB_PASSWD_', 'xxxxxxxxx'); define('_PS_VERSION_', '1.7.0.6'); and... 7- in livehost database change tables: ps_configuration and ps_shop url shop url table info: domain=http://www.ladebo.co.id domain_ssl=http://www.ladebo.co.id physical_uri=/ virtual_uri='' ps_configuration table changes: PS_SHOP_DOMAIN=http://www.ladebo.co.id PS_SHOP_DOMAIN_SSL=http://www.ladebo.co.id i think do all steps completely but when i go to http://www.ladebo.co.id in live host, I only see the message "Link to the database can not be established: SQLSTATE [HY000] [1045] Access denied for user 'root' @ 'localhost' (using password: NO)" on the screen. can anyone help me? thanks.
  8. Salam Hormat, Mohon informasinya mengenai kendala proses instalasi prestashop_1.7.0.6 (capture terlampir). Apakah kendala berikut dapat diabaikan sehingga saya bisa melanjutkan ke langkah selanjutnya? Install and enable the php_posix extension (used to colorize the CLI output). Install and enable the intl extension (used for validators). Set short_open_tag to off in php.ini*. Terima kasih banyak atas masukkannya. Salam, Dea Yogaswara
×
×
  • Create New...