infinite Responder script installation

I have changed servers and now have a problem installing this script on the new server.

It has the ability of importing members, but I get this error when I try to import.

Warning: fopen() [function.fopen]: Filename cannot be empty in /home/webbiz4u/public_html/ir/admin.php on line 346

Warning: trim() expects parameter 1 to be string, array given in /home/webbiz4u/public_html/ir/admin.php on line 370

The admin.php files is too large to send, so anyone interested in helping, I can eith give you the download link for the script, or zip th asdmin.php snf send it.

Thanks to anyone that can help me.

JimB

All its telling you is that it can’t find the file in that location. Make sure the folder structure is the same as the old server and the script has the proper read and write permissions.

Hi and thanks for getting back to me.

The file structure is the same as before, I have even uploaded new copies of the script direct from their site.

As to permissions, there are no instructions as to cdmod of any files or folders.
Any thoughts as to what the persissions should be.
Thanks

Any idea what file its looking for? The error is non specific, its missing a file.somewhere

No, sorry, I thought is was calling the admin.php
But, I know very little about php coding, so I am really in the dark.

I had this running prefectly on JustHost, and now I run my vps and 3 shared hosting accounts, and it will not function on any, which leads me to a script error.
But I have uploaded new zip copies of this script and all the new as well as my old zip do not work.
Weird?

I ran into same problem one day.

the problem was my old server was hosted on windows which is not case sensitive my new server was unix which is case sensitive

my include file has the first letter capitalized which means in windows server FILES = files but in unix

Hi,
Thanks for your response, but the script does not have an include folder

I have always used linux, never windows.

I was implying for you to check the name of you files since unix is case sentive

OH, Sorry, but I misunderstood.

Will check, hoping to find solution.

Thanks

Ok I know this post is years old, but I found Infinite Responder and found it quite useful.

PHP and MySQL have changed a bit since then, so this script is still useful and the import can be made to work by replacing line 370 in admin.php with:

if (!is_string($AddList_Array) == NULL) { $List_Max = 0; }

If you decide to download and install Infinite Responder, the defs.sql file that comes with it will not import. If anybody is interested in a good working one, let me know and I’ll add a link to it here as well.

Thanks for joining [member=72908]dvanheeckeren[/member] - I think it’s pretty cool updating an old thread with a good answer. I can’t count the number of times I searched for an answer only to find someone pose the question and it have no replies.

I’m the same way… and I don’t really know hardly anything about PHP, but this was the top match in Google for this same problem.

So I just figured since I had to do the learning about PHP (I do have some childhood experience with BASIC, but that’s it LOL) and figured out how to make it work, it would save someone else that two hours of searching and learning…most people don’t want to learn PHP, just use it. I admit, I’m one of them…the only difference is, I’m stubborn. :smiley:

Sponsor our Newsletter | Privacy Policy | Terms of Service