Jump to content

Extension Installation Problem


JimEff

Recommended Posts

I am hosting on a GoDaddy site and was able to install CubeCart easily.  I also opened up a series of permissions just to be safe since this is not online yet.

I have a series of products completely setup, images, documents, etc.

I have tried to install the USPS extension, then the All In One Shipping extension, and also the Authorize.net Gateway.

I have installed both manually and with the Token.  When I go to the "Manage Extensions", there are no extensions showing.

I have cleared cache and nothing shows up.  When I did the "Thunderbolt installs", the page just goes to blank and nothing happens.

Any Ideas for this?

Jim

Link to comment
Share on other sites

Thanks bsmither!  Glad to be in the forum!  Have done a ton of code in the past 35+ years but PHP is new to me.

I created the file called "ini-custom.inc.php" and it is sitting in the CubeCart directory.  I did not see an update to the Error Log but there was one from earlier.

Here is the Error lohg that was create a while ago.

 

 

error_log

Link to comment
Share on other sites

I am running the 6.2.0 version of CubeCart.

Here is the section of code in the Ajax class starting with line 157:

            if (is_array($dirs)) {
                    $dir = $filemanager->formatPath($dir);
                    foreach ($dirs[$dir] as $parent => $folder) {
                        $path = (!empty($dir)) ? '/' : '';
                        $json[] = array(
                            'type' => 'directory',
                            'path' => urldecode($dir.basename($folder).'/'),
                            'name' => basename($folder),
                        );
                    }

Link to comment
Share on other sites

This is a long-standing situation. It has to do with gathering up directories to enumerate images and files associated with a product's images and digital downloads when the admin is adding/editing a product.

We can ignore this.

Let's return to your original complaint.

Using an external database manager (such as phpMyAdmin), make sure there exists the tables CubeCart_modules and CubeCart_extension_info.

Please review this conversation:

https://forums.cubecart.com/topic/53935-all-extensions-have-gone-since-upgrade/

And this one:

https://forums.cubecart.com/topic/52363-cubecart-installed-http-error-500-adding-extensions/

 

Link to comment
Share on other sites

Yes, both tables exist.  There is nothing in the CC extension info but there is Free Shipping and Print Order Form in the CC Modules.

 

Thanks bsmither!  The PHP version was not configured with "zip".  Install on extensions works now and life is great!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...