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 #2876 by Petra1952
Replied by Petra1952 on topic system shows no images (photos) ad 2 times
Hello Thomas,

GREAT ! Will send you a pm in a minut.
Petra.
The following user(s) said Thank You: adarr
More
11 years 3 months ago #2878 by Joomlamerica
Replied by Joomlamerica on topic system shows no images (photos) ad 2 times
Just checking to see that you got it. I sent you the login through the forum PM because I didn't have your e-mail address.
The following user(s) said Thank You: adarr
More
11 years 3 months ago #2883 by tompap
Replied by tompap on topic system shows no images (photos) ad 2 times
please use "webmaster @ joomprod .com" don't forget a link to this thread
The following user(s) said Thank You: adarr
More
11 years 3 months ago #2915 by tompap
Replied by tompap on topic system shows no images (photos) ad 2 times
For people with thumbnail previous issue. Do you have admin tools installed. I noticed that with latest admin tools, there is a security feature that prevent any path with "tmp" inside to be loading (403 HTTP error ?)
The following user(s) said Thank You: adarr
More
11 years 3 months ago - 11 years 3 months ago #2916 by tompap
Replied by tompap on topic system shows no images (photos) ad 2 times
I found the error !

The error is linked to PHP + Windows environnment and my usage of uniqid.

So you should replace
$tmpfile = date("Ymd")."-".uniqid();
$thumb_tmpfile = date("Ymd")."-".uniqid();
$medium_tmpfile = date("Ymd")."-".uniqid();

by

$tmpfile = sha1(microtime(true).mt_rand(10000,90000));
$thumb_tmpfile = sha1(microtime(true).mt_rand(10000,90000));
$medium_tmpfile = sha1(microtime(true).mt_rand(10000,90000));

in administrator/com_adsmanager/tables/contents.php
Last edit: 11 years 3 months ago by tompap.
The following user(s) said Thank You: Petra1952, adarr
More
11 years 3 months ago #2941 by Petra1952
Replied by Petra1952 on topic system shows no images (photos) ad 2 times
Yesssss ! Thank you so much, it is working great now !
The following user(s) said Thank You: adarr
Moderators: perry
Time to create page: 0.154 seconds
Powered by Kunena Forum