PDA

View Full Version : copy_folder_with_titles.php not showing up in addons!


jholly
12-24-2006, 01:45 AM
I am trying to get copy_folder_with_titles.php to work as an addon. I already deleted the copy_folder.php file and replaced it with the copy_folder_with_titles.php but it isn't appearing in the addon section...
As you can see the file is in the dir. http://www.inceptivenotions.com/v1/addons/
Did I miss something?

Thanks in advance!

GeoS
12-24-2006, 08:44 AM
It only means that you didnt upload it into the correct directory.

jholly
12-25-2006, 06:29 AM
I do have it in the right directory...

Anyone??!

Vernon.Trent
12-25-2006, 10:08 AM
in this folder?
http://www.inceptivenotions.com/v1/addons/

there is no copy_folder_with_titles.php

jholly
12-28-2006, 01:15 AM
I temporarily took it out so I could use the default copy_folder, but now I have reuploaded it and still it does not show!

Im confused as to why this isnt working for multiple addons. My admin_autoresize is also not working.

Please help!

GeoS
12-28-2006, 06:17 AM
It looks like some server side issues. Its hard to say where is source of it as we cant access this server and test it on own hand.

jholly
12-28-2006, 06:35 AM
What information can I give you that would provide any clues to server side problems? I have no problem offering this information if I can get this fixed!

Vernon.Trent
12-28-2006, 07:01 AM
What information can I give you that would provide any clues to server side problems? I have no problem offering this information if I can get this fixed!

for the beginning
admin panel-general info
------------------------

jholly
12-28-2006, 02:30 PM
Here is the general info

Pixelpost Information
You are running Pixelpost version: 1.5 Final - July 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.inceptivenotions.com/v1/admin/index.php

PHP-version 5.1.6 (Pixelpost's min requirement: PHP version: 4.3.0 )

Session save path is empty!!

MySQL version 4.1.21 (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/1.3.37 (Unix) PHP/5.1.6 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a

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

Paths
Guessed imagepath: /home/incegeo4/public_html/v1/images/

Configured Imagepath: ../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

GeoS
12-28-2006, 07:00 PM
If code of this addon is proper (has got addon variables descibing it) then it must be listed. It can be set to off but it should be there.

jholly
12-28-2006, 07:42 PM
I activated debug mode and still saw no errors.

I am willing to lend my site or server access to someone in order to fix this problem!

Thanks.

austriaka
12-28-2006, 07:43 PM
I use it with PP 1.5 and it is working fine. Should not be fault of the addon
KArin

jholly
12-28-2006, 07:53 PM
Does anyone know of any server-side issues that could be the cause.

Again I am willing to lend my server access over to someone to solve this!

austriaka
12-28-2006, 08:07 PM
Create a php file like this:
<?PHP
PHPINFO();
?>
name it infophp.php and put it into your root directory. Open http://www.inceptivenotions.com/infophp.php with your browser and see if it is working. Tell us the link here, then we can see your PHP and MySQL configuration.

You might have a problem with missing files or with your include path. When going to http://www.inceptivenotions.com/v1/admin/index.php I get warnings:
Warning: include(pass_recovery.php) [function.include]: failed to open stream: No such file or directory in /home/incegeo4/public_html/v1/admin/index.php on line 125

Warning: include() [function.include]: Failed opening 'pass_recovery.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/incegeo4/public_html/v1/admin/index.php on line 125

Please make sure you uploaded all of Pixelpost files correctly.


You have a problem with your CSS: opening your home page leads to a page with no style sheet. Neither in image page nor in browse page is a link to a styleswitcher to turn css on. Only in about page I could find one, chosing "dark" and everything is ok.

KArin

jholly
12-28-2006, 08:40 PM
Ok i did the phpinfo thing and here are the results.

http://inceptivenotions.com/v1/phpinfo.php


I replaced that missing file as well, and I'm working on the css right now.

GeoS
01-03-2007, 02:16 PM
It looks like we have solved this problem. There was double advanced stats addon and as result there was error at addon page.
You must to remember to have each addon once in addon directory. Other thing is to disable all addons through admin page and turn them on one by one till the problem moment. It can be done also by removing addon from server and uploading it back one by one till problems.

Im happy it works now.