Liquid Web Hosting - Dedicated, VPS and Shared Hosting with top-notch support

HTML Newsletter for PHP-Nuke
Sign up for PayPal and start accepting credit card payments instantly.
  Login or Register
 • Home • Downloads • Your Account • Forums • 
Supported Projects!

Stop Spam Email Harvestors - Join Project HoneyPot!

Support GoPHP5.org

 
Please Link to Me!


 
Site Menu
icon_home.gif Home
· Montego's Blog
icon_community.gif Community
tree-T.gif Advertising
tree-T.gif Newsletters
tree-T.gif Downloads
tree-T.gif Web Links
tree-T.gif Content
tree-L.gif Surveys
nuke.gif Projects
tree-T.gif HTML Newsletter
tree-T.gif ShortLinks
tree-T.gif DynamicTitles
tree-L.gif Mailer
som_downloads.gif Support
tree-T.gif Forums
tree-T.gif Documentation
tree-L.gif Sitemap
icon_members.gif Members Only
Access restricted to our members Private Messages
Access restricted to our members Members List
tree-L.gif Your Account
favoritos.gif News
icon_poll.gif Misc
 
Site Info
Your IP: 38.103.63.17

Welcome, Anonymous
Nickname
Password
Security Code
Security Code
Type Security Code


· Register
· Lost Password
Server Date/Time
7 August 2008 20:28:21 EDT (GMT -4)
 
RSS/XML Feed Previews
1. News Feeds
1. Most Recent 10 Articles

2. Forum Feeds
1. Most Recent 10 Forum Posts

3. Download Feeds
1. Most Recent 10 Downloads
2. Most Popular 10 Downloads
 
Misc Info

Powered by  MyPagerank.Net

Join the HoneyPot Project and help stop spam!

RavenNuke(tm) - Most secure and fast PHP-Nuke on the web!

Get TegoNuke(tm) ShortLinks from this site and more...

This site is valid CSS!

 
Inspiration
And he saith unto me, Write, Blessed are they which are called unto the marriage supper of the Lamb. And he saith unto me, These are the true sayings of God.
Revelation 19:9/KJV
Verseoftheday.com
 
Montego Scripts: Forums


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 8:17 am Reply with quote Back to top

Slackervaara wrote:
Sorry, I was unclear Send tested works for me for sending one newsletter, but I can't send via Send tested the second time. It seems that send tested can be used only once and the second try I get error message.


Admin Note: I have split out this thread and we'll continue to address the multiple test send permissions issue here. Thanks.

Slackervaara, and like I said this works perfectly for me everytime (even the second send). I need to know what the permissions are on the testsend.php file - I mentioned above that I need that. Thanks.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins

Last edited by montego on Tue May 06, 2008 9:31 am; edited 2 times in total
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Tue May 06, 2008 8:25 am Reply with quote Back to top

My admin_send_tested.php is 644
View user's profile Send private message
Guardian
Site Admin
Site Admin



Joined: Jul 18, 2005
Posts: 286

PostPosted: Tue May 06, 2008 8:58 am Reply with quote Back to top

Slackervaara wrote:
My admin_send_tested.php is 644

That is correct in that those permissions are what is given to the file by the script.
It appears that your server environment does not allow writing at that level so you may have to manually CHMOD that file to 777.
I'm sure they might be a way to alter the script to make it changed the CHMOD to 777 but you might have to wait until Montego gets home for more info.

_________________
Spam Stopper - Comments Modules - Security News - Script Installer
View user's profile Send private message Visit poster's website
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 9:21 am Reply with quote Back to top

But, the script is supposed to handle that. Slackervaara, do you have the following line within your admin_send_mail.php script:

Code:

   if (!defined('MSNL_PHP_AS_CGI')) @chmod( $msnl_sFFilename, 0766 );


Also, is your apache running as CGI or as an Apache module?

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 9:25 am Reply with quote Back to top

I just checked, and that line is only in the version of RavenNuke latest. Within that script, check out the code under these comments:

Code:

   /************************************************************************
   * Build datesent and filename strings and write the newsletter file.
   ************************************************************************/


You will see the "@" sign in front of some of the file based PHP statements, such as @chmod and @copy. remove just those "@" signs and turn your $display_errors to "true" and then report back with any error messages that you see on the page from PHP.

Don't post any specific paths (i.e., just need any relative paths) given in the error messages as I might not be back on the forums until later tonight and I don't want those to get out into the public eye. Wink

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 9:32 am Reply with quote Back to top

Ok, I think that I have finally sorted out my thread split. Sorry for the inconvenience. This thread originally came from over here:

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Tue May 06, 2008 10:36 am Reply with quote Back to top

I removed @, when it was first in the line, but it gave the identical error messages. Unfortunately, my web hotel gives me no access to error logs, so I can't see the error messages.

Changed admin_send_tested.php to 777, but it did not make any difference.

I don't know about apache, but phpinfo says something about FastCGI.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 11:07 am Reply with quote Back to top

Changing that script to 777 is not what to do. However, changing the testemail.php script under the archives directory could help.

Still would like to know what the permissions were on the testemail.php script that is created under the archives directory upon first running the Test Send process. You gave me the permission of the script that is creating the newsletter instead of the newsletter file itself...

FastCGI. Interesting.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Tue May 06, 2008 11:36 am Reply with quote Back to top

I found testemail.php now and the permission was 664.

I changed it to 777, but the problem persists and reports of no testemail.php despite it is present.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Tue May 06, 2008 7:43 pm Reply with quote Back to top

I know that this may be more effort than it is worth to you, so if you do not want to do this, do not worry about telling me so. ok?

But, if you are willing to try something out, if you are not using the HTML Newsletter code from the latest RavenNuke 2.20.01 release, could you try backing up your current modules/HTML_Newsletter directory and overwriting it with what is in the RavenNuke equivalent and trying again, it would be greatly appreciated.

I am stumped as to why this would not work and that you are seeing no other error messages when $display_errors is set. I may have to dig through the code some more.... You are certain the error message is the same as what KASR posted in the other thread???

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Wed May 07, 2008 12:27 am Reply with quote Back to top

I have tried your suggestion with RavenNuke and I get the identical behaviour and error messages as previously. One strange thing. After sending newsletter to admin Send Tested is most often not a link, unless I click on Create Newsletter then it is working normally. Also, I could not see any Testemail.php.

I get no error message despite config.php is set to true. I thought this setting means that the error messages show up in error logs, which are unavailable to me. On my web hotels CPanel PHP errors is On. I know that my web hotel has Safe Mode On.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Wed May 07, 2008 8:43 am Reply with quote Back to top

I'll have to look up "Safe Mode" again as I know there are several other scripts, such as Gallery, which cannot run in this mode. I suspect that is the issue.

If you switch back to the older code, can you tell what the userid/groupid is for the testemail.php file?

I just cannot help to think it could also be a FastCGI/SafeMode combination. But having never used either one of these, nor had anyone until now who is using it, I am concerned that I may not be able to help you until version 1.4 which gets rid of using the file system to store the newsletters. Sad

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Wed May 07, 2008 11:16 am Reply with quote Back to top

I am using the old version now. I had to send four different newsletters until testemail.php appeared. It seems not to appear so often.

testemail.php had this:

rw-rw-r 1 41454 usernameofmysite

BTW, it is not often I uses more than once Send Tested, so it is not a big issue for me.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Wed May 07, 2008 3:11 pm Reply with quote Back to top

Ok. I appreciate the time you have given already. Given that I have rewritten this entire code already for version 1.4 to get away from writing to the file system, once I release (no date yet) 1.4, this issue will go away for you.

Thanks!

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2008 phpBB Group
:: Theme & Graphics by Daz :: Ported for PHP-Nuke by nukemods.com ::
All times are GMT - 4 Hours
Forums ©
 

[ Legal | Privacy Policy | Terms of Use | Contact Us ]


[Valid RSS] Valid robots.txt


All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2005 - 2008 by Montego Scripts.
Distributed by Raven PHP Scripts
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.23 Seconds

:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional & XHTML 1.0 Transitional Compliance by RavenNuke™ TEAM ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation :: W3C XHTML 1.0 Transitional Compliance Validation ::

Forum - Join the conversation on the Thoughts.com forums
Search Engine Ranking - Improve your SEO services. Premium Web content, intelligent links, quality optimization & competitive search engine placement. You deserve Better Rankings!
PhpNuke Themes
Lobo Links Web Directory
linear-bunch