insideorkut.com

How do I get on the University of Notre Dame's iContact mailing list? Please help me.?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
Question I have... How do I get on the University of Notre Dame's iContact mailing list? Please help me.? Thanks in advance for any response. Another question I got... So I am checking my store late Monday and it shows the much-discussed message 'enable register globals'. So I took the time to upgrade my shop and implement all the things I should have a couple of years ago. Why it showed up on Monday I do not understand, apparently nothing was changed on the server side..

But I cannot get past the following for two days now: I have looked at every discussion, talked to my provider, changed anything and everything, to no avail..

My screen keeps showing up with.

Warning: require(includes/configure.php) [function.require]: failed to open stream: No such file or directory in /home/vhosts/5000125970/scrapbookshop.de/htdocs/shop/includes/application_top.php on line 28.

Fatal error: require() [function.require]: Failed opening required 'includes/configure.php' (include_path='.;./includes;./pear') in /home/vhosts/5000125970/scrapbookshop.de/htdocs/shop/includes/application_top.php on line 28.

Same when I try to access admin..

The file is there, trust me. And I triple-checked it for content. And changed attributes numerously. No change. At some point, it showed that the next file on configure.php was not there. Application_top was not changed, line 28 reads require('includes/configure.php');.

Any other ideas than: check whether file is there and whether it is the right one (as they are different in admin and catalog), check for links in configure or upload new configure.php??.

Any help would be greatly appreciated. Thanks!..

Comments (5)

I'm stumped. I'm not so sure what is the answer to that question. I'll do some Googling and get back to you if I bump into an useful answer. You should email the people at iContact as they probably could help you..

Comment #1

Thanks very much for the input. The following happens (suggesting you are on the right track): now it shows:.

Warning: require(includes/functions/compatibility.php) [function.require]: failed to open stream: No such file or directory in /home/vhosts/...../...../htdocs/shop/includes/application_top.php on line 40.

Fatal error: require() [function.require]: Failed opening required 'includes/functions/compatibility.php' (include_path='.;./includes;./pear') in /home/vhosts/...../...../htdocs/shop/includes/application_top.php on line 40.

Again, file compatibility.php is there in the functions folder. In application_top it reads:.

Require(DIR_WS_FUNCTIONS'compatibility.php');.

Any more hints??.

Thanks...

Comment #2

Unfortunately, I am still stuck on the same problem. Any more ideas anybody??..

Comment #3

Well, I hesitate to have you change DIR_WS_FUNCTIONS to 'functions/' (from 'includes/functions/'), as that as may break something else. What you might try is in application_top.php, change.

Require(DIR_WS_FUNCTIONS'compatibility.php');.

To.

Require('functions/''compatibility.php');.

The same "hard coding" of the path may unfortunately have to be done in a number of other places in application_top.php, as well as any place else where calls to includes/... are made from a PHP file.

In.

Includes/..

Has anyone gotten any official word from PHP on changes in handling "current directory"? I find it hard to believe that such a major change would be made in PHP behavior without it being at least documented...

Comment #4

Thanks so much for sticking with me on this one, Phil!.

Now I at least have some action again, but have to rewrite column left an right to see what happens next. Will update later what happens!..

Comment #5

Now I can wrap up this topic - if anyone ever reads this, it might be helpful..

My provider answered (again) regarding this problem and wrote today: please check again - there was a mistake in the php.ini!.

(which I cannot access myself)..

Shop is healed. All is well..

Thanks again Phil...

Comment #6


This question was taken from a support group/message board and re-posted here so others can learn from it.