View Full Version : double posts
jeffh
07-03-2006, 11:46 PM
Hi all,
I using ver 1.5 and since upgrading I'm noticing that occasionally PP generates double posts. At first I thought I might be clicking twice on the upload button, but after being careful not to last nights post duplicated. The time stamp was about 30 seconds apart. Anyone else seeing this behaviour?
Thanks,
jeffh
blinking8s
07-04-2006, 12:25 AM
you are the first i have heard of this...please post your server information as well
jeffh
07-04-2006, 05:02 AM
Here's a copy of the information page:
You are running Pixelpost version 1.5 - April 2006
Latest pixelpost version: Check
Looking for help or want to give feedback, please step into pixelpost forum.: www.pixelpost.org/forum/
Host Information
URL http://www.digitalcascades.com/admin/index.php
PHP-version 4.4.2 (Pixelpost's min requirement: PHP version: 4.3.0 )
MySQL version 4.0.27-standard (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib bundled (2.0.28 compatible) with JPEG support
File Uploads to pixelpost site are possible.
Server Software Apache
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Paths
Guessed imagepath: /home/kk7wr/public_html/images/
Configured Imagepath: /home/kk7wr/public_html/images/
Image Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
jeffh
07-10-2006, 12:42 AM
Last nights post duplicated again...:confused:
Joe[y]
07-10-2006, 11:19 AM
how does your comment template look? i mean, post the relevant area of HTML here.
jeffh
07-12-2006, 01:03 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="false" />
<title>Image info</title>
<link href="templates/jasonspix/style.css" rel="stylesheet" type="text/css" title="darkgrey" />
<link rel="alternate stylesheet" type="text/css" href="templates/jasonspix/style_white.css" media="screen" title="white"/>
<link rel="alternate stylesheet" type="text/css" href="templates/jasonspix/style_black.css" media="screen" title="black"/>
<link rel="alternate stylesheet" type="text/css" href="templates/jasonspix/style_lightgrey.css" media="screen" title="lightgrey"/>
<script type="text/javascript" src="templates/jasonspix/styleswitcher.js"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<div align="center">
<div id="commentBlock">
<div class="nav">
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td><div align="center"><IMAGE_TITLE></div></td>
<td width="50%" rowspan="2">Camera: <EXIF_CAMERA_MODEL><br>
Exposure: <EXIF_EXPOSURE_TIME><br>Aperature: <EXIF_APERTURE><br>Focal Length: <EXIF_FOCAL_LENGTH><br>ISO: <EXIF_ISO></td>
</tr>
<tr>
<td width="50%"><div align="center"><IMAGE_THUMBNAIL></div></td>
</tr>
</table>
<br>
<IMAGE_NOTES>
<HR>
<div id="commentMain">
<IMAGE_COMMENTS>
</div>
<form method='post' action='index.php?popup=comment&x=save_comment' name='commentform' >
<p>Message:<br />
<textarea name='message' rows='2' cols='10' style='width:100%;height:60px;'></textarea></p>
<p>Name:<br />
<input type='text' name='name' class='input' value='<VINFO_NAME>' style='width:100%;' /></p>
<p>Website URL, if any: <br />
<input type='text' name='url' class='input' value='<VINFO_URL>' style='width:100%;' /></p>
<p>Email (not visible to others)<br />
<input class='input' type='text' name='email' value='<VINFO_EMAIL>' style='width:100%;' /></p>
<p><input type='checkbox' value='set' name='vcookie' /> Save User Info</p>
<input type='submit' value='Add' />
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
</form>
<p><input type="button" value="Close Window" onClick="window.close()"></p>
</div>
</div>
</body>
</html>
Joe[y]
07-13-2006, 01:12 PM
sorry, i'm totally stumped. :confused: !!!
first port of call in my opinion now would be your host and ask them if there's anything specific about how your server behaves that would affect this process.
oh, and just a thought, i always add the following to my comment forms:
<input type='hidden' name='parent_name' value='<IMAGE_NAME>' />
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.