Search found 410 matches

Search found 410 matches

Admin logout/session end

I'm registering admin activity, I see how I can log the time if someone logs out, but how can I register the time when the session ends/browser closes or something?

Jump to post
  • Sat Nov 11, 2023 12:34 am
  • Replies 1
  • Views 183
Re: cloudflare

@JNeuhoff , that's interesting you say that. Like Paul, everyone seems to swear by cloudflare, you are the first I've seen go against the flow. I thought also with all their servers picking up on where the person is and serving the closest server would especially help. So when you say find a good ho...

Jump to post
  • Thu Nov 09, 2023 2:33 pm
  • Replies 5
  • Views 347
Re: cors issue with site

@softmonke Yes, that's where I checked as well to see that there are two access control set. one for "a*" and the other for "*". @paul I know, this is the first time I've done this. But I'm sooo used to them telling me it is a developer issue and having to restart a chat multiple...

Jump to post
  • Thu Nov 09, 2023 2:30 pm
  • Replies 4
  • Views 270
cors issue with site

I'm having a cors issue and my host can't seem to figure it out, and I'm hoping someone can point me in the right direction. I was literally on 3 separate chats at the same time for over an hour and they can't figure it out. I have a problem with access control. I'm getting an error as if a value is...

Jump to post
  • Wed Nov 08, 2023 2:22 pm
  • Replies 4
  • Views 270
cloudflare

Anyone using cloudflare's free plan to serve their images? How is it? Also, how exactly would I go about hosting the images on cloudflare?

Jump to post
  • Wed Nov 08, 2023 2:58 am
  • Replies 5
  • Views 347
Re: odd image resize issue

Just figured out how to get what I need. Changed the javascript function to: $(document).ready(function() { $('.thumbnails').magnificPopup({ type:'image', delegate: 'a', gallery: { enabled: true }, image: { verticalFit: false } }); }); but my mind is still stuck on the echo/print issue lol. ???

Jump to post
  • Thu Nov 02, 2023 12:19 am
  • Replies 11
  • Views 511
Re: odd image resize issue

Here's what I found and I'm stuck as to how to fix it. First off: Same issue happens when I put a unique variable. No errors in the developer console. I don't know what you mean by "inspected where the URL should be". What I found: The problem seems to be this javascript that's handling th...

Jump to post
  • Wed Nov 01, 2023 11:51 pm
  • Replies 11
  • Views 511
Re: odd image resize issue

The cache file is created when the print/echo is not put in even though it is not being displayed.
The url of the image is the one that should be showing but isn't.
No errors in the php server log.

Jump to post
  • Wed Nov 01, 2023 1:34 am
  • Replies 11
  • Views 511
Re: odd image resize issue

That "bundle" was a typo.

It is the same content with or without print/echo. The image name with the size attached to it.

Code: Select all

https://website.com/image/cache/catalog/product/imagename-1500x1500.jpg
Which is the new size it should be but not resizing to unless the print/echo is there.

Jump to post
  • Tue Oct 31, 2023 1:03 am
  • Replies 11
  • Views 511
Re: odd image resize issue

thanks, logging shows the size value. But that function doesn't even matter, because even when I put the size value directly in: $data['bundle']['popup'] = $this->model_tool_image->resize($data['main']['image'], 2000, 2000); it still wont work without the print_r or echo being placed before or after...

Jump to post
  • Mon Oct 30, 2023 11:01 pm
  • Replies 11
  • Views 511
odd image resize issue

I have a popup function going that isn't really working properly. I have to put a print_r("whatever"); before or after the function for the image to resize ex: this wont work by itself. It just shows the image at the default set size. $data['main']['popup'] = $this->model_tool_image->resiz...

Jump to post
  • Mon Oct 30, 2023 5:15 am
  • Replies 11
  • Views 511
Re: Admin product list limit

It was annoying the hell out of me that I couldn't find this mod, and once I saw it I really wanted it, so I went ahead and made one for myself. I'm sure there is a more elegant way to do this, so someone feel free to make the code cleaner/more efficient and repost. Put this somewhere in admin\view\...

Jump to post
  • Sat Oct 28, 2023 12:53 am
  • Replies 5
  • Views 597
Re: Too many keys specified; max 64 keys allowed

OK, so I assume to fix this I should 1/ go into that table and delete all the excess indexes, and 2/ delete that part of the code? If that isn't what I should have done, let me know so I can restore what I deleted. Thanks.

Jump to post
  • Mon Oct 23, 2023 9:46 pm
  • Replies 8
  • Views 602
Re: Too many keys specified; max 64 keys allowed

I'm using ADV Profit Module v4.9 and a product import module. The ADV Profit Module v4.9 only updates its tables when creating a product the "normal way". So this causes an issue with the admin product list after importing new items since it has columns in the list related to cost and such...

Jump to post
  • Mon Oct 23, 2023 5:52 am
  • Replies 8
  • Views 602
Re: Too many keys specified; max 64 keys allowed

Meaning it's something for the server host to dive into and fix....even though, seemingly, it is only happening with one particular function----so far?

Jump to post
  • Sun Oct 22, 2023 9:08 pm
  • Replies 8
  • Views 602
[SOLVED] Too many keys specified; max 64 keys allowed

I modified a mod. It's been working fine for months, but all of a sudden I started getting this 500 error stating "Too many keys specified; max 64 keys allowed" First time I'm getting this and I don't understand why or how to go about fixing it. I'm not adding 64 things (as far as I know)....

Jump to post
  • Sun Oct 22, 2023 12:34 pm
  • Replies 8
  • Views 602
Re: Admin product list limit

I actually did that a long time ago and have it set to a decent amount. I was specifically looking for this capability because sometimes I'm in the listview and I'd like to expand to all or half the products to scan and check something quickly. I guess I'll just keep an eye out to come across it aga...

Jump to post
  • Wed Oct 18, 2023 9:56 am
  • Replies 5
  • Views 597
Re: Admin product list limit

Yeah I know about that thanks. But I specifically want this mod/feature.

Jump to post
  • Fri Oct 13, 2023 1:10 am
  • Replies 5
  • Views 597
[SOLVED] Admin product list limit

I saw an ocmod that allowed you to limit the amount of products on the admin catalogue page to whatever amount. I went back but can't find it and I don't remember the search string I was using when I saw it. Has anybody come across a mod like this whether it is dedicated or part of a larger mod?

Jump to post
  • Thu Oct 12, 2023 11:01 am
  • Replies 5
  • Views 597

Search found 410 matches