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 > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 29th, 2010, 04:32 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
Question How can i Fix this?

Can some one help please.

I'm having problem displaying a avatar in the members section of classifieds.

I get these errors

-> Error log
Code:
Content visible to verified customers only.
-> Code in the generated page
Code:
Content visible to verified customers only.
I have no problems with avatars on the rest of the site its just restricted to classifieds.

Anyhelp would be gratefully received. Thanks

Oh and can someone look into why i cant view my own code on this forum please.. Content visible to verified customers only.
TazDevilLooney is offline   Reply With Quote
Old September 29th, 2010, 05:57 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
What type of avatar is this?

You seem to be showing images from off site?

Is this some new avatar type? it seems to be in the vb custiomavatars format yet served off your server.
__________________
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 September 29th, 2010, 06:31 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
All images are coming from the same server / IP address. Im dedicated. Domains was setup for googles pagespeed.

The type is the standard VB avatar (JPG/PNG/GIF) . I haven't altered any code from the installtion and thats were im hitting my problem. The classifieds is calling the code but is displaying it like the post above. I trust it sould display the avatar from the users VB account. Any idears i'm really stuck here.
TazDevilLooney is offline   Reply With Quote
Old September 29th, 2010, 09:18 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Your telling me that domain is the same as your domain?

I have something I could try but your ftp info does not work that I have
__________________
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 September 30th, 2010, 05:26 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
2 Domains and 3 Sub domains are hosted on this server

If the FTP is not in use i turns it off for security resions. I would be gratefull if you could try again.

Last edited by TazDevilLooney; September 30th, 2010 at 05:37 AM.
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 08:28 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
well the issue is your using a configuration no one ever would use.

The server paths and urls are suppose to be relative to the forum url. Thats what it says in vb's admin area

anyway I got it working for your 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 September 30th, 2010, 08:38 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
Oh thankyou sooooo much. That great. Send me you address and i send you a box of cookies . And thats for fixing my style again. What file did you change so i can udate the database?. I dont think your going to like me very much for this and for that i appoligise in advance.

classifieds/Cron.php - fatal error. If you look at google page speed your spot it. I dont know if its interfering with VB's cron but does not look happy. I have error logs with the problem lines in if you like. Would you have a sujestion for that. (Plese keep it clean! ) LOL
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 10:31 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
additonal.css file

we have a robots.txt file that says not to google the cron file. That file has no errors it just can not be viewed it is a silent cron file.
__________________
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 September 30th, 2010, 10:47 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
Ok so how do i supress these buddy.

Code:
Content visible to verified customers only.
Seems to be lines 24,28 and 29 and its not just the [uploadprouduct.php] Thanks
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 10:53 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
are those in your browser or are you reading an error log?

My suggestion would be to turn down your php error warning in your php.ini
__________________
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 September 30th, 2010, 11:02 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
Thats the Apachie Error log. "Turn down your php error warning" I must admit i have no clue how do to that one

can't i just give it what is wants a "Defined variable / function"?

It's screaming like a little baby wanting to be fed.

Last edited by TazDevilLooney; September 30th, 2010 at 11:12 AM.
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 11:20 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
You have full server access right? You search for the php.ini file and change the error reporting line. There are even example lines in that file that explain this

Its a server thing. Since your on windows its probally set way high.

Maybe make sure it is set to this

Code:
Content visible to verified customers only.
__________________
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 September 30th, 2010, 11:24 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
I have full access rights. I'll get that placed. Thankyou
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 11:45 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
No problem enjoy the rainy weather
__________________
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 September 30th, 2010, 11:49 AM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2010
Location: UK
Posts: 18
Send a message via MSN to TazDevilLooney
No rain yet by soon.

Lovely job, your the man, thankyou so much for your help.
TazDevilLooney is offline   Reply With Quote
Old September 30th, 2010, 12:42 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
yeah schools got out early here for tropical storm nicole.
__________________
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
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can fix this hendri Photopost Pro Bug Reports 5 December 29th, 2009 09:32 PM
How do I fix this? sherpa Photopost Pro How Do I...? 5 March 25th, 2008 03:10 PM
how i can fix that Bandar AlHarbi Installs and Upgrade - vBulletin 3.6x 1 December 15th, 2007 06:17 AM
how can i fix this ? algreeeb Photopost Pro How Do I...? 1 August 20th, 2007 11:16 AM
How do I fix this? Finster Photopost Pro How Do I...? 1 February 6th, 2007 08:14 AM


All times are GMT -5. The time now is 02:16 AM.

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