GithubHelp home page GithubHelp logo

r23 / myoos Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 22.0 1.13 GB

MyOOS [Shop system] Repository

Home Page: https://www.oos-shop.de

PHP 49.44% CSS 0.46% JavaScript 44.23% Smarty 0.02% HTML 3.32% Hack 0.01% SCSS 2.13% TypeScript 0.38%
3d-models augmented-reality ecommerce ecommerce-application ecommerce-platform mobile-first php8-ready shoping-cart webxr

myoos's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

myoos's Issues

MSD: Wrong variables in config_overview.php

In MSDs config_overview.php, line 958 reads:

$aus['transfer2'].='<tr><td class="small">' . Help($lang['L_HELP_FTPSERVER'],"conf14",12) . $lang['L_FTP_SERVER'] . ':&nbsp;</td><td><input class="text" type="text" size="30" name="ftp_server[' . $i . ']" value="' . ( (isset($config['ftp_port'][$i])) ? $config['ftp_port'][$i] : "" ) . '"></td></tr>';

It should read:
$aus['transfer2'].='<tr><td class="small">' . Help($lang['L_HELP_FTPSERVER'],"conf14",12) . $lang['L_FTP_SERVER'] . ':&nbsp;</td><td><input class="text" type="text" size="30" name="ftp_server[' . $i . ']" value="' . ( (isset($config['ftp_server'][$i])) ? $config['ftp_server'][$i] : "" ) . '"></td></tr>';

So ftp_server iso ftp_port.

Currently the port is saved as server.

Website needs an update

Please check your manual http://doku.oos-shop.de/myoos-benutzerhandbuch/ueber-myoos/eine-einfuehrung-in-das-myoos-shopsystem/ueber-phpbb/

You say in the forum, your software works with the current version of phpBB (3.2.5), which is included. Your manual talks about "modifications", which are abandoned since phpBB 3.1.0. Therefore, the information and the weblink are out of date, misleading for uninformed users. There are now "extensions" instead of "mods", and the product line phpBB 3.0.x has reached the "end of life"-state in 2015.

https://www.phpbb.de/community/viewtopic.php?f=9&t=233893

btw: nice product

MSD with PHP 7.4 - Deprecated: Function get_magic_quotes_gpc()

Hello,

I am using PHP 7.4.10 and MSD from MyOOS 2.4.9 (MyOOS [Dumper] - Version: 4.2.2-dev, MySQL-Version: 5.5.60-0+deb7u1-log)
When I enter the index page of MSD I get the following error message and I can not enter MSD.

Deprecated: Function get_magic_quotes_gpc() is deprecated in /homepages/xxx/msd_249/inc/runtime.php on line 65
Deprecated: Function get_magic_quotes_gpc() is deprecated in /homepages/xxx/msd_249/inc/runtime.php on line 126

As a first workaround I deleted the mentioned lines in the runtime.php. With the modification MSD will start but I am not sure if everything is working fine and if there are any dependencys which I did not see yet.

Fix $default_configfile in crondump.pl

Hi,
in file /msd_cron/crondump.pl is still in line 46 my $default_configfile="mysqldumper.conf.php";
Should be fixed to my $default_configfile="myoosdumper.conf.php";

MSD: Deep recursion on subroutine

Moin,
im Perl-Script kommt es zu Endlosschleifen, wenn die Logdateien nicht geschrieben werden können.

MySQLDumper - Perl CronDump [Version 1.24.4] started successfully (using perl v5.30.0)

[Wed Apr 7 18:30:12 2021] crondump.pl: Deep recursion on subroutine "main::PrintOut" at httpdocs/msd_cron/crondump.pl line 709.

[Wed Apr 7 18:30:12 2021] crondump.pl: Deep recursion on subroutine "main::err_trap" at httpdocs/msd_cron/crondump.pl line 770.

MSD - problem

  1. When importing a big 1.2GB sql-database without splitting, it finally got the error :

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -> Variable 'character_set_client' can't be set to the value of 'NULL'.

though this line (and 2 others) is outcommented in the database /* ....*/

  1. While splitting i miss the possibility to choose UTF8 instead of latin - i need hebrew and chinese and japanese letters . Is there an entry (here the error does not come up) in some file which solves that ?

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.