Post by ashon » Fri Sep 13, 2019 8:17 am

Opencart 3.0.3.2

getting error in error log :

2019-09-12 19:55:47 - PHP Warning: unlink(/*********/*********/storage/cache/cache.catalog.language.1568321747): No such file or directory in /*********/*********/public_html/system/library/cache/file.php on line 68

i did look around and found this post and there is a fix there but that was like 2018 and wanted to make sure if thats still fix or not - viewtopic.php?f=202&t=203360

Active Member

Posts

Joined
Sat Apr 18, 2015 2:18 am

Post by paulfeakins » Fri Sep 13, 2019 6:56 pm

Or just create a blank file called:
/storage/cache/cache.catalog.language.1568321747

It will then get deleted properly and the error should go away.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by ashon » Fri Sep 13, 2019 10:23 pm

paulfeakins wrote:
Fri Sep 13, 2019 6:56 pm
Or just create a blank file called:
/storage/cache/cache.catalog.language.1568321747

It will then get deleted properly and the error should go away.
Ok Thank you Sir

Active Member

Posts

Joined
Sat Apr 18, 2015 2:18 am

Post by Gadget38 » Wed Jan 27, 2021 8:27 am

Hello,
for a long time I also get this message, if I can ask where can I put the file, it should be here; public_html/system/library/cache/
change a text file name?

Newbie

Posts

Joined
Wed Jan 27, 2021 8:23 am

Post by sw!tch » Wed Jan 27, 2021 4:23 pm

Gadget38 wrote:
Wed Jan 27, 2021 8:27 am
Hello,
for a long time I also get this message, if I can ask where can I put the file, it should be here; public_html/system/library/cache/
change a text file name?
You don't put a file anywhere. The fix is here - https://github.com/opencart/opencart/co ... 990171168e

and if you need more info read the thread here - viewtopic.php?f=202&t=200896&start=20#p710221

Full Stack Web Developer :: Send a PM for Custom Work.
Backup and learn how to recover before you make any changes!


Active Member

Posts

Joined
Sat Apr 28, 2012 2:32 pm

Post by Gadget38 » Thu Jan 28, 2021 6:30 am

thanks for the quick fix, I've now changed 2x language file, that should be fine.

Newbie

Posts

Joined
Wed Jan 27, 2021 8:23 am

Post by Gadget38 » Thu Jan 28, 2021 6:56 am

i want to apologize first, i don't know if i can ask this here, i think i have language problem, if you have chosen english then right column is not visible, how can i fix this? thank you in advance

https://macramey.nl/warranty-complaints

Newbie

Posts

Joined
Wed Jan 27, 2021 8:23 am

Post by mikeinterserv » Thu Jan 28, 2021 7:01 am

Ok it is the bottom that is invisible :-) in English but Visible in Dutch

The list group item TEXT is completely missing for ENGLISH
sidebar.js?id=1207177&c=2686315:8 WebwinkelKeur: Found JSON-LD payload with ratingValue, not inserting rich snippet

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by sw!tch » Thu Jan 28, 2021 7:10 am

Gadget38 wrote:
Thu Jan 28, 2021 6:56 am
i want to apologize first, i don't know if i can ask this here, i think i have language problem, if you have chosen english then right column is not visible, how can i fix this? thank you in advance

https://macramey.nl/warranty-complaints
Ensure you have all the languages defined in - catalog/language/en-gb/extension/module/account.php

For 3.0.3.6 you can see here - https://github.com/opencart/opencart/bl ... ccount.php

Otherwise open a new thread specific for this issue to further debug.

Full Stack Web Developer :: Send a PM for Custom Work.
Backup and learn how to recover before you make any changes!


Active Member

Posts

Joined
Sat Apr 28, 2012 2:32 pm

Post by Gadget38 » Thu Jan 28, 2021 6:10 pm

thank you very much, you guys are great, i think i can fix it now,

Newbie

Posts

Joined
Wed Jan 27, 2021 8:23 am

Post by adasprom » Fri Mar 26, 2021 9:15 pm

Hello,
I'm receiving this message as well and would appreciate your assistance as well. I receive the message "domainname.com.au: error". I have attempted to review your notes but feel I need a little more assistance if anybody has the time.
Thanks
Anthony

Newbie

Posts

Joined
Mon Apr 29, 2019 8:22 pm

Post by ADD Creative » Sat Mar 27, 2021 6:37 am

If you are getting "Warning: unlink(xxx/storage/cache/cache.catalog.language.xxx): No such file or directory in xxx/system/library/cache/file.php on line 68" errors.

Find the file admin/model/localisation/language.php and change the line.

Code: Select all

$language_data = $this->cache->get('language');
To.

Code: Select all

$language_data = $this->cache->get('admin.language');

And in the file catalog/model/localisation/language.php change the line.

Code: Select all

$language_data = $this->cache->get('language');
To.

Code: Select all

$language_data = $this->cache->get('catalog.language');

www.add-creative.co.uk


Expert Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom
Who is online

Users browsing this forum: JessiesBoutique, SelfSus and 520 guests