Forum Replies Created

Viewing 15 replies - 31 through 45 (of 63 total)
  • Thread Starter Jack All

    (@jack-all)

    Hi no3x,

    Thanks for your quick answer. The only thing showing in that column when an attachment was uploaded, is “x”, not the name.
    If no attachment is uploaded at all, there’s no x and the column is empty.

    For now I’m able to see if there was an attachment or not, and that’s enough for me.

    Thanks again, regards,

    Jack.

    Zet mbv ftp in wp-config.php de debug mode op False.
    Je ziet de error dan niet meer, maar hij wordt onderwater nog wel gegenereerd.

    Als het goed is kan je dan weer inloggen.

    Daarna moet je uitzoeken welke code deze widget functie aanroept en daardoor de fout genereert. Deze zal moeten worden aangepast door de auteur van de plugin, widget of het thema.

    De oplossing is om
    $this->WP_Widget(a,b,c)
    te vervangen voor
    parent::__construct(a,b,c)

    Thread Starter Jack All

    (@jack-all)

    I’ve fixed it! Today I uploaded new images to the products featured images and it worked. So it was not caused by your wonderful plugin!

    Kind Regards,
    Jack.

    Hi,

    Have just sent you an email,

    Regards,
    Jack

    I Had the same problem. Solution is to go to the Admin Bar – Performance – Empty Modules – Empty Page Cache. That should work.
    If it doesn’t there could be a problem with W3 Total Cache not being able to flush it’s cache because of an error in your file system. Check the cache folders for errors and ownership in your wp-content/cache/page-enhanced folder using your hosting providers file manager, e.g. DirectAdmin.

    In my case the error was caused by Nextgen gallery which added an exclamation mark (!) to one of my folders, and causing W3 Total cache to fail when flushing the cache folders (without an error), so it could not refresh it’s content, and as a result old cached pages were being served to the visitors.

    Thread Starter Jack All

    (@jack-all)

    Got it to work finally ??

    The functionality of how to add an IP-addresses with the button next to the input field is somewhat confusing:
    Adding a second IP-address requires you to enter the IP-address in the field and hitting “Save changes”, instead of hitting button “Add Current Address”. I thought adding current address was meant for the current address which I just entered in the input field.

    Using button “Add Current Address” will add the address of the current admin only. Very nice feature, but a bit confusing.

    Is it an idea to add an extra button for adding another ip-address that has the same function as “Save Changes”?

    Glad to be of help, let me know if you need further assistance.

    Cheers!
    Jack.

    rewrite your mysql statements from mysql_ to $wpdb

    No, plugin is working. It’s the digit in his (sub-)domain name that’s causing this: linuxzone53.grserver.gr

    Turn of debugging!
    In wp-config.php search for the line
    define('WP_DEBUG', true);
    and set it to
    define('WP_DEBUG', false);

    Cheers!
    Jack

    This is most probably because you have a digit in your domain name or url.
    Also when developing locally, change 127.0.0.1 to localhost in your url.

    This is a known bug for years and needs to be changed.

    See other posts for examples.

    Cheers!

    Thread Starter Jack All

    (@jack-all)

    Sure, please use the contact form on this website and let me know your email address and what version you are using. I’ll contact you for the necessary changes.
    My code is heavily customized so probably won’t work on your site.

    Graag gedaan ??

    Thread Starter Jack All

    (@jack-all)

    Counter stopped workin when my hosting provider updated to PHP version 5.5.
    Seems like mysql_query() and most other mysql_*() database functions are not valid anymore in PHP 5.5 and higher.

    I had to rewrite all mysql_* statements to $wpdb-> statements. Took me a whole day to get it to work again …

    Please remove this plugin from the lists… please?

    https://www.inbraken-essen.be

    Thread Starter Jack All

    (@jack-all)

    The galleries contain about 75 pictures per article, size about 80~100k, pixelsize max 800 height or width.
    The ngg automatically resize option is switched off.

    There are errors in the log. Multiple lines show the following error for every uploaded image, occurring every 2~5 seconds:
    [Fri Sep 05 09:34:21 2014] [error] [client x.x.x.x] Attempted to upload image/jpeg., referer: https://www.mydomain.be/wp-admin/admin.php?page=ngg_addgallery
    The hosting provider states that their logs show lines proving the overload:

    Srv	PID	Acc	M	CPU	SS	Req	Conn	Child	Slot	Client	VHost	Request
    3-161	24741	12/26/22698	W	11.13	5	0	233.2	0.72	361.37	84.198.215.77	www.mydomain.be	GET /nextgen-image/2539/120x90x100/crop/5f98c65771988c6c706dfc6
    4-161	24677	10/29/21969	W	11.45	2	0	54.2	0.19	336.32	84.198.215.77	www.mydomain.be	GET /nextgen-image/2551/120x90x100/crop/86a9bbf2ceb864c2d183800
    5-161	-	0/0/21766	.	2.99	16	1761	0.0	0.00	341.10	212.187.120.82	localhost	NULL

    etc…

    They refuse to help me any further with this issue.

    I’m sure it is not a client side issue. The homepage shows about 12 thumbnails in the random gallery widget and no other galleries are present on the hompage.
    Site runs WP3.9.2 with X-theme and W3TotalCache.

    Thread Starter Jack All

    (@jack-all)

    Thanks for your quick response Cais.
    Below are the setting in Dutch (I suppose you can mp it to English):

    Besturingssysteem : Linux (32 Bit)
    Server : Apache/2
    Geheugen gebruik : 52.15 MByte
    MYSQL Versie : 5.1.72
    SQL Modus : Niet ingesteld
    PHP Versie : 5.3.27
    PHP Safe Mode : Uit
    PHP Allow URL fopen : Aan
    PHP Geheugen Limiet : 256
    PHP Max Upload Grootte : 20M
    PHP Max Bericht Grootte : 20M
    PCRE Backtracking Limiet : 4194304
    PHP Max Script Uitvoertijd : 300s
    PHP Exif ondersteuning : Ja ( V1.4 )
    PHP IPTC ondersteuning : Ja
    PHP XML ondersteuning : Ja
    Grafische Bibliotheek

    GD Version : bundled (2.1.0 compatible)
    FreeType Support : Ja
    FreeType Linkage : with freetype
    T1Lib Support : Nee
    GIF Read Support : Ja
    GIF Create Support : Ja
    JPEG Support : Ja
    PNG Support : Ja
    WBMP Support : Ja
    XPM Support : Nee
    XBM Support : Ja
    JIS-mapped Japanese Font Support : Nee

Viewing 15 replies - 31 through 45 (of 63 total)