see title

any progress in development ?

Comments

eaton’s picture

Working fine here. Can you be more specific about what problem you're encountering?

Anatsim’s picture

Fatal error: main() [function.require]: Failed opening required 'links.inc' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/xxx.com/httpdocs/modules/links/links.module on line 16

drewish’s picture

CSV? or do you mean CVS? either way by that error message you provided it looks like you don't have a complete installation.

Anatsim’s picture

Yes, CVS.
I have complete version, but include is looking for file in another directory.

syscrusher’s picture

Component: Code: links.module » Code: API
Assigned: Unassigned » syscrusher
Category: bug » support

The links.inc file and all the modules from Links Bundle should be in the same directory. Don't relocate the include file elsewhere.

Scott

eaton’s picture

Anatsim, I notice that you've posted a number of bug reports to various projects all boiling down to the same issue: it appears that your web server is set up to look in the wrong directory for 'included' files by default. You might double-check your server setup, perhaps your PHP configuration, to make sure that something isn't goofed up. It seems suspicious that ALL these modules would all demonstrate the same bug in this way...

Bèr Kessels’s picture

Title: CSV doesn't work with 4.7 » CVS doesn't work with 4.7
syscrusher’s picture

This doesn't directly address your include path problem (which I agree with others is probably environmental rather than within the module), but be aware that the version you downloaded was an alpha-level release. That doesn't make life any easier. The first beta was committed to CVS HEAD last night, so you should definitely update, regardless of other problem-solving steps you take with your hosting provider.

Scott (Syscrusher)

syscrusher’s picture

Title: CVS doesn't work with 4.7 » CVS doesn't work with 4.7 --- CORRECTION

Please disregard my last post. It was another module that I updated last night.

Sorry for the error.

Scott

syscrusher’s picture

Title: CVS doesn't work with 4.7 --- CORRECTION » CVS doesn't work with 4.7

Where does this issue stand? I have the modules working fine here, with the latest DRUPAL-4-7 version from CVS. It sounds like a problem with your local PHP configuration's include path. Please let us know status. Thanks.

Syscrusher

syscrusher’s picture

Status: Active » Closed (fixed)

From all indications, this was an environment issue and not a Links bug. Will reopen if otherwise.