[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.69.65: ~ $
1. Have added following code to .htaccess to redirect to public directory :
<IfModule mod_alias.c>
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
</IfModule>

Not required since 3.1.1 becuase they have handled this in their package and the code same as below :
(check in all future versions as well). We have removed sconfigure.

# redirect to public page
  <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^public$
    RewriteRule ^(.*)$ %{REQUEST_URI}public/ [R=301,L]
  </IfModule>


2. We have not added upgrade in 3.0.0 because there is huge changes in directory structure and its upgrade notes are not properly given. Try to add in next version.

3. Download long name zip for manual installation. (Confirmed with vendor via github issues since version 3.1.0)

4. PHP REQUIREMENT LINK : https://github.com/jekkos/opensourcepos#server-requirements

5. We have changed .htaccess to redirect public folder

6. Please take sql dump after running migrations in manual installation.

7. Upgrade notes are given here https://github.com/opensourcepos/opensourcepos/blob/master/UPGRADE.txt . Also in every upgrade check upgrade notes in tagged releases on Github as well.

Filemanager

Name Type Size Permission Actions
images Folder 0755
php53 Folder 0755
php56 Folder 0755
php71 Folder 0755
php81 Folder 0755
php82 Folder 0755
.htaccess File 1.47 KB 0644
changelog.txt File 2.04 KB 0644
clone.php File 3.85 KB 0644
config.php File 19.5 KB 0644
database.php File 4.46 KB 0644
edit.php File 4.7 KB 0644
edit.xml File 433 B 0644
extend.php File 9.29 KB 0644
fileindex.php File 295 B 0644
import.php File 3.63 KB 0644
info.xml File 3.65 KB 0644
install.js File 921 B 0644
install.php File 4.32 KB 0644
install.xml File 792 B 0644
md5 File 7.48 KB 0644
notes.txt File 1.18 KB 0644
update_pass.php File 541 B 0644
upgrade.php File 5.47 KB 0644
upgrade.xml File 248 B 0644