Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / [RESOLVED] system shows no images (photos) ad

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

[RESOLVED] system shows no images (photos) ad

More
11 years 3 months ago #2965 by tompap
Replied by tompap on topic system shows no images (photos) ad 2 times
For another user with the same kind of errors. It was due to system configuration and other plugins.
A "plugin" or "system task" was cleaning tmp directory between each request. The temporary image in /tmp was erased before assigned to the image

to resolve this in
administrator/componets/com_adsmanager/tables/contents.php
change $targetDir to :
$targetDir = JPATH_ROOT.'/images/com_adsmanager/ads/tmp/';

And in
components/com_adsmanager/controller.php, upload function
$targetDir = JPATH_BASE.'/images/com_adsmanager/ads/tmp/';
The following user(s) said Thank You: Joomlamerica, adarr
More
11 years 3 months ago #2986 by Joomlamerica
Replied by Joomlamerica on topic system shows no images (photos) ad 2 times
I turned off the cache cleaner plugin and the image upload worked, but the thumbnail did not display in the admin area when it was uploaded. The image DID display on the front side of the site, however, which is great. But my concern is that this is maybe not the ideal fix. What happens with the next adsmanager upgrade? Will I have to keep replacing that file every time? And if ad images are being cached or stored in another directory outside the images directory, won't that eventually get filled with useless images?
The following user(s) said Thank You: adarr
More
11 years 3 months ago #2987 by Joomlamerica
Replied by Joomlamerica on topic system shows no images (photos) ad 2 times
I did the file changes as directed, and now when I save the ad I get a white screen. Nothing happens.
The following user(s) said Thank You: adarr
More
11 years 3 months ago #2989 by tompap
Replied by tompap on topic system shows no images (photos) ad 2 times
white screen = php error, please set error_reporting to maximum in joomla configuration. Then require check the PHP error
The following user(s) said Thank You: adarr
Moderators: perry
Time to create page: 0.125 seconds
Powered by Kunena Forum