napoler / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

Something basic - require_once('Apache/Solr/Service.php') never returns #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create php application using eclipse pdt
2. add your example solr client
3. add the Apache/Solr/ code to my project 
4. execute in debugger call to require_once never returns no errors

What is the expected output? What do you see instead?
Expected required once to work, never returned.

What version of the product are you using? On what operating system?
Latest download from this site.  Running OS X 10.6, php 5.3.3, Eclipse 3.6 with 
latest PDT. XDebug installed.
FYI tried same steps on Ubuntu same results.

Please provide any additional information below.
No doubt something very basic that I am doing wrong.  Does the client need to 
be installed in a specific location?  It is currently on my path.

Original issue reported on code.google.com by mfkilg...@gmail.com on 9 Feb 2011 at 10:00

GoogleCodeExporter commented 8 years ago
You should use the mailing list for getting help.

http://groups.google.com/group/php-solr-client

I will help you there.

Original comment by donovan....@gmail.com on 10 Feb 2011 at 4:05