How to admin email address from password@pligg.com???

Register an Account
Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 05-14-2009, 12:09 AM
Donor
 
Join Date: Jun 2007
Posts: 289
var_name = Send_From_Email is default email for tell friend function but welcome email use email in language file, right ? not sure

checking the latest svn http://www.pligg.com/downloads/

Last edited by Techkr; 05-14-2009 at 12:13 AM. Reason: add download url
Reply With Quote
  #12 (permalink)  
Old 05-14-2009, 12:19 AM
New Pligger
 
Join Date: May 2009
Posts: 14
I'm not following you... back to my original problem:

Can't change the from email to anything other than password@pligg.com. Changing that value in admin > language doesn't do it. Niether does changing it in the language file. Plus, I can't find that value anywhere in the database.

Can ANYONE tell me if I'm missing something here? Shouldn't setting the master account email address in a CMS be a simple operation???
Reply With Quote
  #13 (permalink)  
Old 05-14-2009, 12:20 AM
New Pligger
 
Join Date: May 2009
Posts: 14
Is there a newer version of Pligg than pligg 1.0.0? If so, where can I download and install that?
Reply With Quote
  #14 (permalink)  
Old 05-14-2009, 09:03 PM
Donor
 
Join Date: Jun 2007
Posts: 289
i posted the link on above reply, can't see?
Reply With Quote
  #15 (permalink)  
Old 05-15-2009, 10:55 AM
New Pligger
 
Join Date: May 2009
Posts: 14
Trying to install the latest SVN version, 593.zip. I followed the "Upgrading" instructions (from readme.html) exactly. uploaded all the files, CHMOD 777 the appropriate files... now I reach step 8: Run the upgrade from /install/upgrade.php

When I load that in my browser, I get this error:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@tutfarm.servethesong.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at My Site - Your Source for Social News and Networking Port 80



my website is tutfarm.com

Now, when I load the live site, everything still seems to be up and running fine. HOWEVER, now inside the admin, there is no Languages tab! It's gone! again, WTF?
Reply With Quote
  #16 (permalink)  
Old 05-15-2009, 10:57 AM
New Pligger
 
Join Date: May 2009
Posts: 14
Oops! sorry, didn't realize I had to re-enable the languages module. Now it's back.
Reply With Quote
  #17 (permalink)  
Old 05-15-2009, 11:44 AM
New Pligger
 
Join Date: May 2009
Posts: 14
OK - I see something which MIGHT be the cause of the problem...

In modules/welcome_email/welcome_email_settings.php, I see this line:
define('welcome_email_lang_conf', '/modules/welcome_email/lang.conf');

HOWEVER, that file- /modules/welcome_email/lang.conf - does not exist.

Could this be the reason why I can't successfully change the from email value using the Languages section of Admin? If so, HOW DO I FIX?
Reply With Quote
  #18 (permalink)  
Old 05-15-2009, 12:00 PM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
Quote:
Originally Posted by casjam View Post

Could this be the reason why I can't successfully change the from email value using the Languages section of Admin?
No, that wouldn't be it.

I have no idea why you can't change it. Seems to be only limited problem to you.

Anyway, try editing the file manually

Line 61 of /modules/welcome_email/welcome_email_main.php
Code:
  $mail->setFrom($siteName." <".$siteEmail.">");
Change to
Code:
$mail->setFrom($siteName." <"YOU@YOURDOMAIN.COM">");
Reply With Quote
  #19 (permalink)  
Old 05-15-2009, 12:15 PM
New Pligger
 
Join Date: May 2009
Posts: 14
I appreciate all your help on this... still not working : (

$mail->setFrom($siteName." <"YOU@YOURDOMAIN.COM">"); produced a PHP error.

I changed that line to:
$mail->setFrom($siteName." <YOU@YOURDOMAIN.COM>"); which got rid of that error, but the same problem persists. It still sends the welcome email from the wrong email address.

I'm giving up on pligg until there is a fully stable release.
Reply With Quote
  #20 (permalink)  
Old 07-13-2010, 09:50 AM
New Pligger
Pligg Version: 1.0.4
 
Join Date: Jul 2010
Posts: 1
I know this is way in the past now, but I was having the same problem. For anyone else reading this, if you alter the language file directly and nothing seems to change, you may need to delete your cache files in /cache/templates_c/
Reply With Quote
Reply

Tags
admin email, email

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
FYI - Strange email address in register.php nzbullet Questions and Comments 2 07-26-2011 12:09 AM
New user Admin Email Moderation edupin Questions and Comments 3 08-25-2009 08:31 AM
Ho to add User's Last login IP address in Admin rubber2002 Questions and Comments 5 04-22-2008 07:50 PM
remove "Another user with that email address exists" neoplus Questions and Comments 1 01-26-2008 11:42 AM
Changing email notification address oly Questions and Comments 4 09-30-2007 10:48 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development