Page 1 of 1

30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:09 pm
by tmeyer45458
I'm offering $30 becuase I need this fixed and fast.

I have recently moved my site and cannot get the cataloger module to show images.  Instead it shows the text link associated with the item twice. 

View example HERE.

I have uninstalled and reinstalled the mod twice.  I think I've done everything with the exception of deleting all of the pages and starting from scratch.

I need some help please!

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:23 pm
by Nullig
Have you checked the paths in your config.php, especially the ones relating to images?

Also, I get the following error on your site:

string(59) "Smarty error: unable to read resource: "content:content_en""

What exactly is in the code for that page?

Nullig

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:29 pm
by tmeyer45458
about the error...I was in the process of installing and uninstalling.  Concerning the images paths in the config file...I have checked.  When I moved the site I had to make all of those changes.

Below are the image settings for the config file:

#--------------
#Image Settings
#--------------

#Which program should be used for handling thumbnails in the image manager.
#See http://wiki.cmsmadesimple.org/index.php ... ge_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/home/nada/public_html/uploads/images';
$config['image_uploads_url'] = 'http://timetoplayinc.com/uploads/images';




Still looking for a solution...Thanks for the reply and if anyone knows how to fix the I would be happy to send some cash your way.

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:38 pm
by tmeyer45458
additionally...I attempted to add a new  item and upload a corresponding image...that didn't work either.  Only showing that there is an issue with the how the images point back to the page and not (hopefully) and error relating to me moving the site from one server to another.

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:50 pm
by cyberman
Have you tried to run install procedure once again (without writing database)?

Don't forget to create a db backup before ...

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 3:54 pm
by tmeyer45458
i'm assuming you mean run the entire cmsms install...not just the cataloger mod?

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 4:35 pm
by cyberman
tmeyer45458 wrote: i'm assuming you mean run the entire cmsms install...
Yep.

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Fri Mar 23, 2007 7:25 pm
by carasmo
Please tell us what you did to fix this.

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Mon Mar 26, 2007 5:00 am
by cyberman
carasmo wrote: Please tell us what you did to fix this.
cyberman wrote: Have you tried to run install procedure once again (without writing database)?
It helped ...

Re: 30 bucks paypal - I need someone familiar with the cataloger mod

Posted: Mon Mar 26, 2007 10:54 am
by kermit
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

are you sure this path is correct for your new host? it can vary from server to server. for instance, on my servers, it's /usr/bin/convert/

to check.. upload a new image using the admin image manager and see if cmsms creates a thumbnail for it or not.