1 / 3

Uploading an Opencart Extension Manually if Unable to Upload via Admin Web Interface

Extension upload is now complete! now just follow the steps on the user guide of the extension for further steps. you can Uploading an Opencart Extension Manually.Get this extension:- https://bit.ly/3a7GhGQ

Download Presentation

Uploading an Opencart Extension Manually if Unable to Upload via Admin Web Interface

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Uploading an Opencart Extension Manually if Unable to Upload via Admin WebInterface Installing Purpletree Extensions is an easy task as explained in the user guide, but sometimes due to server configuration,theextensionisunabletoinstallandstuckatthefirststepi.e.theUploadscreenwhereyou have to upload the Extensionpackage. Thisisnotduetoanyissueinourcodebutdueto someConfigurationsinyourPHPorMySQLserverdoes not have enough resources to handle the package, probably because of restricted shared hosting environment or due to otherreasons. If for some reason you are stuck at first step where admin upload the extension from Admin > Extension > Installer, there are two ways to moveforward, Method 1: Solve the errors from serverlogs

  2. You can check the error it might display on-screen like Memory issue or SQL Server issue, or it will be added in the Error Log of PHP, just check error.log on your root of your File Manager or check Error log from admin > System > Maintenance > ErrorLogs. Then you can contact your Hosting provider to help you with how to increase the memory_limit (php setting), max_file_uploads (php setting), max_execution_time (php setting), post_max_size (php setting), max_allowed_packet (mysql server setting), whatever is the issueaccordingly. Sometimes after changing the values, your web PHP server and/or MySQL server needs to be restarted for changestoreflect,somakesureyoufollowalltheinstructionsgivenbyyourhostingproviderforthesame. Method 2: Installation by copying thefiles If for some reason you are not able to increase server parameters, you can follow this method. In this method, you must have access to Opencart admin, and FTP or Cpanel or yourwebsite. As you already have the Package of Purpletree extension as ‘*.ocmod.zip’. All you have to do is Unzip the Zip package on your Local Machine (PC). Doing this you will get one file as Install.xml and other Folder as Upload. Now Delete the ‘*.ocmod.zip’File Now Open the FTP or Cpanel and browse to the webroot folder of thewebsite. Now upload all the contents of the unzipped folder as shown in the screenshotbelow. Just upload the Subfolder as on the left side of the above screenshot to your website root folder so that admin folder data goes to the admin folder of your server and catalog folder data to catalog folder data and so on the other 2 foldersalso. Now let us complete the final step for upload, i.e. uploading the xml file, according to the version of opencart extensionswehave.

  3. For Opencart version 3.x Now just Select the Install.xml file and create new zip file containing only install.xml with name as "*.ocmod.zip". Make Sure the File name is same as the original extension file name. Now just upload this new zip file to admin > Extensions > Installer the same way. For Opencart version2.3.x Here just don’t have to create zip file just rename the install.xml file to “*.ocmod.xml”. Now rename the xml file extension to "filename.ocmod.xml". Now upload this new xml file to admin > Extensions > Installer the same way. Extension upload is now complete! now just follow the steps on the user guide of the extension for further steps. This procedure only replaces one step from the installation instructions i.e. Uploading the Extension on Admin > Extensions >Installer. Now please follow the next steps as given in the installation instructions in the user guide. About more information visit our website:-https://www.purpletreesoftware.com/

More Related