Post by gjn » Sat Feb 04, 2017 9:27 pm

Hallo,

Ik heb sinds een aantal weken problemen/foutmeldingen met een aantal geïnstalleerde modules.

Zoals:
-Ik krijg bij bevestiging van bestellingen op complete te zetten:
U heeft succesvol producten uit bestelling %s in uw winkelwagen geplaatst!
-verzendmodule: foutmelding bij het overzetten van de orders

Weet ook niet of het met elkaar te maken heeft.....
Toevallig kwam ik er ook achter dat in de public_html folder een aantal files had staan die ik zelf niet geüpload heb. Een 789.php heb ik ook verwijderd, maar waarschijnlijk ook backdoors verstopt.

Ben hiermee ook niet echt bekend mee. Iemand ergens een stap voor stap handleiding. Of wat te doen?

Alvast bedankt!!

Groeten GJN

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Sat Feb 04, 2017 10:40 pm

Die 789.php is geheid onveilig.

Stop dit alvast in je .htaccess om dat soort php niet toe te staan:

Code: Select all

<FilesMatch ".*\.php$">
Deny from all
Allow from 127.0.0.1 ::1 localhost 192.168
</FilesMatch>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>
Hiermee kan geen enkele php meer worden opgeroepen en moet alles via index.php lopen. Zo ben je in ierder geval geen ongewenst spammer meer bijvoorbeeld.

Het opschonen dient te worden gedaan door een expert. Eventueel kan je hoster de folders scannen op de gebruikelijke injecties.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by Mahakal » Sat Feb 04, 2017 11:12 pm

What are saying?nothing gone into head be precise and ENGLISH please.

New member

Posts

Joined
Sun Sep 04, 2016 2:42 am

Post by gjn » Sun Feb 05, 2017 4:45 pm

Mahakal wrote:What are saying?nothing gone into head be precise and ENGLISH please.
my English is not very best, hopefully you understand

I have since some weeks problems/error messages with a number of installed modules.

Such as:
-I get on confirmation of order by complete: you have successful products from%s order in your shopping cart!
-shipping module: error when transferring the orders also don't know if it has to do with each other .....
Coincidently I also found that a number of files in the public_html directory had that I myself do not have uploaded. A 789. php I also deleted, but probably also hiding backdoors.

Am also not really familiar with it. Someone somewhere a step by step guide. Or what to do?

Thanks in advance!!

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by gjn » Sun Feb 05, 2017 4:48 pm

@artcore

Bedankt voor je reactie, moet je deze code in de .htaccess helemaal bovenaan plaatsen of maakt niet uit waar?

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by gjn » Mon Feb 06, 2017 12:13 am

het gaat lekker!!
ik heb wachtwoorden veranderd van de database, maar nu krijgen mijn sites foutmeldingen en kan niet meer inloggen in de admin.

wat kan ik hieraan doen??

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Mon Feb 06, 2017 1:13 am

Heb je de config.php bestanden ook aangepast met het nieuwe wachtwoord?
Zet daarna ook de error.log display uit. Nu kan iedreen zien wat je db user is!

En je kunt inderdaad die htaccess code overal plaatsen. Bovenaan is handig.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Mon Feb 06, 2017 1:44 am

helemaal vergeten.....config.php bestanden heb ik nu aangepast, dat is gelukt. Super.

deze heb ik erin staan kan ik deze verwijderen in die van jouw erin plaatsen of moet die gewoon er onder geplaats worden?
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
Order deny,allow
Deny from all
</FilesMatch>

<FilesMatch ".*\.php$">
Deny from all
Allow from 127.0.0.1 ::1 localhost 192.168
</FilesMatch>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Mon Feb 06, 2017 3:04 am

Ja kan erbij. Het is extraatje dat voorkomt dat bv die 789.php wordt gebruikt om te spammen vanaf jouw server of andere leuke dingen.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Mon Feb 06, 2017 4:53 pm

artcore wrote:Ja kan erbij. Het is extraatje dat voorkomt dat bv die 789.php wordt gebruikt om te spammen vanaf jouw server of andere leuke dingen.
Ik heb je code eronder geplaatst. Heel erg bedankt voor je hulp en info. Super!!

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Mon Feb 06, 2017 5:12 pm

Geen probleem, succes met de verkoop!

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Mon Feb 06, 2017 8:59 pm

Bedankt!!

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by gjn » Tue Feb 07, 2017 12:30 am

Weet je misschien ook evt. hoe je dit aan moet passen of waar.
-Ik krijg bij bevestiging van bestellingen op complete te zetten:
U heeft succesvol producten uit bestelling %s in uw winkelwagen geplaatst!

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Tue Feb 07, 2017 1:18 am

Of een brakke vertaling (i2paq ;D ) of een extentie die iets vernield heeft.
Ik denk dat je dit doet in de admin? Waar anders zet je de order op compleet?

In dat geval is de zin niet logisch:
U heeft succesvol producten uit bestelling %s in uw winkelwagen geplaatst!
Die %s is een placeholder voor het order nummer lijkt het hier. Maar vage melding
Eventueel even de juiste taalbestanden downloaden voor de exacte OC versie en via ftp op de server zetten, bestaande overschrijven. Als je niet te zeker bent, zorg voor een backup!!!

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Tue Feb 07, 2017 3:49 am

Ik heb de bestaande bestanden overschreven met nieuwe taalbestanden via ftp. De meldingen blijven het zelfde.

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Tue Feb 07, 2017 5:57 am

Beschrijf de exacte stappen, opencart versie en eventuele extensies. Foutenlogboek? Een sprintf() missing argument ergens?

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Tue Feb 07, 2017 5:23 pm

opencart-2.0.1.1
2.0.1.1Nederlands
vqmod-2.5.0-opencart
Blog
Live Theme
Acumulus
mollie
verzendmodule
smartsupp
winkelkeur
MailChimp Intergration (als laatste geïnstalleerd)

foutenlogboek vanaf de melding en verdwijnen logo verzendmodule


2017-01-18 15:30:06 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM `oc_language` WHERE status = '1' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:25 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:25 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:25 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 180
2017-01-18 15:30:25 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 181
2017-01-18 15:30:25 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 184
2017-01-18 15:30:26 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_currency in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:30 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM `oc_language` WHERE status = '1' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:30 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:30 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:30 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 180
2017-01-18 15:30:30 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 181
2017-01-18 15:30:30 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 184
2017-01-18 15:30:31 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM `oc_language` WHERE status = '1' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:31 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:31 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../index.php on line 138
2017-01-18 15:30:31 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 180
2017-01-18 15:30:31 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 181
2017-01-18 15:30:31 - PHP Notice: Undefined index: nl in /home/…../public_html/…../index.php on line 184
2017-01-18 15:30:31 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_currency in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:31 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/currency.php on line 15
2017-01-18 15:30:31 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/currency.php on line 15
2017-01-18 15:30:31 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '150' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2337') ORDER BY tr1.priority ASC in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:31 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/tax.php on line 28
2017-01-18 15:30:31 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/tax.php on line 28
2017-01-18 15:30:31 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '150' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2337') ORDER BY tr1.priority ASC in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-01-18 15:30:31 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/tax.php on line 56
2017-01-18 15:30:31 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/tax.php on line 56
2017-02-03 9:35:48 - PHP Warning: unserialize() expects parameter 1 to be string, array given in /home/….. /public_html/…../admin/view/template/catalog/news_form.tpl on line 473
2017-02-03 12:17:57 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:17:57 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:19:00 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:19:00 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:20:08 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:20:08 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM `oc_language` in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../admin/index.php on line 119
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../admin/index.php on line 119
2017-02-03 12:20:08 - PHP Notice: Undefined index: nl in /home/…../public_html/…../admin/index.php on line 123
2017-02-03 12:20:08 - PHP Notice: Undefined index: nl in /home/…../public_html/…../admin/index.php on line 126
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_currency in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/currency.php on line 15
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/currency.php on line 15
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '0' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/weight.php on line 11
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/weight.php on line 11
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '0' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/length.php on line 11
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/length.php on line 11
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_user WHERE user_id = '1' AND status = '1' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/user.php on line 15
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_extension WHERE `type` = 'openbay' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/openbay.php on line 118
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/openbay.php on line 118
2017-02-03 12:20:08 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_event in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:20:08 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../admin/index.php on line 154
2017-02-03 12:20:08 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../admin/index.php on line 154
2017-02-03 12:21:26 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:21:26 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:22:52 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:22:52 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:24:09 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:24:09 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:25:29 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:25:29 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:27:01 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:27:01 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:32:59 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:32:59 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:37:36 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:37:36 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM `oc_language` in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../admin/index.php on line 119
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../admin/index.php on line 119
2017-02-03 12:37:36 - PHP Notice: Undefined index: nl in /home/…../public_html/…../admin/index.php on line 123
2017-02-03 12:37:36 - PHP Notice: Undefined index: nl in /home/…../public_html/…../admin/index.php on line 126
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_currency in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/currency.php on line 15
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/currency.php on line 15
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '0' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/weight.php on line 11
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/weight.php on line 11
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '0' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/length.php on line 11
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/length.php on line 11
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_user WHERE user_id = '1' AND status = '1' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/user.php on line 15
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_extension WHERE `type` = 'openbay' in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../system/library/openbay.php on line 118
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/…../system/library/openbay.php on line 118
2017-02-03 12:37:36 - PHP Notice: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM oc_event in /home/…../public_html/…../system/library/db/mysqli.php on line 40
2017-02-03 12:37:36 - PHP Notice: Trying to get property of non-object in /home/…../public_html/…../admin/index.php on line 154
2017-02-03 12:37:36 - PHP Warning: Invalid argument supplied for foreach() in /home/…../public_html/……/admin/index.php on line 154
2017-02-03 12:40:41 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/……/public_html/……/system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:40:41 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/……/system/sendcloud/sendcloud_api.php on line 260
2017-02-03 12:47:31 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 12:47:31 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 13:07:07 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 13:07:07 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260
2017-02-03 13:39:02 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 254
2017-02-03 13:39:02 - PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…../public_html/…../system/sendcloud/sendcloud_api.php on line 260

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Tue Feb 07, 2017 8:08 pm

Nog te weinig info over de genoemde foutmelding. Ik kan het wel voor je debuggen mbv een admin login en ftp en een steppenplan van de acties die leiden tot.

Wat opvalt is dat je waarschijnlijk toe bent aan een betere host. mysql gone away is typisch iets van een brakke server. En je hebt een paar extensies die bugs bevatten.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by gjn » Tue Feb 07, 2017 8:49 pm

Als je dat wilt.....zou heel erg fijn zijn.
je krijgt van mij een pb

gjn
New member

Posts

Joined
Tue Feb 24, 2015 4:52 am

Post by artcore » Thu Feb 09, 2017 5:59 am

De redirect naar https + www was niet helemaal in orde en het api/order taalbestand werd overruled door die van account/order.
Het doet het weer ;D

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands
Who is online

Users browsing this forum: No registered users and 52 guests