Post by Hourglasss » Fri Mar 17, 2023 7:38 am

Image

admin marketplace page dont load properly?

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by Hourglasss » Fri Mar 17, 2023 8:30 am

Also notice the forum is yanky and opencart website itself aswel when trying to browse sometimes,

When i went to opencart marketplace via the browser got error message saying DB could not be loaded,


Got this error aswel like few days ago when trying to go to the opencart forum,
I also could not reset my password for my old opencart account either,
Image

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by paulfeakins » Fri Mar 17, 2023 6:43 pm

Hourglasss wrote:
Fri Mar 17, 2023 8:30 am
Also notice the forum is yanky and opencart website itself aswel when trying to browse sometimes,
This usually happens when someone is trying to attack the OpenCart website. Just be patient and we will get it under control.

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 Hourglasss » Fri Mar 17, 2023 8:57 pm

paulfeakins wrote:
Fri Mar 17, 2023 6:43 pm
Hourglasss wrote:
Fri Mar 17, 2023 8:30 am
Also notice the forum is yanky and opencart website itself aswel when trying to browse sometimes,
This usually happens when someone is trying to attack the OpenCart website. Just be patient and we will get it under control.
for some reason my opencart functionailty breaks to cause of this im not able to scroll down in my extension pages,

I tried setting up a clean opencart install and am able to scrroll without issues :/
Image

here is a clean opencart install locally:
Image

like the attacks are acttually affecting my admin panel any idea why? it seems like it doesnt load the error respond correctly and removes the scroll bar

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by IP_CAM » Fri Mar 17, 2023 11:04 pm

General Error
SQL ERROR [ mysqli ]
User opencart_daniel already has more than 'max_user_connections' active connections [1203]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by paulfeakins » Sat Mar 18, 2023 1:00 am

Hourglasss wrote:
Fri Mar 17, 2023 8:57 pm
like the attacks are acttually affecting my admin panel any idea why?
I think the extension store in the admin comes from the live site if that's what you're looking at?

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 Hourglasss » Sat Mar 18, 2023 4:27 am

paulfeakins wrote:
Sat Mar 18, 2023 1:00 am
Hourglasss wrote:
Fri Mar 17, 2023 8:57 pm
like the attacks are acttually affecting my admin panel any idea why?
I think the extension store in the admin comes from the live site if that's what you're looking at?
Yea and it removes my scroll bar for some reason in my live enviroment on th extension tab marketplace/extension where you have all your extension settings so i cant change anything on my local install i dont lose the scroll bar

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by Hourglasss » Sat Mar 18, 2023 8:33 pm

it seemed to be resolved, kinda anoying tough that it doesn't load the scroll bar for me when the remote ads dont get loaded

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by xxvirusxx » Sun Mar 19, 2023 3:32 pm

paulfeakins wrote:
Sat Mar 18, 2023 1:00 am
I think the extension store in the admin comes from the live site if that's what you're looking at?
Is the promotion AD

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 Hourglasss » Mon Mar 20, 2023 10:06 pm

Issue is back again :/ litterly makes admin panel unresponsive, anyway to remove the ads?

probally if you remove the ads the extension page becomes unusable no?

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by Hourglasss » Mon Mar 20, 2023 10:12 pm

lol litterly solved it by removing the ads

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by sfbh » Sun Nov 12, 2023 5:05 am

I was having the same issue today and it didn't go away after more than an hour. I got the error when I went to any of these Admin menu locations...

Code: Select all

		Extensions > Extensions > Analytics
		Extensions > Extensions > Captchas
		Extensions > Extensions > Dashboard
		Extensions > Extensions > Feeds
		Extensions > Extensions > Anti-fraud
		Extensions > Extensions > Menu
		Extensions > Extensions > Modules
		Extensions > Extensions > Payments
		Extensions > Extensions > Reports
		Extensions > Extensions > Shipping
		Extensions > Extensions > Themes
		Extensions > Extensions > Order Totals
I got these menu pages working again by commenting out {{ promotion }} on the first line of the twig files for each of those menu pages (changing it to {# {{ promotion }} #} )...

Code: Select all

		admin/view/template/extension/extension/analytics.twig
		admin/view/template/extension/extension/captcha.twig
		admin/view/template/extension/extension/dashboard.twig
		admin/view/template/extension/extension/feed.twig
		admin/view/template/extension/extension/fraud.twig
		admin/view/template/extension/extension/menu.twig
		admin/view/template/extension/extension/module.twig
		admin/view/template/extension/extension/payment.twig
		admin/view/template/extension/extension/report.twig
		admin/view/template/extension/extension/shipping.twig
		admin/view/template/extension/extension/theme.twig
		admin/view/template/extension/extension/total.twig
Here is the VQmod file I used to make the changes until the pages are working again (in case anyone else is having the same issue)...

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
	<modification
                xmlns="https://github.com/vqmod/vqmod"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		<id>Fix error: This web property is not accessible via this address- error in extensions section</id>
		<version>1.0</version>
		<vqmver>2.X</vqmver>
		<author>xxx</author>
		<file path="admin/view/template/extension/extension/" name="analytics.twig,captcha.twig,dashboard.twig,feed.twig,fraud.twig,menu.twig,module.twig,payment.twig,report.twig,shipping.twig,theme.twig,total.twig">
			<operation info="comment out promotions section">
				<search position="replace"><![CDATA[
				{{ promotion }}
				]]></search>
				<add><![CDATA[
				{# {{ promotion }} #}
				]]></add>
			</operation>
		</file>
	</modification>

Newbie

Posts

Joined
Sun Apr 16, 2017 4:51 am

User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am

Who is online

Users browsing this forum: alanjones and 91 guests