Post by er777 » Mon Jul 14, 2014 1:32 pm

My extension modules are all of a sudden not showing on the admin interface, although I have not removed any of the files on the server. This includes all of the default opencart modules

Any ideas why that might happen and how I might bring them them back?

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Mon Jul 14, 2014 1:51 pm

Hi er777,

Four things you can check:
(1) your database: look in the extension table to see what appears (these are the installed extensions)
(2) the definition of "DIR_APPLICATION" at run time (this is where modules are "found" by OpenCart)
(3) permissions of your user (although you'd get an error message)
(4) the actual file structure "/admin/controller/module/"

For #2, I have an extension (http://online.enterpriseconsulting.com. ... oduct_id=6) that can help, but for all the others you need to do them manually.

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Mon Jul 14, 2014 2:19 pm

Hi and thanks so much for your reply!

It's really the modules that are missing: see attached the files on the server under modules. They used to show up in admin and now it's empty "no results"
CapturFiles_8.png

CapturFiles_8.png (28.54 KiB) Viewed 15516 times

1) I have an extension table with 9 fields in it, see attached..
CapturFiles_10.png

CapturFiles_10.png (39.26 KiB) Viewed 15516 times

2) This is what I have:
define('DIR_APPLICATION', '/home/vg001web00/52/85/2928552/web/parents/admin/');

3) User has Top Administrator permissions

4) the actual file structure "/admin/controller/module/" ----- I am showing the proper files in that directory:
CapturFiles_9.png

Extensions in DB - CapturFiles_9.png (28.24 KiB) Viewed 15516 times

This problem is not making sense to me, as I did not knowingly alter any files...!

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Mon Jul 14, 2014 3:46 pm

Hi er777,

is your extensions table empty ?

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Mon Jul 14, 2014 8:26 pm

No, it has 9 records, see above... (my apologies, i should have previously said 9 RECORDS instead of FIELDS )

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Mon Jul 14, 2014 10:02 pm

That's really strange. Are there any errors in your error logs (store, php, mysql) ?

I'm happy to try to debug it for you if you get stuck. I'd need you to PM me your site's details.

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Mon Jul 14, 2014 10:45 pm

Mel I sent you a PM with details... maybe you have a thought on this craziness.... Thank You!

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Tue Jul 15, 2014 9:44 am

Hi,

I believe you are missing a language file for the Charity module. Look in the "/admin/language/module/" directory.

If you can reinstall that module, it should fix your problem.

Also, your error log is massive. You have a constant error that happens on almost every mouse click by your customers. I see that someone has modified your "/catalog/view/theme/default/template/common/header.tpl" file and has left a mistake there.

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Tue Jul 15, 2014 12:38 pm

Hi,

Well, I went through and looked at the files made some changes, made sure I had the charity file up, but no dice...sadly!

Seriously scratching my head.....

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Tue Jul 15, 2014 1:17 pm

Sorry, just to confirm:
(1) You uploaded the missing Charity files; and
(2) you fixed the bug in the header.tpl file

And this didn't fix your issue ? Ok, I'll continue looking to see what else it could be.

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Tue Jul 15, 2014 1:25 pm

(1) You uploaded the missing Charity files;

There was only one file referenced - "/admin/language/module/" - are there more?
and
(2) you fixed the bug in the header.tpl file

Yes, believe that's cool now

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by er777 » Tue Jul 15, 2014 1:40 pm

Also, fyi, every single listing under extensions is missing, not just modules...

modules, shipping, payments, product feeds, order totals

Makes me think it's some global setting or bug that crept in, wiping everything off admin extensions

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by er777 » Tue Jul 15, 2014 1:41 pm

And I just reloaded the multiple charity modules in the preferred opencart way

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Tue Jul 15, 2014 2:17 pm

Have you checked your settings table to see that it hasn't been corrupted ?

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Wed Jul 16, 2014 11:41 am

Yes - here is the result:

SQL result
Host: mysql-ccpa.calvarychristian.org
Database: ccpa
Generation Time: Jul 15, 2014 at 10:40 PM
Generated by: phpMyAdmin 2.11.11 / MySQL 5.1.66-0+squeeze1
SQL query: CHECK TABLE `setting`;
Rows: 1
Table Op Msg_type Msg_text
ccpa.setting check status O


I ran repair on it, but it was not necessary

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by melbagnato » Wed Jul 16, 2014 9:47 pm

Hi, I just tested this on my copy and it's all working. Is the error now gone on your site ?

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by er777 » Wed Jul 16, 2014 10:54 pm

I see no change on :

https://parents.calvarychristian.org/ad ... ion/module

Still a ll extensions are missing. Do you have success?

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by er777 » Thu Jul 17, 2014 12:30 am

Mel if you have it working properly, could you tell me what you've done to make that happen? Much appreciated!!

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by er777 » Wed Aug 06, 2014 6:36 am

Mel ... any chance for a chat on that parents.calvarychristian site?

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm

Post by er777 » Wed Aug 06, 2014 8:35 am

Meant also to say that this will be a paying gig if you can help me figure things out, Site is working fine, except at the end of a purchase, we're hanging on a "wait" message when in fact the transaction went through. There is a serializing error notice at the moment:

Code: Select all

Notice: unserialize(): Error at offset 3722 of 3842 bytes in /home/52/85/2928552/web/parents/index.php on line 68
Thinking that the php notice is interfering with the json involved in this type of notification from Open Cart...??

New member

Posts

Joined
Fri Mar 09, 2012 2:17 pm
Who is online

Users browsing this forum: No registered users and 10 guests