CONNECT ERROR: Package file is invalid magento error - magento

using everst theme and trying to upload megamenu extension and getting this error need help.....
CONNECT ERROR: Package file is invalid
Invalid package name, allowed: [a-zA-Z0-9_-] chars
Invalid version, should be like: x.x.x
Invalid stability
Invalid date, should be YYYY-DD-MM
Invalid channel URL
Empty authors section
Empty package contents section

what all you need to do is paste the extension key in link : http://freegento.com/ddl-magento-extension.php) and you can download the extension files. Than copy the extension files to root of the site
note : Take backup of files and database before doing any major changes

Related

BBatch Error - Error reading data from bbatch

I am getting an error when I am opening the Atelier B tool. Below is the error message.
"Please check that the resource file exists and that you are using a
correct bbatch version."
Error message
Resource file: file or
directory C:\Users\ASUS i5\AtelierB_Data\AtelierB_free_4.5.1\press\bdb
does not exist or cannot be accessed
Looking for a solution.
This worked for me!!!
Click Show Details...
Then you will see an error message saying that you don't have the resource file in a particular directory.
Solution
In my case, the directory is C:\Users\ASUS i5 go inside and
Create a new folder and named it to 'AtelierB_Data'
Then inside that folder create another new folder and named it to
'AtelierB_free_4.5.1'
Go to your Atelier B installation folder and copy 'press' folder and paste it inside the 'AtelierB_free_4.5.1'
That's all (Y)
Note-
*Replace 1,2,3 according to your error message.

Codeigniter Warning: failed to open stream in mpdf: No such file or directory

I'm using mpdf in my codeigniter web app for converting one of my view as pdf and to attach it while sending email. I've downloaded and moved mpdf library to the library folder. But when i try to email the pdf, i'm getting the following warning:
A PHP Error was encountered
Severity: Warning
Message: require_once(/application/libraries/mpdf/includes/functions.php): failed to open stream: No such file or directory
Filename: mpdf/mpdf.php
Line Number: 55
But actually functions.php file is present in the `mpdf/includes/' folder. Can anyone find where am going wrong?
Use the APPPATH constant like this
require_once(APPATH."libraries/mpdf/includes/functions.php");
use this
require_once(APPPATH.'libraries/mpdf/includes/functions.php');
or
require_once(FCPATH.'application/libraries/mpdf/includes/functions.php');
The error is because Linux is case-sensitive in file names. Review that aspect in detail.

Blank pages at joomla backend,error 404,not saving changes

Blank article page.
Errors found listed below .I'm a beginner with joomla I'm lost on a project now .at First was error 404 after update to joomla 2.5.9 ,now i cant even access ,the articles.I'm getting blank pages from admin pages of the backend.Is dere a way i can copy all the articles out from the folder directory of gantry/joomla. If yes I can start building the website all over again. please help anybody Deadline for site to go live is tommorrow.,
Strict Standards: Declaration of JCacheControllerPage::store() should be compatible with JCacheController::store($data, $id, $group = NULL) in C:\xampp\htdocs\Gantry417\libraries\joomla\cache\controller\page.php on line 199
Strict Standards: Only variab,les should be assigned by reference in C:\xampp\htdocs\Gantry417\plugins\system\rokgallery\rokgallery.php on line 22
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Gantry417\plugins\system\rokgallery\rokgallery.php on line 23
Warning: include_once(C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php): failed to open stream: No such file or directory in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 330
Warning: include_once(): Failed opening 'C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 330
Fatal error: Class 'ContentHelperRoute' not found in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 273
Warning: require_once(C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php): failed to open stream: No such file or directory in C:\xampp\htdocs\Gantry417\administrator\templates\hathor\html\com_content\articles\modal.php on line 17
Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\Gantry417\administrator\templates\hathor\html\com_content\articles\modal.php on line 17
Check the permission to the route.php file.
Make sure the route.php file exists on the mentioned path.
The route.php file is not there / is not readable.
download the update package 2.5.9 http://joomlacode.org/gf/download/frsrelease/17967/78436/Joomla_2.5.x_to_2.5.9-Stable-Patch_Package.zip and explode it over your current site;
clear the cache/* folder
re-assign permissions (chown -R user:group *)
you should now be able to access administrator.
If you can also access the frontend, you're done.
Else assign one of the default templates (i.e. beez) and you should be able to see the website
If the latter works, then most likely you have a wrong gantry, re-download the right version of the template for your website.
If it doesn't, simply reinstall it there may be something wrong.

magento1.6.2 Invalid package name, allowed: [a-zA-Z0-9_-] chars

I have installed Magento 1.6.2 and I am trying to install paid extension using “Direct Package file Upload”.
I use Magento connect manager 1.5.0
(I installed free extensions with extension key, It worked.)
Then I tried uploading one of the paid extensions I purchased using “Direct Package file Upload” and got the following error
CONNECT ERROR: Package file is invalid
Invalid package name, allowed: [a-zA-Z0-9_-] chars
Invalid version, should be like: x.x.x
Invalid stability
Invalid date, should be YYYY-DD-MM
Invalid channel URL
Empty authors section
Empty package contents section
With another plugin I got:
File upload problem
or
CONNECT ERROR: Package file is invalid
Invalid channel URL
Appreciate if anyone has resolved this issue before.
Thanks

Magento Extension Not Installing

I am trying to install the Google Content API for Shopping through magento connect in magento 1.5v.But i am getting the error.Any pointers?
CONNECT ERROR: Package 'Mage_Core_Modules' is invalid
'./app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php' already exists
Package 'Lib_Varien' is invalid
'./lib/Varien/Autoload.php' already exists
Package 'Lib_Google_Checkout' is invalid
'./lib/googlecheckout/googlecart.php' already exists
Package 'Lib_Js_Calendar' is invalid
'./js/calendar/calendar-blue.css' already exists
Package 'Lib_Js_Mage' is invalid
'./js/lib/FABridge.js' already exists
Package 'Lib_Phpseclib' is invalid
'./lib/phpseclib/Crypt/AES.php' already exists
Package 'Mage_Locale_en_US' is invalid
'./app/locale/en_US/Mage_AdminNotification.csv' already exists
Package 'Lib_Mage' is invalid
'./lib/Mage/Archive/Abstract.php' already exists
Package 'Lib_ZF' is invalid
'./lib/Zend/Acl/Assert/Interface.php' already exists
Package 'Lib_ZF_Locale' is invalid
'./lib/Zend/Locale/Data/Translation.php' already exists
I know this is a REALLY old question, but I do have an answer just in case anyone else has this same issue.
To overcome an error like this when installing, simply remove the files that the module is saying "already exists". This will allow the installer to copy the files into their intended locations.
Based on the question, you would delete:
./app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
./lib/Varien/Autoload.php
./lib/googlecheckout/googlecart.php
./js/calendar/calendar-blue.css
./js/lib/FABridge.js
./lib/phpseclib/Crypt/AES.php
./app/locale/en_US/Mage_AdminNotification.csv
./lib/Mage/Archive/Abstract.php
./lib/Zend/Acl/Assert/Interface.php
./lib/Zend/Locale/Data/Translation.php
After deleting these files, retry the installation and it will work.
Side note: Whoever coded that module is replacing a Mage Core file and /lib/Varien/Autoload.php. Core mods should be copied to app/code/local/ or just overridden the correct way.

Resources