Go Back   Pligg Forum > Pligg Help > General Help
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-07-2008, 07:57 AM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
"Submit" leads to blank page...Please help!

I have a problem. Every time I submit a story everything runs smoothly untill I click on the "submit" button. When I click on it it submits the story, which I later on see in my "Upcoming" page, but it leads me to a blank page... How can I fix this???

Thanks
Reply With Quote
Sponsored Links
Check out the New Templates at the Pligg Pro Shop.
  #2 (permalink)  
Old 05-07-2008, 08:38 AM
graphicsguru's Avatar
graphicsguru graphicsguru is offline
Pligg Donor
Pligg Version: 9.9
 
Join Date: Aug 2006
Location: USA
Posts: 411
Downloads: 20
Uploads: 0
Thanks: 62
Thanked 45 Times in 34 Posts
check your chmod permission settings
Reply With Quote
  #3 (permalink)  
Old 05-07-2008, 09:31 AM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
For which files? What should it be set to?
Reply With Quote
  #4 (permalink)  
Old 05-07-2008, 02:08 PM
graphicsguru's Avatar
graphicsguru graphicsguru is offline
Pligg Donor
Pligg Version: 9.9
 
Join Date: Aug 2006
Location: USA
Posts: 411
Downloads: 20
Uploads: 0
Thanks: 62
Thanked 45 Times in 34 Posts
Check your README.txt
Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 04:04 PM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
I did. Everything is set up as it should... What could it be?
Reply With Quote
  #6 (permalink)  
Old 05-08-2008, 03:15 AM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by graphicsguru View Post
Check your README.txt
This is the code from my submit.php file regarding the 3rd step:
// submit step 3
function do_submit3() {
global $db;

$linkres=new Link;

$linkres->id=$link_id = strip_tags($_POST['id']);
$linkres->read();

totals_adjust_count($linkres->status, -1);
totals_adjust_count('queued', 1);

$linkres->status='queued';

$vars = array('linkres'=>$linkres);
check_actions('do_submit3', $vars);

$linkres->store_basic();
$linkres->check_should_publish();

if(!empty($_POST['trackback'])) {
require_once(mnminclude.'trackback.php');
$trackres = new Trackback;
$trackres->url=trim($_POST['trackback']);
$trackres->link=$linkres->id;
$trackres->title=$linkres->title;
$trackres->author=$linkres->author;
$trackres->content=$linkres->content;
$res = $trackres->send();
}

header("Location: " . getmyurl('upcoming'));
die;
}


Is it something in the code that is wrong?
Reply With Quote
  #7 (permalink)  
Old 05-08-2008, 06:36 AM
dollars5's Avatar
dollars5 dollars5 is offline
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,130
Downloads: 29
Uploads: 1
Thanks: 289
Thanked 262 Times in 174 Posts
can you give a link to your site to test..
Reply With Quote
  #8 (permalink)  
Old 05-08-2008, 07:52 AM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by dollars5 View Post
can you give a link to your site to test..
Forex Rate / Published News
Thanks!
Reply With Quote
  #9 (permalink)  
Old 05-12-2008, 07:33 AM
yuval613 yuval613 is offline
New Pligger
 
Join Date: Apr 2008
Posts: 16
Downloads: 8
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Any ideas???

Any ideas???
Reply With Quote
  #10 (permalink)  
Old 05-12-2008, 07:44 AM
graphicsguru's Avatar
graphicsguru graphicsguru is offline
Pligg Donor
Pligg Version: 9.9
 
Join Date: Aug 2006
Location: USA
Posts: 411
Downloads: 20
Uploads: 0
Thanks: 62
Thanked 45 Times in 34 Posts
I just tied a test on the 3rd step when I click submit in firefox it gives me a download submit.php it seems to me its the setting on that file what do you have it set on ? did you try and change the settings ?
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
admin_index.php is a blank page and after submiting user login form - blank. mosko General Help 5 11-09-2007 09:32 AM
edit story and outgoing link returns blank page crusty General Help 0 08-23-2007 01:30 PM
Blank page encountered when accessing admin_config.php page lennybar Installation and Upgrade Help 11 11-23-2006 01:25 PM


LinkBacks Enabled by vBSEO 3.0.0