Post by xxvirusxx » Sat Oct 16, 2021 8:54 pm

With all modules and extensions work just fine on 3.0.3.8.
On your version catalog crash ...error 500 :)

Code: Select all

2021-10-16 15:52:39 - PHP Warning:  filemtime(): stat failed for Event code replacing /catalog/view/theme/journal3/template/common/header.twig, CRC 1428088298 in //system/library/template/twix.php on line 74

Code: Select all

if (strrpos($twig, '/') && filemtime($twig) > filemtime($cache)) return false;
LE. The problem was from: Complete SEO Package......for 500.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MaxD » Sat Oct 16, 2021 10:40 pm

Fixed reported errors, also updated distribution to 3.0.3.8.
Also button captions in admin now are not added to buttons in tables and if button has an caption already.

https://opencart.download/opencart-3.0.3.8.zip

User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm


Post by xxvirusxx » Sun Oct 17, 2021 3:43 pm

You should use 3.0.3.8 version from github. There are some bugs fixed.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MaxD » Sun Oct 17, 2021 7:16 pm


User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm


Post by OSWorX » Mon Oct 18, 2021 2:06 am

MaxD wrote:
Sun Oct 17, 2021 7:16 pm
You mean this one?
https://github.com/opencart/opencart/re ... ag/3.0.3.8
No, would say a zip from the current maintance branch: https://github.com/opencart/opencart/tr ... aintenance

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member
Online

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by danielb123 » Mon Oct 18, 2021 7:01 pm

MaxD wrote:
Sun Oct 17, 2021 7:16 pm
You mean this one?
https://github.com/opencart/opencart/re ... ag/3.0.3.8
this github one is the same from opencart.com ? thx

New member

Posts

Joined
Wed Nov 15, 2017 8:48 pm

Post by MaxD » Mon Oct 18, 2021 7:11 pm

I'd better stick to official release. Its not good when people expect official 3.0.3.8 in distribution but there is some another version.

User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm


Post by danielb123 » Mon Oct 18, 2021 8:09 pm

About J3.2 beta 12... some bug fix ?! i already reported some of bug but still don`t work in beta 12.

- legacy carousel (Item per row), carousel mode ON, padding values don`t take efect.
-Autogrid (Auto Carousel Style) hide option for buttons don`t take effect, sliding on mobile have some sliding issue, get stuck when you continue sliding,
Legacy carousel work better on mobile, have loop option and bullets and no sliding issue.
- Mobile Wrapper Style work only to menu and take the same effect for cart to, if i set a different warp style to cart don`t work.
- Skins>global>scroll to top > icon color on hover don`t take effect
- Cart page > checkout button , when is set a buton color, the hover color dont work anymore, if the normal color is not set then hover color is working
Cart/checkout Page quantity stepper style, size... don't take any effect, colors and the rest are ok

There is someone else who have this issues or is only me ? :)

New member

Posts

Joined
Wed Nov 15, 2017 8:48 pm

Post by OSWorX » Mon Oct 18, 2021 8:30 pm

MaxD wrote:
Mon Oct 18, 2021 7:11 pm
I'd better stick to official release. Its not good when people expect official 3.0.3.8 in distribution but there is some another version.
Maintanance branch IS also "official", but with some bugfixes (only) ..
But do what you want.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member
Online

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by OSWorX » Mon Oct 18, 2021 8:31 pm

danielb123 wrote:
Mon Oct 18, 2021 8:09 pm
About J3.2 beta 12... some bug fix ?! i already reported some of bug but still don`t work in beta 12.
...
There is someone else who have this issues or is only me ? :)
This here is NO forum for this extension/theme.
You should contact the developer directly.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member
Online

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by danielb123 » Mon Oct 18, 2021 10:46 pm

OSWorX wrote:
Mon Oct 18, 2021 8:31 pm
danielb123 wrote:
Mon Oct 18, 2021 8:09 pm
About J3.2 beta 12... some bug fix ?! i already reported some of bug but still don`t work in beta 12.
...
There is someone else who have this issues or is only me ? :)
This here is NO forum for this extension/theme.
You should contact the developer directly.
this topic is about Journal theme to, read first threads

New member

Posts

Joined
Wed Nov 15, 2017 8:48 pm

Post by OSWorX » Mon Oct 18, 2021 11:36 pm

danielb123 wrote:
Mon Oct 18, 2021 10:46 pm
OSWorX wrote:
Mon Oct 18, 2021 8:31 pm
danielb123 wrote:
Mon Oct 18, 2021 8:09 pm
About J3.2 beta 12... some bug fix ?! i already reported some of bug but still don`t work in beta 12.
...
There is someone else who have this issues or is only me ? :)
This here is NO forum for this extension/theme.
You should contact the developer directly.
this topic is about Journal theme to, read first threads
No, only about the extension from MaxD.
Better you read the Forum Rules before writing here nonsens.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member
Online

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by Doni » Tue Oct 19, 2021 3:53 pm

Goto Extension -> Marketplace. Does not work PHP ver < 7
Error:
syntax error, unexpected '?' in admin/controller/marketplace/marketplace.php on line 167

Code: Select all

$extension_total = $response_info['extension_total'] ?? 0;
Replace

Code: Select all

$extension_total = isset($response_info['extension_total']) ?: 0;

Newbie

Posts

Joined
Tue Oct 19, 2021 3:35 pm

Post by OSWorX » Tue Oct 19, 2021 8:53 pm

Doni wrote:
Tue Oct 19, 2021 3:53 pm
Goto Extension -> Marketplace. Does not work PHP ver < 7
Error:
syntax error, unexpected '?' in admin/controller/marketplace/marketplace.php on line 167
OpenCart 3.0.x required php version is at least 7.x (7.3.x recommended)

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member
Online

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by MaxD » Tue Oct 19, 2021 11:46 pm

OSWorX wrote:
Mon Oct 18, 2021 8:30 pm
Maintanance branch IS also "official", but with some bugfixes (only) ..
I mean that when extensions devs state that their extension is compatible with some Opencart version, they mean that official version posted at Opencart.com.
Sure thing, its rare occasion when it make a difference, but sometimes it may happen.
Doni wrote:
Tue Oct 19, 2021 3:53 pm
Goto Extension -> Marketplace. Does not work PHP ver < 7
Thank you, will include in next update. Please report such a things further!

User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm


Post by jdmexport » Fri Oct 29, 2021 5:28 pm

Thank you for sharing, MaxD!

Newbie

Posts

Joined
Fri Oct 29, 2021 5:17 pm
Location - Tokyo, Japan

Post by nureddin21 » Mon Jan 03, 2022 2:15 am

Hello MaxD,
I was trying to install this version, but I got errors on every page .. Examples:

Warning: Undefined variable $style in /XXX/public_html/system/storage/cache/twix/common_header.php on line 44
Warning: Undefined variable $breadcrumb in /XXX/public_html/system/storage/cache/twix/catalog_product_list.php on line 32
Warning: Undefined variable $module in /XXX/public_html/system/storage/cache/twix/default_template_common_content_bottom.php on line 18

And so everywhere.

PHP version is 8.0
The default version works on the same hosting without problems.

New member

Posts

Joined
Tue Feb 23, 2021 2:48 am

Post by MaxD » Tue Jan 04, 2022 1:29 am

Fixed, just redownload the distro and rewrite admin and catalog folders.

User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm


Post by robin289 » Mon Feb 07, 2022 9:07 pm

Hello,

After I did a clean install i get the following error on every admin and front pages:

Unknown: Required parameter $lineno follows optional parameter $only in ......../public_html/system/library/template/twix_compile.php on line 6634Unknown: Required parameter $lineno follows optional parameter $asString in ......../public_html/system/library/template/twix_compile.php on line 6883

Newbie

Posts

Joined
Mon Aug 13, 2012 10:10 pm

Post by MaxD » Tue Feb 08, 2022 12:58 am

Change $lineno to $lineno = 0 there.

User avatar
Active Member

Posts

Joined
Fri Jul 06, 2012 6:37 pm

Who is online

Users browsing this forum: Amazon [Bot] and 44 guests