> > Weird. Go to the file manager directory, open the file zip.php and see > > if it starts with this: > > > > <? > > /** > > * * Code courtesy of > > * * Sourceforge phpMyAdmin project [ http://www.phpmyadmin.net/ > > * * Just made a few slight changes / additions for our purposes > > * > > * > > * DEFINES VARIABLES & CONSTANTS > > * Overview: > > * USR_BROWSER_AGENT (string) - the browser of the user > > * USR_BROWSER_VER (double) - the version of this browser > > */ > > > > // Determines platform (OS), browser and version of the user > > // Based on a phpBuilder article: > > // see http://www.phpbuilder.net/columns/tim20000821.php > > > > > > > > If not, the tarball is corrupt (or was untarred incorrectly). Note that > > even if you got the correct file (per above), you should go ahead and > > change the first line to this: > > > > <?php > > Yes Paul php was missing in the first line of zip.php, now there is no > error but I still do not sea any link for file manager in browser. I > have copied the entry of a user table pls look into that if there is any > error in it. > > [EMAIL PROTECTED] /home/suresh 25MB [EMAIL PROTECTED] 1 0 0
As I said in my first email, please use the debug flag in config.php and include the output of that with any help requests. This looks good, but you probably aren't matching the username correctly. - Paul PS - Please do not respond directly to me; keep the thread on the mailing list. Thanks. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
