Page 1 of 1

urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Fri Oct 24, 2008 2:53 pm
by azeemgujjar
i am trying my best to focus the error in code but i still did't find :banghead:

i attached the source which i found from
http://www.php-mysql-tutorial.com/image-gallery/

i use this config
// we save the album image here
define('ALBUM_IMG_DIR', '../images/album/');
// all images inside an album are stored here
define('GALLERY_IMG_DIR', '../images/gallery/');

it is saving thumbs correctly but i can't view the images thumbs in admin or user section the missing image crossed icon is displaying...
please help me to trace to bug :banghead:

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Fri Oct 24, 2008 2:58 pm
by alex.barylski
:banghead: :banghead: :banghead:

Harder...harder...the answer will come to you shortly. :P

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Sat Oct 25, 2008 12:06 am
by azeemgujjar
plzzzzz somebody help me

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Sat Oct 25, 2008 5:37 am
by azeemgujjar
this is really strange the gurus of php is also failed to solve this problem...
i am shocked...

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Sat Oct 25, 2008 6:23 am
by yoji
Why don't you do this... View the source of the page which shows the images are missing... Not the php code but the HTML. Check the location of the images there. It might give you the clue. As far as attachment is concerned sorry but the project is quite big...

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Sat Oct 25, 2008 6:42 am
by azeemgujjar
hello friend, i already tried my best but i didn't find, i think is with viewimage.php but not sure...
i am not expert, that's why i am discussing this problem to you experts.
please help me

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Sat Oct 25, 2008 2:05 pm
by JAB Creations
99% of problems I encounter involve an error message.

Additionally your approach here in the forums to resolving the problem is as wrong as can be.

Allow me to reduce your ignorance on the subject...

1.) Your title screams noob who just wants a fast answer without the intention of learning.

2.) DevNetwork on average produces most of the fastest responses.

3.) If (as I have learned) I make the effort to detail everything I can about a specific problem I generally get a helpful reply.

4.) If your issue is urgent expect to pay someone for their time. This is a free forum and no one is remotely interested in solving everyone's problems for free.

5.) I don't typically answer threads like this for good reason. Once your post count goes up though much more importantly once your post threads with specific problems detailing what you have attempted with quoted code then you'll be much more likely to receive helpful responses. Additionally many threads find answers without the need for the gurus though the gurus do a pretty dam good job helping people out I must add.

You may want to consider emulating more successful threads to determine the formula which is highly likely to produce helpful responses.

PS I am not subscribed to this thread.

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Mon Oct 27, 2008 1:38 am
by azeemgujjar
strange finally no one knows the solution

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Mon Oct 27, 2008 4:03 am
by papa
Change your attitude a little bit and you might get help.

Your admin and user section, try play around with the src= tag of the images you want to display in those documents...

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Thu Oct 30, 2008 1:12 pm
by jarnail
All know that it is not big problem but need code to resolve.

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Thu Oct 30, 2008 10:05 pm
by kernelgrl
like somebody else said, its big, so ill check on this tomorrow night, and see what I can find, but most of the times, its simply the image extension or a stupid missing comma or dot! you might check that also since you wrote all that, ill get back to you tomorrow!

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Fri Oct 31, 2008 12:52 am
by novice4eva
in library/config.php although you have said using

Code: Select all

 
define('ALBUM_IMG_DIR', '../images/album/');
// all images inside an album are stored here
define('GALLERY_IMG_DIR', '../images/gallery/');
 
there was

Code: Select all

 
define('ALBUM_IMG_DIR', 'C:/webroot/gallery/images/album/');
// all images inside an album are stored here
define('GALLERY_IMG_DIR', 'C:/webroot/gallery/images/gallery/'); 
 
using this gave me the correct output in my local comp

Code: Select all

 
define('ALBUM_IMG_DIR', '../image-gallery/images/album/');
// all images inside an album are stored here
define('GALLERY_IMG_DIR', '../image-gallery/images/images/gallery/'); 
 

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Fri Oct 31, 2008 10:43 am
by pickle
Many of the gurus are probably skipping this thread:
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.

Re: urgent plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Posted: Fri Oct 31, 2008 11:08 am
by panic!
azeemgujjar wrote:this is really strange the gurus of php is also failed to solve this problem...
i am shocked...

OH NO MY ABILITY HAS BEEN QUESTIONED!?! I MUST PROVE MYSELF 2U PLZ