Page 1 of 1

Cataloger Module

Posted: Fri Jan 11, 2008 3:44 am
by glennies
Hello All,

I have looked for hours for a solution on the forums but I couldnt find anything, hope anyone can help out here  :)

I am running cmsmadesimple v1.0.2 and I had the cataloger module version 0.5.3 installed during the construction of our site.

Here is our URL : http://www.ie-solutions.com.au

Here is the site page in question : http://www.ie-solutions.com.au/index.php?page=portfolio

Everything was working fine until recently where we had to add a couple of new images to our portfolio. When I add a new page using the cataloger and I upload a JPG image, for some weird reason it wont show the image on the site. No changes have been made to the cms and I followed the same process I used when I added images before. Now all i get is "No Image Uploaded" on the page.

I have checked the permissions via ftp and everything seems fine, has anyone experienced this before?

Any suggestions or solutions would be very much appreciated.

Thank you kindly,

Glenn

Re: Cataloger Module

Posted: Fri Jan 11, 2008 6:58 pm
by Pierre M.
Hello Glenn,

CMSms 1.0.2 is way too old. You may like bug fixes, but security fixes are mandatory.
You should upgrade to latest official stable version, then see if your issue remains.

Pierre M.

Re: Cataloger Module

Posted: Mon Jan 14, 2008 3:15 am
by glennies
Thank you for your advice Pierre much appreciated.

Considering that i am not a developer, is upgrading to a newer version an easy process?

Are there any instructions available to guide a newbie like myself?

Thanks for any suggestions or help.

Glenn

Re: Cataloger Module

Posted: Mon Jan 14, 2008 5:55 am
by nivekiam

Re: Cataloger Module

Posted: Thu Jan 31, 2008 12:26 pm
by glennies
Hi All,

Back again with the same cataloger issue (read above messages). I upgraded the cms to the latest version as suggested, and installed the latest version of the cataloger module and I still have problems uploading and displaying images.

Any assistance will be very much appreciated.

Thank you,

Glenn
glennies wrote: Hello All,

I have looked for hours for a solution on the forums but I couldnt find anything, hope anyone can help out here  :)

I am running cmsmadesimple v1.0.2 and I had the cataloger module version 0.5.3 installed during the construction of our site.

Here is our URL : http://www.ie-solutions.com.au

Here is the site page in question : http://www.ie-solutions.com.au/index.php?page=portfolio

Everything was working fine until recently where we had to add a couple of new images to our portfolio. When I add a new page using the cataloger and I upload a JPG image, for some weird reason it wont show the image on the site. No changes have been made to the cms and I followed the same process I used when I added images before. Now all i get is "No Image Uploaded" on the page.

I have checked the permissions via ftp and everything seems fine, has anyone experienced this before?

Any suggestions or solutions would be very much appreciated.

Thank you kindly,

Glenn

Re: Cataloger Module

Posted: Thu Jan 31, 2008 2:12 pm
by nivekiam
Can you post a link to a phpinfo page?

Re: Cataloger Module

Posted: Thu Jan 31, 2008 7:14 pm
by DaveW
Delete your browser cache.

Re: Cataloger Module

Posted: Mon Feb 04, 2008 7:25 am
by glennies
How do i link to the phpinfo page?

I have cleared my IE browser cache and the images still wont upload via FTP program. Does this really make a difference?


Glenn

Re: Cataloger Module

Posted: Mon Feb 04, 2008 4:38 pm
by alinome.net
glennies wrote: How do i link to the phpinfo page?
phpinfo() is a PHP function that shows a lot of information about your web server, your PHP, their configuration  and more.

Just do this:

1) Create a User Defined tag called e.g. {phpinfo} with only this simple line:

Code: Select all

phpinfo();
2) Now put the User Defined Tag {phpinfo} in a temporal useless page of your site (maybe create one new page for this).

3) Post the link to that page, so people can examine the phpinfo listings to get a clue about your problem.

4) When the problem is solved, delete that page.

Good luck

Re: Cataloger Module

Posted: Mon Feb 04, 2008 4:39 pm
by nivekiam
To link to phpinfo, create a text file (use NotePad), name it phpinfo.php

Put this into the file:


Upload that to your site and post a link here.

I'm thinking there might be something up with either your server's PHP or GD configuration.  When I try to access the missing image directly I get this error message:

Fatal error: Call to undefined function: imagecreate() in /path/to/your/account/html/lib/filemanager/ImageManager/Classes/GD.php on line 353

Re: Cataloger Module

Posted: Wed Feb 06, 2008 5:49 am
by glennies
hello all,

Im overwhelmed by the amount of people willing to assist, thanks to all.

Here is the php info link and thanks for the quick tutes.

http://www.ie-solutions.com.au/phpinfo.php

I hope this helps.

Thanks again,

Glenn