PHP Zend gData installation Checking Exception - php

I got this exception when i run the checking procedure for installation found there:
http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/InstallationChecker.php
Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\php\pear;C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\CPS\class\library\Gdata
I don't get it because this:
C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\CPS\class\library\Gdata
Is the correct path to my gData library, and it's suppose to be standalone right?

I should had included the root folder so library directly and it's working fine

Related

Zend GData Xml/Security.php file missing

I have just downloaded the Zend GData library from http://framework.zend.com/downloads/latest and when I try to run the examples I get an error reporting that the file Xml/Security.php is missing. The file App/Base.php attempts to include it and fails. Sure enough, there is no Xml directory in the library.
A search through the Zend framework reveals an Xml directory containing Security.php, which I have copied. This fixes the problem, but I'm not sure it is the right file as when I try to get document feeds using $client->getDocumentListFeed(), the program terminates (no error message, no exception, just quits).
So two questions: has anybody else had these problems and how are they fixed? I'm curious to know why the library is incomplete and whether or not this is related to the feed failing. Have I missed something?
Thanks.
Have you downloaded only the Zend_Gdata? The XML folder is missing, you can find it if you download the Zend Framework 1.12.5 Minimal package.
had this error and fixed by doing this:
1. find the zendXML folder at the root of the "Zend Framework 2.3.1 Full" right next to the Zend folder
files sources: http://framework.zend.com/downloads/latest
and ALSO see "Other Downloads" at bottom of page
copy the zendXML folder into the zend folder
rename the zendXML folder as XML
then my error went away.

Zend framework in Xampp

I recently downloaded the full package version(recommended) of ZendFramework(2.0.5).And tried and failed to install in xampp(version 1.7.4) also my php version is 5.3.5 .
I have done almost everything that is said to do like-
1.find php.ini and add path
include_path = ".;C:\xampp\php\Zend\library\zend\;C:\xampp\php\PEAR;"
2.Extract the downloaded Zend Framework folder and copy to your PHP include path.
I have also checked the folder(xampp,php,Zend) permissions too.I have checked and rechecked my tries multiple times but that error is not solved.
Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\xampp\php\Zend\library\zend\;C:\xampp\php\PEAR;
It has already taken mine whole day to check other forums,get ideas but none of then works.Please help .Thanks
Your path should probably be C:\xampp\zend\library\Zend.
You shoulnd't take the framework to the global include path but have it as a dependency in your project, soon you'll have two projects with two different versions of ZF and then the global option creates troubles
Hi there finally after doing every possible tries,my error was gone.
I don't know other cases but in my case i have done a series of mistake.So as i corrected them the error was gone.Here is what i did
1.In ZendFramework-2.0.5 the loader.php was missing.So following error occured
Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\xampp\php\Zend\library\zend\;C:\xampp\php\PEAR;
For this i downloaded the ZendFramework-1.12.0(only in my case).And Loader.php was there
2.No two mistake of mine was i fractured the path from half.
i.e.If my folder structure was like
ZendFramework-1.12.0/library/Zend/..I add the half path to php.ini file
include_path = ".;C:\xampp\php\PEAR\;C:\xampp\php\Zend;"
which was a mistake so i, gave the path before the library folder
include_path = ".;C:\xampp\php\PEAR\;C:\xampp\php\Zend\library;"
and placed the folders according to path.
3.And what about environmental variables i read about?
They are not neccessary while installing the ZendFramework for the first time.After it i am not in that condn to say whether it should be added or not environmantal variables
C:\xampp\php
So,after doing above mentioned corrections and checking through the installation checker the error was gone.
And remember to restart(start and stop) the apache server after a tiny change in php.ini file.
thanks to markus-tharkun and Seth Battin a lot.You saved me.

Zend CLI Tool include error

I'm trying to install Zend_Tools.
I tried the solutions in other questions but anything worked.
I'm using Windows7 with XAMPP therefore my php lies in C:\xampp\php.
I included php into PATH, added my ZendFramework\library to include_path.
I have some other php installations on my system but I think I included it right. php -i | more gives:
Loaded Configuration File => C:\xampp\php\php.ini
and
Zend Extension => 220090626
Zend Extension Build => API220090626,TS,VC9
Now, when I try to run zf.bat. I get the error:
ZF Error:In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path...
I also added an echo of get_include_path() i the top of zf.php it also gives me the right path:
.;C:\xampp\php\PEAR;C:\Users\Felix_2\Documents\programmierung\ZendFramework\libr
ary;C:\Users\Felix_2\Documents\programmierung\ZendFramework\library
In the ZendFramework\library folders is one folder "Zend" with Zend's packages as subfolders, thats the right folder, isn't it?br/>
Don't know how to get this working.
You need to add that Zend folder to your path. So it should be ......ZendFramework/library/Zend that should fix it.

Magento - zend - backend error

I get the following error when i am logged into the backend in magento
Fatal error: Interface 'Zend_Http_Client_Adapter_Interface' not found in /homepages/45/d210005774/htdocs/websitename/lib/Varien/Http/Adapter/Curl.php on line 176
Also i got this error previously in my index management section in magento
Fatal error: Call to undefined method Zend_Locale_Data::disableCache() in
/homepages/45/d210005774/htdocs/websitename/lib/Zend/Locale/Format.php
on line 153
Could anyone help me out with this? I think the problem is to do with zend framework but i am not sure whats causing this
It looks like there's something wrong with your installation. Either you're missing files from Magento's lib folder, you have damaged files in Magento's lib folder, or (longshot) your PHP include path is pointing in a different location.
First thing I'd do is download a fresh install of your version of Magento, unzip it in a separate folder, and then run
diff -r /homepages/45/d210005774/htdocs/websitename/ /path/to/fresh/magento
This will give you a list of differences between the standard core files and your own.
If you want to diagnose specific files, check
lib/Zend/Http/Client/Adapter/Interface.php
for the missing interface
interface Zend_Http_Client_Adapter_Interface
{
...
}
And check
lib/Zend/Locale
for the missing method
public static function disableCache($flag)
{
self::$_cacheDisabled = (boolean) $flag;
}
Finally, check you PHP include path to ensure there isn't an older copy of Magento and/or Zend being included.
Upload Zend folder again.it works for me.

Zend Framework create project error

I am new to the Zend Framework. I read the Zend Framework document. Here I saw to work Zend Framework must include the path in my php.ini, I believe that this is done because in my php info I saw include path is C:\www\zend_frame\library
Also in document it says that to create a project I must run:
C:\> zf.bat create project quickstart
I want to create a project in C:\wamp\www
In my command shell I ran:
C:\>wamp\www> zf.bat create project quickstart
But I got an error message (see below).
Then I tried another way:
C:\>wamp\www> C:\wamp\zend_frame\bin\zf.bat create project quickstart
Here I got the same error:
Php.exe is not recognised as an internal or external command, operable program or batch file
I also set the path in My Computer settings
The Zend Framework zf.bat script assumes that it can run "php.exe" without specifying the full path to that executable, and it will be found because you have set your PATH to include that directory:
SET PATH=%PATH%;C:\wamp\bin\php
Depending on the version of WAMP, the php.exe may be in a subdirectory for the version of PHP. In that case you need to use a command something similar to this:
SET PATH=%PATH%;C:\wamp\bin\php\php5.3.0
You should be able to figure it out from here.

Categories