Serious problems regarding uploaded files

Tagged:  

Hello. I'm a new ProjectPier user and have been successfully testing it on my local WAMP server. But problems arose when I uploaded and installed it on my web server.

I'm experiencing the following problems:

1. When I download any uploaded image, it says "Invalid Image" when I preview it.

2. When I click on "Files" under any project I get the following error:
Error
We are sorry, but ProjectPier is not currently able to execute your request. An Error Report has been sent to the administrator.

I have already added a few clients who are relying on the project pier service, but unfortunately they can't view any uploaded files.

I am in need of urgent help right and any kind of assistance will be greatly appreciated.

Thanks!

Try increasing php's memory limit in php.ini. Also, can you enable debug to see if anything strange is coming up

open config/config.php

find define('DEBUG', false);

replace with define('DEBUG', true);

Hey..thanks for the reply. I'm still having problems.
I fixed the error message by figuring things out after setting Debug to true, but the invalid image problem still persists.

For testing, I've uploaded a jpg file and downloaded it, all through project pier and it still says "Invalid Image"

I then downloaded the image 85ed0aaa01984bc00cd34e926 from uploads using my cpanel and changed the extension to .jpg and it was perfectly fine. This suggests that the images are uploaded successfully but somehow isn't working once they're downloaded through project pier.

How exactly do I increase my php's memory limit in php.ini? I dont think I have access to that file.

Please help!