PDA

View Full Version : New Addons not working


stuffonmydesk
05-12-2007, 05:45 PM
After I upgraded from 1.5 to 1.6 I noticed that two addons were not working, and I was getting the error "Failed to insert addon: admin_akismet_comment.php, admin_update_exif.php" at the top of my website.

So I removed them from the addon folder thinking I don't need them. But I just downloaded a new Addon called admin_GoogleMap.php which I know works with 1.6 and get the following message at the top of my website "Failed to insert addon: admin_GoogleMap.php".

I have since added other 1.6 supported addon's and get the same message. I guess I can't add addons yet.

My website is www.stuffonmydesk.com (http://www.stuffonmydesk.com) - at the very top you can see the error since I uploaded the admin_GoogleMap.php.

Why? Any ideas. When I upgraded, I followed the instructions as per the Upgrade.html in the \doc folder, and used Point number 3) Upgrade from Version 1.4 or 1.5 to 1.6.

Dkozikowski
05-12-2007, 10:34 PM
My guess is you forgot to update some files. Make sure all files are coppied over correctly.

Dennis
05-13-2007, 08:37 AM
As stated in the opening post of http://forum.pixelpost.org/showthread.php?t=6383 :


Questions about addons in this thread will be trashed as it is intended to be a list of compatible addons, not as a support thread.


I moved your post to a new thread.

stuffonmydesk
05-13-2007, 02:15 PM
Sorry about that. Thanks for letting me know.

stuffonmydesk
05-20-2007, 04:04 PM
well, after ftp'ing all the files back up to my installation folder and tried installing everything again I now get the following error:

Warning: Cannot modify header information - headers already sent by (output started at /home/stuffonm/public_html/includes/create_tables.php:6) in /home/stuffonm/public_html/admin/install.php on line 17

And it seems things have gotten even worse than they were, because now I do not see any ADDONS, and instead of just 3 addons appearing at the top of the page, I have the entire bunch.

That in turns has caused 99% of the functions I had on the site to fail. :confused:

Any ideas anyone???? - How to get pixelpost to recognise these addons?

www.stuffonmydesk.com is the address to my site.

Dkozikowski
05-20-2007, 11:39 PM
Well, first off. Pixelpost did not "screw up" your website.

100's have upgraded problem free.


Were you trying to perform a clean install or an upgrade when you received the header warning?

My guess is you tried to run install.php a second time after the initial upgrade to v1.6 and you can not do this.

More info about your host would be great.
Copy and paste the info from the GENERAL INFO page here for us to look at.

This could be a hosting or database issue.

Thanks.

quilmore
04-03-2009, 07:58 PM
I'm getting the same error when going to the addon menu on the admin page
site works just fine
this was a fresh installation of 1.7.1

source code on the error is

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>www.quilmore.ie ADMIN</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" type="text/css" href="admin_index.css" />
<script src="script.js" type="text/javascript"></script>
<script type="text/javascript">
function confirmDeleteImg()
{
var agree=confirm("Are you sure you want to delete the image?");
if (agree) return true ;
else return false ;
}

function confirmDeleteComment()
{
var agree2=confirm("Are you sure you want to delete that comment?");
if (agree2) return true ;
else return false ;
}
var installed_ver = 1.71;
</script>


</head>
<body>
<div id="wrapper">


<div id="header">
<a href="index.php">Administration</a>&nbsp;for <a href="../" title="click here to load your photoblog">www.quilmore.ie</a>
</div>

<div id="navigation">
<a href="index.php?">New Image</a>
<a href="index.php?view=images">Images</a>
<a href="index.php?view=categories">Categories</a>
<a href="index.php?view=comments">Comments</a>
<a href="index.php?view=options">Options</a>
<a href="index.php?view=info">General Info</a>
<a href="index.php?view=addons">Addons</a>
<a href="index.php?x=logout">Logout</a>
</div>

<div id='caption'>
Installed Addons
</div><br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/quilmore/public_html/quilmore/admin/index.php:232)
in <b>/home/quilmore/public_html/quilmore/admin/install.php</b> on line <b>47</b><br />

quilmore
04-03-2009, 08:01 PM
general info here:
Pixelpost Information
You are running Pixelpost version: 1.7.1 (Better than Ever) - January 2008
Latest Pixelpost version: You have the newest version of Pixelpost!
Looking for help or want to give feedback, please step into Pixelpost forum.: forum.pixelpost.org




Host Information

URL http://www.quilmore.ie/quilmore/admin/index.php
PHP-version 5.2.8 (Pixelpost's min requirement: PHP version: 4.3.0 )

Session save path /tmp

MySQL version 5.0.67-community (Pixelpost's min requirement: MySQL: 3.23.58 )

GD-lib bundled (2.0.34 compatible) with JPEG support

File Uploads to Pixelpost site are possible.

Server Software Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635

EXIF Pixelpost is using exifer v1.5 for EXIF-information.


Paths
Guessed imagepath: /home/quilmore/public_html/quilmore/images/
Configured Imagepath: ../images/

Guessed thumbnailpath /home/quilmore/public_html/quilmore/thumbnails/

Configured Thumbnailpath ../thumbnails/

Image Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755

Thumbnails Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

Dennis
04-07-2009, 02:06 AM
Please try the steps outlined here. Especially the part with the "&errorsall", which has to be appended to the url.

http://www.pixelpost.org/forum/showthread.php?t=8764