Advertisement:

Author Topic: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)  (Read 2646 times)

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« on: June 22, 2015, 01:52:15 am »
HELLO,

PLEASE ANSWER MY MESSAGE CAUSE I CANT FIND ANY ANSWER NOWHERE!!!!

THE PROBLEM!!

WHEN A USER TRY TO UPLOAD AN IMAGE, THE IMAGE ITS NOT SHOWING CORRECTLY ON THE SITE.

THIS PROBLEM CAME UP BEFORE 2 HOURS, AND I DONT NO WHY..

YOU CAN SEE MY PRINT SCREEN FILES BELOW!!

PLEASE ANYONE KNOW WHAT IS WRONG!

http://prntscr.com/7joede
http://prntscr.com/7joen8

you can see the site here http://universpiti.gr/

AND YOU CAN SEE THE LAST 3 LISTINGS THAT THE IMAGES ARE NOT SHOWING WELL!

WHEN I CHECN ON THE FTP I CAN FIND THE IMAGES UPLOTED THERE!

WHY?

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #1 on: June 22, 2015, 02:09:26 am »
Hi,
i think you made some changes that screw it up.
Is looking for the picture in the wrong place and without extension
Code: [Select]
<img src="http://universpiti.gr/350_thumbnail." title="" alt="ΤΡΑΠΕΖΙ ΒΕΡΑΝΤΑΣ" width="240" height="200">
should be
<img src="http://universpiti.gr/OC-CONTENT/UPLOADS/ONE MORE FOLDER(0,1,2)/350_thumbnail.JPG" title="" alt="ΤΡΑΠΕΖΙ ΒΕΡΑΝΤΑΣ" width="240" height="200">

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #2 on: June 22, 2015, 02:13:28 am »
my friend no changes was made !!!

today many users upload images on their listings and was very well!!

but before 5 hours the problem started!! and nowone make any changes on the code or somewhere else!!

do you know how we can fix that? or what cause that?

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #3 on: June 22, 2015, 02:17:30 am »
Strange that happens without changes.
Sorry, i don't know what can couse that

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #4 on: June 22, 2015, 02:21:27 am »
my friend in which file can i check for this code? img src="http://universpiti.gr/OC-CONTENT/UPLOADS/ONE MORE FOLDER(0,1,2)......

??????

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #5 on: June 22, 2015, 02:45:39 am »
The resource url is given by a function
you can check here https://doc.osclass.org/HItems.php#Helpers_for_resources

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #6 on: June 22, 2015, 02:57:27 am »
do you know witch one is it ?

Aficionado

  • Guest
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #7 on: June 22, 2015, 03:37:13 am »
You must HAVE changed something. Only You know what. Some file, Permalinks, htaccess.

Since this url of the image is not the standard one. Cloudflare makes it even harder to find the problem.

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #8 on: June 22, 2015, 03:45:35 am »
my friend i am telling you that no one make any changes on files of the site!!

i try before some minutes to edit a listing from a listing that was added before some days. and in this listings when i add extra photos, the website its accepting them!! but in the new listings when i upload an image its acepted but after you press submit listing the image its not uploaded on the server and not in the site too!

Aficionado

  • Guest
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #9 on: June 22, 2015, 04:01:42 am »
s when i upload an image its acepted but after you press submit listing the image its not uploaded on the server and not in the site too!

But you said:

Quote
WHEN I CHECN ON THE FTP I CAN FIND THE IMAGES UPLOTED THERE!

In any case enable debug in Osclass and/or check your hosting logs for errors.

How much memory are you allowing for your website ?

Wild guess but try to put this in your oc-config.php

Code: [Select]
define('OSC_MEMORY_LIMIT', '128M') ;

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #10 on: June 22, 2015, 04:06:31 am »
how can i enable the debug in my osclass?


alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #12 on: June 23, 2015, 08:15:34 pm »
please anybody know the reason of that problem that i have?

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #13 on: June 23, 2015, 08:42:20 pm »
I do.... see attached image, you got http 500 problems, talk either to your hoster or start thinking of the changes you had since this started.

Another thing, the thumbs extension seems to be missing as well however some files including the extension are also throwing you a 500 error so there's something fishy with either the upload process or your server.

Quote
Fixing 500 errors - general

This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error.


Regards,
Eric
« Last Edit: June 23, 2015, 08:51:22 pm by SmaRTeY »

alexandrosglyky@gmail.com

  • Newbie
  • *
  • Posts: 25
Re: SOS PROBLEM (UPLOADED IMAGES NOT SHOWING)
« Reply #14 on: June 23, 2015, 09:29:14 pm »
MY FRIEND IF I EDIT AN EXISTING LISTING AND UPLOAD AN IMAGE THERE ITS NOT A PROBLEM!!!

WHY I HAVE A PROBLEM ONLY ON THE NEW LISTINGS UPLOADING IMAGES?

I CREATE A COPY OF THE SITE HERE http://universpiti.gr/test/ BUT WITH A NEW DATABASE AND THERE EVERYTHINK ITS WORKING WELL!!!

WHAT IS THE PROBLEM?