Server IP : 103.119.228.120 / Your IP : 3.149.24.192 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/presta17/ |
Upload File : |
1. Download the package from Github because the website packages contains additional modules which isn't working in a sub directory as they are for commercial purpose. https://www.prestashop.com/forums/topic/1085022-unable-to-install-prestashop-81x-in-a-subdirectory/ 2. Keep root writable while installing manually. 3. Unzip prestashop files on server only. Let UI unzip the files. Before starting the installation make the zip on server and download. 4. [IMP] TAKE SQL DUMP WHEN INSTALLATION COMPLETES AND FILE DUMP ON ADMIN PANEL 5. check and copy /translations/* copy config/themes/* (Except config/themes/classic/shop1.json, need to configure this file) (Not required from 1.7.1.0) copy img/* copy mails/en/* except files which uses softurl copy modules/* except files which uses softurl Delete /var/cache/prod 6. Copy bootstrap.php from config folder and create _bootstrap.php and make following changes to get new_cookie_key : "echo '<new_cookie_key>'.$key.'</new_cookie_key>';" This is our change to generate the new_cookie_key, Also create clone_bootstrap.php and make changes to unset new_cookie_key> 7. If it is asked for country choose "United States" and Shop timezone as "US/Eastern" 8. Keep demo data "enabled" and SSL entry "blank" in manual installation. 9. While manual install - installation of modules : Install all modules (recommended) 10. PHP REQUIREMENT LINK: https://devdocs.prestashop-project.org/8/basics/installation/system-requirements/#php-requirements 11. No Documentation provided to upgrade prestashop 1.7.x.x hence we have not provided the same. http://doc.prestashop.com/dashboard.action 12. We have removed mcrypt extension because a user reported this via ticket. 13. [NA] config.php generates on visiting frontlink in manual installation. 14. [NA] Under [[dbprefix]]configuration table keep 'value' column blank for the following 'name' columns i.e : PS_ACCOUNTS_RSA_PRIVATE_KEY, PS_ACCOUNTS_RSA_PUBLIC_KEY and PS_ACCOUNTS_RSA_SIGN_DATA blank , as they are made again after logging into the admin panel. 15. [NA] For our reference : Since Presta 8.0.1, while manual installation Prestashop is installed in maintenance mode and demo data isnt displayed . We have kept the same. To enable store users will have to go to admin panel -> click maintenance mode icon and check 'Enable Store' to enable store and display demo data content on frontend. (Requires in Prestashop commercial package)