Need help solving this problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
carbonbase
Forum Newbie
Posts: 1
Joined: Sun May 22, 2005 9:21 am

Need help solving this problem

Post by carbonbase »

I found this PHP code in SourceForge and couldn't make it work.
This code converts GMail into an online storage system.
Apparently, GMail made some changes since the code was published but even when i used the latest PROVEN verssion of gmailer (the GMail interface code) i still couldn't make it work.

The code is availiable here: http://pgd.sourceforge.net/

would appreciate any help in fixing this code
Sphen001
Forum Contributor
Posts: 107
Joined: Thu Mar 10, 2005 12:24 pm
Location: Land of the Beaver

Post by Sphen001 »

Hi,

Unfortunately, as GMail is still in BETA stages, things like this will break all of the time. Even if you do get it fixed, it may very well break the next day. Maybe you should wait until GMail is released publically before trying to use this code. Otherwise, maybe you should contact the developers of that code and see if they'll update their software.

Hope this helps :D

Sphen001
Post Reply