PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 2nd, 2009, 03:37 PM   #1 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Admin Move / Delete

returns javascript error - wont work!

Also, upload from URL doesnt seem to be working either...
cherrycola is offline   Reply With Quote
Old January 2nd, 2009, 08:07 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
What is the url and a login to the gallery I am not seeing any issues with that function. One thing do you run any custom java on your pages that may be interferring?

Upload from url requires the full url to a page including the html pages name and that page must be using img tags in the html to grab the image and in most all cases full urls.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 2nd, 2009, 08:40 PM   #3 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Page is private eg not yet released to the public yet ...

There is no custom scripting - further by the look of it (several others experiencing exact same issue) this is a BUG with the latest version of photopost. if you dont see it, then I would question whether or not you are running the exact same version of photopost and/or the latest vbulletin. I have a brand new fresh install of both vbulletin and photopost - nothing else going on.

I checked in FF and move/delete doesnt work in that browser either...

Most of the controls will work - though they all do return a javascript error ... so its something with the SendInfoReq scripting ...

Here is the scripting thats being used ....

Quote:
function sendInfoReq(what,photo) {
req.open('get', xxxxxxxxx/showframe.php?action='+what+'&photo='+photo);
req.onreadystatechange = handleResponse;
req.send(null);

}
Most of the others go like action=cal / action=feature / etc I am wondering if that scripting should say action=info and something else - beats me ... but I have a good hunch...

Last edited by cherrycola; January 2nd, 2009 at 08:48 PM.
cherrycola is offline   Reply With Quote
Old January 2nd, 2009, 08:43 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Our java should have nothing to do with vbulletin but I am using the latest non beta vb and always our latest code. Works fine for me. You can email us a link and login to take a look if its private.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 2nd, 2009, 08:52 PM   #5 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
I am currently looking to find which file has that script in it so that I can add in the bit I have a hunch on ...
cherrycola is offline   Reply With Quote
Old January 2nd, 2009, 08:55 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
it is simple java in showphoto.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 2nd, 2009, 08:57 PM   #7 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Nope, its in pp-inc.php ... going to test it now...
cherrycola is offline   Reply With Quote
Old January 2nd, 2009, 09:11 PM   #8 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Nope info=info didnt work, must be something else ...

Anyway - none of the SendInfoReq calls are working without a JS error. Also the SendFeatReq also returns JS error ...

I guess I will have to set up an account for you to see what I am seeing.
cherrycola is offline   Reply With Quote
Old January 2nd, 2009, 09:18 PM   #9 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Ok, I completed the contact us form submission with relevant info.... I will wait to hear back from you.

Thanks.
cherrycola is offline   Reply With Quote
Old January 3rd, 2009, 09:31 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Main Index - PhotoPost Photo Gallery

I will check it out but you can see our ajax does work right here on our very own site.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 3rd, 2009, 11:21 AM   #11 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Sorry Chuck, but I could care less if it works on your site - fact is its not working on my site (a brand new clean install).
cherrycola is offline   Reply With Quote
Old January 3rd, 2009, 11:43 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
I responded to your email lets keep discussion there thanks.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 3rd, 2009, 06:14 PM   #13 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
I just figured out what was going on ...

The JS files were being loaded from the root directory instead of the /js/ directory where they actually were. Not sure if this was something set up when I installed or if its in the photopost php files - Ive had a few drinks so I cant think straight.

If its in the files - thank me for figuring it out for you hahaha maybe even send me some coding royalties for todays headache - LMAO!

Laters!

GO COLTS!

-EDIT

FOUND WHERE ITS AT ...

php-inc ...

Quote:
$javapopup .= "<script type=\"text/javascript\" src=\"{$Globals['maindir']}/tjpzoom.js\"></script>\n
<script type=\"text/javascript\" src=\"{$Globals['maindir']}/instant.js\"></script>";
notice its loading from root and NOT the /js/ .... youre welcome. Really I am quite happy to have this one behind me!

Last edited by cherrycola; January 3rd, 2009 at 06:21 PM. Reason: EDIT - its in the php-inc
cherrycola is offline   Reply With Quote
Old January 3rd, 2009, 06:53 PM   #14 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
Also ...

Don't forget to move the session start in the uploadphoto.php to the top of that file ... I got that one too

Couple bugs FIXED!

Now I will go try to fix the "Retrieve all images from a URL" BUG since that isnt working either.
cherrycola is offline   Reply With Quote
Old January 3rd, 2009, 08:31 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
That may be for the zoom true but the sendfeat is defined in pp-inc.php and does not use external java files and the other java files like lightbox are all loaded from the js directory correctly.

In fact the only thing I see not loaded correctly is the zoom script which happens to be a recently reported bug,
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 3rd, 2009, 09:45 PM   #16 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
The instant.js was also called incorrectly ... if they dont have anything to do with those Send---Req functions not sure why the lack of those loading would have been causing all of those functions to not work...

Anyway I figured it out now so all is good on that particular front - I just have to find out why send images from a URL isnt working.

--------

Well that didnt solve everything either - the more function does not work. SendPhotoReq ...

---------

In fact that didnt solve anything - none of the features are working again. I guess it was total coincidence that they worked when I added the correct path to those unrelated JS files. CRAZY!!!!!

Last edited by cherrycola; January 4th, 2009 at 02:14 AM.
cherrycola is offline   Reply With Quote
Old January 4th, 2009, 02:43 AM   #17 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
We're sorry, but the system experienced an unrecoverable error. Please try again later.


WTF?
cherrycola is offline   Reply With Quote
Old January 4th, 2009, 03:03 AM   #18 (permalink)
Member
 
Join Date: Feb 2008
Posts: 63
......................

Last edited by cherrycola; January 4th, 2009 at 04:16 AM.
cherrycola is offline   Reply With Quote
Old January 4th, 2009, 03:43 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
This would all depend on what changes your making to your site if anything was done above and beyond correcting a js path. That is a mysql error something totally different.

You can turn on debug setting to display errors on and when logged in as admin you should see your error.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 20th, 2010, 11:07 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Nov 2006
Posts: 38
I have the same problem: clicking on the admin 'move/delete' link in the foldout menu does nothing. 'Hide Image' and 'Close comments' however do work.
tcbworld is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Move/Delete rcull Classifieds Suggestions 1 May 7th, 2007 11:01 AM
5.5: admin option move/delete not work Zarzal Photopost Pro Bug Reports 27 November 18th, 2006 02:51 PM
cannot move or delete ads... openfire Classifieds Bug Reports 4 October 31st, 2006 07:00 PM


All times are GMT -5. The time now is 06:15 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0