Fuzquia
Forum Replies Created
-
Just to add:
The bucket ‘is’ there and plug transfers files to s3 no problem. Just do not display on website once transfered.
asssu-errorlog hopefully helps:
endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket location endpoint could not be found
no buckets found
selected bucket not found
bucket locationI have same problem. Images go to s3 ok but dissapear from view on my website.
no support on this plug i presume?
Very quick fix! Well done and thank you for great support. Wish all plugs were like this!
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundThank you for all your help Frank, your offline help is also appreciated. first class support thank you.
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundis there a way to modify the code so that I can change the number of images shown per page? the admin settings do not change a live contest.
I think if I could just change this, then all images would simply show on page 1, removing my 404 error for additional pages. then I can upgrade the plug before starting next months competition.
is this a possible solution?
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundI have just had a look at another website running the same version of this photo contest. The code you are advising me to change is the exact same in this other 2nd site. The 2nd site does not have the 404 error.
So I am thinking changing this code as you describe is not the problem/solution.
I think it may be a bug related to creating a photo contest with the same url? i.e. last month I created ‘/photo-contest’. When this finished I had to delete the contest and create a new one. So I re-created a new ‘photo-contest’. However it automatically created ‘/photo-contest-2’.
The 2nd site I talk about is identical right down to the theme & version of your plug used. But it has not had a 2nd contest created as yet. It is still running the same original contest. It does not have the same 404 problem, the 2nd page of images are displayed with no problem.
Do you think this ‘/photo-contest-2’ url may have something to do with it?
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundok I have changed code as per last post and still get 404 error
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundsorry forgot to say it was version 1.5.4 I am using, thank you
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundok I managed to find this line of code:
$scrolling = $this->get_page_scrolling($post_id, $number_of_photos, $p, $number_of_pages,’recent’,’refresh’);
as above in ‘wp-photocontest.class.php’. So I changed it to:
$scrolling = $this->get_page_scrolling($post_id, $number_of_photos, $p, $number_of_pages,’recent’,’refresh’);
however ‘wp-photocontest.class.php’ does not have 412 lines. could you advise where to add:
elseif ($base_url == ‘refresh’)
{
$base_url = ‘wp-content/plugins/wp-photocontest/view.php?post_id=’.$post_id.’&order=’.$order;
}adding it to the end of ‘wp-photocontest.class.php’ takes my whole site offline. thank you.
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] page 2 not foundHi frekel, I understand you may not have answered my post as my problem is fixed in the next version. But as with clarice393 I have a competition running already.
Could you advise if there is a fix I could apply just now until my current contest ends? I have many entries but people can only view/vote on the first 9.