Jump to content

Featured Replies

с первой проблемой разорались. проблема была на стороне хостинга, но вот возникла следующая беда. при попытке загрузить файл (в моём случаи языковый пакет), выдаёт следующее. не подскажите как с этим бороться?)

2016-03-24 15-58-38 500 Internal Server Error - Google Chrome.png

Link to comment
https://ipbmafia.ru/topic/13939-ips-community-suite-419/?&do=findComment&comment=103563
Share on other sites
20 часов назад, login сказал:

с первой проблемой разорались. проблема была на стороне хостинга, но вот возникла следующая беда. при попытке загрузить файл (в моём случаи языковый пакет), выдаёт следующее. не подскажите как с этим бороться?)

 

Загружайте не целиком а на каждое приложение отдельно. 
 

Link to comment
https://ipbmafia.ru/topic/13939-ips-community-suite-419/?&do=findComment&comment=103606
Share on other sites

Привет, ребят. Спасибо за старания. Обновил до 4.1.9, а в магазине такое вот явилось:

InvalidArgumentException: NOT_VALID_NUMBER (0)
#0 D:\host2\tst\ips\417\applications\nexus\sources\Package\Package.php(512): IPS\Math\_Number->__construct('0,75')
#1 D:\host2\tst\ips\417\applications\nexus\sources\Package\Package.php(544): IPS\nexus\_Package->_lowestPrice(Object(IPS\nexus\Customer), 'UAH', true, NULL)
#2 D:\host2\tst\ips\417\system\Theme\Theme.php(694) : eval()'d code(3080): IPS\nexus\_Package->priceToDisplay()
#3 [internal function]: IPS\Theme\class_nexus_front_store->packageBlock(Object(IPS\nexus\Package\Product), true, true)
#4 D:\host2\tst\ips\417\system\Theme\SandboxedTemplate.php(57): call_user_func_array(Array, Array)
#5 D:\host2\tst\ips\417\system\Theme\Theme.php(694) : eval()'d code(2315): IPS\Theme\_SandboxedTemplate->__call('packageBlock', Array)
#6 [internal function]: IPS\Theme\class_nexus_front_store->index(Object(IPS\nexus\Money), Object(IPS\Patterns\ActiveRecordIterator), Object(IPS\Patterns\ActiveRecordIterator))
#7 D:\host2\tst\ips\417\system\Theme\SandboxedTemplate.php(57): call_user_func_array(Array, Array)
#8 D:\host2\tst\ips\417\applications\nexus\modules\front\store\store.php(188): IPS\Theme\_SandboxedTemplate->__call('index', Array)
#9 D:\host2\tst\ips\417\system\Dispatcher\Controller.php(94): IPS\nexus\modules\front\store\_store->manage()
#10 D:\host2\tst\ips\417\applications\nexus\modules\front\store\store.php(46): IPS\Dispatcher\_Controller->execute()
#11 D:\host2\tst\ips\417\system\Dispatcher\Dispatcher.php(129): IPS\nexus\modules\front\store\_store->execute()
#12 D:\host2\tst\ips\417\index.php(13): IPS\_Dispatcher->run()
#13 {main}

До обновки все было ОК. Качал нул. РНР 7.0.3

Edited by Ruskat

Link to comment
https://ipbmafia.ru/topic/13939-ips-community-suite-419/?&do=findComment&comment=103641
Share on other sites

Нашлось решение. Выглядит так:

  1. Ищем файл  /system/Math/Number.php
  2. Ищем в нём строчку номер 62 в которой содержимое
 if ( !preg_match( '/^([+-])?(\d*)(\.(\d*))?$/', $number, $matches ) )

нужно заменить на 

if ( !preg_match( '/^([+-])?(\d*)((?:\.|,)(\d*))?$/', $number, $matches ) )

Сохраняем и всё.

https://invisionpower.com/4bugtrack/active-reports/419-critical-error-in-store-when-tax-is-included-into-prices-r10908/.

Edited by Ruskat

Link to comment
https://ipbmafia.ru/topic/13939-ips-community-suite-419/?&do=findComment&comment=103652
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.