Title: NettSite's Replies | WordPress.org

---

# NettSite

  [  ](https://wordpress.org/support/users/nettsite/)

 *   [Profile](https://wordpress.org/support/users/nettsite/)
 *   [Topics Started](https://wordpress.org/support/users/nettsite/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nettsite/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nettsite/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nettsite/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nettsite/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nettsite/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/nettsite/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nettsite/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nettsite/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] Same word, different translations](https://wordpress.org/support/topic/same-word-different-translations/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/same-word-different-translations/#post-18110720)
 * Ok, worked it out, I had to make the whole line into a single block:
 *     ```wp-block-code
       <strong>TLHOKOMEDIŠO:</strong> Ye <strong>GA SE</strong> tshepedišo ya dikgetho. Maloko a setšhaba a <strong>KA SE</strong> kgethe Bahlokomedi ba Setšhaba.
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Linker - URL shortener & track outbound link clicks] Security Vulnerabilities](https://wordpress.org/support/topic/security-vulnerabilities-12/)
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/security-vulnerabilities-12/#post-17180234)
 * Hi Nika,
 * What did you use to do that analysis?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Error Log Monitor] ELM using wrong log file path](https://wordpress.org/support/topic/elm-using-wrong-log-file-path/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/elm-using-wrong-log-file-path/#post-11841585)
 * Hi Janis,
 * Thank you, it was me being dumb – I didn’t change the path in NetBeans, so when
   I saved changes to wp-config.php NetBeans silently recreated the old path structure,
   and saved the file there.
 * So, I was editing one file, and using another.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[MailPoet - Newsletters, Email Marketing, and Automation] Promised “Free Plan for < 1000 Subs" not delivered](https://wordpress.org/support/topic/promised-free-plan-for-1000-subs-not-delivered/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/promised-free-plan-for-1000-subs-not-delivered/#post-11838068)
 * I have edited my review, sorry for the confusion, all my fault.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel] absolute rubbish complete con](https://wordpress.org/support/topic/absolute-rubbish-complete-con/)
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/absolute-rubbish-complete-con/#post-11235274)
 * I have purchased the pro version and the WooCommerce plugin, worth every cent.
   I don’t even want to try and work out how many hours they have saved me.
 * However, if you can develop your own import plugin for less than $350 worth of
   your time, you should go for it and market it in competition.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Pagination in wp-admin for CPT](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/#post-9499283)
 * Thank you for your help – I have found the offending function. Xenos pointed 
   me in the right direction.
 * The plugin is meant to manage about 400,000 case files and provide a fast search.
   In order to manage the search on the front-end of the site, I need to manipulate
   the number of results found for any given search, so I added a filter at “found_posts”
   to do that, and that was breaking the pagination on the backend.
 * I added “if(is_admin()) return;” to that function and everything is hunky dory.
 * If you are interested in seeing a fast search in action, look for “dismissal”
   or something on [http://dev.caselaw.co.za/search-page/](http://dev.caselaw.co.za/search-page/)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Pagination in wp-admin for CPT](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/#post-9498770)
 * Hi,
 * Thanks. I have tried the theme/plugin thing and it doesn’t solve my issue – my
   CPT is registered by a plugin I wrote, so I must be doing something dumb.
 * I found yesterday that the standard posts page behaves the same way, and works
   properly if I deactivate my plugin. Pages page works properly with my plugin 
   activated.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Pagination in wp-admin for CPT](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/#post-9494423)
 * Hi, no, not a blank screen – the page looks normal except that there is no pagination
   bit at the top and bottom of the list of posts. Sorry, I may not have been totally
   clear.
 * It is a dev site, so debug is on and errors are being logged, but no errors come
   up while loading the page.
    -  This reply was modified 8 years, 9 months ago by [NettSite](https://wordpress.org/support/users/nettsite/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Pagination in wp-admin for CPT](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pagination-in-wp-admin-for-cpt/#post-9488843)
 * Hi Xenos,
 * Thanks for looking.
 * I checked the console as you suggested, and no errors are being displayed. For
   good measure, I tried Firefox (I normally use Chrome) and that produced the same
   result.
 * I must be doing something wrong in my plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudinary - Deliver Images and Videos at Scale] PHP Notice with debug on](https://wordpress.org/support/topic/php-notice-with-debug-on/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/php-notice-with-debug-on/#post-9283496)
 * PHP version **7.1.6**
    WordPress version **4.8–en_ZA** Cloudinary plugin **version
   1.1.5** Parameters/configuration passed to cloudinary: **cloudinary://255134685721656:
   okiev3O6zThrxcS-RBPdUjXm9wY@hometally** Full error message/stack trace:
 * > Notice: Undefined index: full in /home/bookingsdirect/public_html/wp-content/
   > plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/cloudinary.
   > php on line 296
 * No stack trace available, but I would look in cloudinary.php on line 296 for 
   an uninitialised array element. Just a guess.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imagify: Optimize Images for Top Speed (Compress & Convert to WebP/AVIF)] Sorry, our servers are temporarily unaccessible. Please, try again in a couple o](https://wordpress.org/support/topic/sorry-our-servers-are-temporarily-unaccessible-please-try-again-in-a-couple-o/)
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/sorry-our-servers-are-temporarily-unaccessible-please-try-again-in-a-couple-o/#post-9100874)
 * I have been seeing this error for about a week now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API - OAuth 1.0a Server] Docs are missing](https://wordpress.org/support/topic/docs-are-missing/)
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/docs-are-missing/#post-9068386)
 * Thanks Andrew.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API - OAuth 1.0a Server] Docs are missing](https://wordpress.org/support/topic/docs-are-missing/)
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/docs-are-missing/#post-9065018)
 * Just found this, it may help:
 * [WP REST API: Setting Up and Using OAuth 1.0a Authentication](https://code.tutsplus.com/tutorials/wp-rest-api-setting-up-and-using-oauth-10a-authentication--cms-24797)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Sphinx Search Plugin] Indexing fails – Access denied by MySQL](https://wordpress.org/support/topic/indexing-fails-access-denied-by-mysql/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/indexing-fails-access-denied-by-mysql/#post-7716062)
 * That was dumb – I see the problem. I was a bit too enthusiastic changing the 
   user to “root”.
 * So it is indexing now, but only as “root”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Sphinx Search Plugin] Indexing fails – Access denied by MySQL](https://wordpress.org/support/topic/indexing-fails-access-denied-by-mysql/)
 *  Thread Starter [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/indexing-fails-access-denied-by-mysql/#post-7716060)
 * OK, so I edited the sphinx.conf file to log in to the db as root, and that got
   around the issue.
 * I now get an error message as follows:
 * `FATAL: failed to open /home/root/domains/dev.root.tk/public_html/wp-content/
   uploads/sphinx/var/data/dev_delta.tmp.spl: No such file or directory, will not
   index. Try --rotate option.`
 * The ‘–rotate’ option is being invoked already – I am using the command generated
   by the wizard.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/nettsite/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nettsite/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nettsite/replies/page/2/?output_format=md)