Webmastersite.net
Register Log In

19 matching results for "RF":

Sort by
Topic Title Author Comment Text Created Forum
RSS Feed submission question RF Thanks Paul,

I'll make the changes to see if that solves my issue -> "... will process one feed per page load, so your cron should probably be once a minute instead".

May purchase that additional option if I start finding/adding more feeds where links are only valid for a few days.






Feb 04, 2012 - 9:05 AM Paid Scripts Support
RSS Feed submission question RF Hi Paul,

Been looking in the knowledge base and forums, but I cannot find the answer. Sorry if it has been asked before.


Two questions: (as I have set up a few RSS feeds to acquire daily podcasts that expire):

1) I have set links to expire after so many days. Links I add expire properly. However, the links added by RSS feed don't expire. Is there a setting for this?

2) Feed Cache Timeout: set to 120. If remember correctly (as I could not find the post), if there are no visitors to your site the feed may not update every 120min. Will setting a Cpanel cron job once an hour to "ping" the index.php file work?


Thanks - Rich
Feb 03, 2012 - 3:30 PM Paid Scripts Support
Fatal error: mime_content_type RF Paul, just for topic closure. My host provider replied with the below. With the last update, I believe everything is working without error.

The original mime_content_type() function was removed in recent versions of PHP in favor of the fileinfo PECL module. Open a ticket with support, they should be able to get it installed for you.



Thanks, Rich
Oct 29, 2011 - 1:05 PM Paid Scripts Support
Fatal error: mime_content_type RF Thanks Paul for the quick reply/update.

I see the latest wsnlink update today has added support for the finfo_open. Appears both mime_content_type() and finfo_open are both disabled/not installed on my shared server (still on PHP 5.2.17) as I now get the fatal error for undefined function for finfo_open. I opened a ticket with my host to inquire as this is not a bug/issue with wsnlinks, but with what my host has enabled.

I'll update once they respond. Thanks -Rich







Oct 20, 2011 - 9:19 AM Paid Scripts Support
Fatal error: mime_content_type RF Fatal error: Call to undefined function mime_content_type() in /home/xxx/public_html/xxx/classes/attachment.php on line 172


Had a recent server move/upgrade by my host. From what I googled & from php.net below, appears this function is no longer supported on my new server.
php.net - "This function has been deprecated as the PECL extension Fileinfo provides the same functionality (and more) in a much cleaner way."


Is there a solution other than removing/comment out that part of the code. Also, not sure why - line170 if (functionwillwork('mime_content_type')) is not working as this should of been the solution?


Thanks in advance. - Rich
Oct 19, 2011 - 7:43 AM Paid Scripts Support
RSS feed help RF Question:

rssfeed.php?catid=2 . I was hoping that this would display the listings in just one category (catid=2). However, I see listings from all categories in the feed.

Is there a way to get a feed listing in just certain categories to display?

----

update: Continued searching the knowledge base after posting. I believe this works - rssfeed.php?thecondition=catid=2.

I got the rssfeed.php?catid=2 link from the browser's view rss feed on this page icon within the specific category 2. Maybe a bug?

----

Thanks - Rich
Nov 18, 2010 - 10:07 AM Paid Scripts Support
listing preview RF I agree. Worth removing and running supress all errors for non-admin as you suggest. I was using this .htaccess globally across all my domains in the past. That is no longer the case.

Thx -Rich
May 21, 2010 - 10:03 PM Paid Scripts Support
listing preview RF 5.1.35 Beta 3 update did the trick. Thanks -Rich May 21, 2010 - 4:33 PM Paid Scripts Support
listing preview RF Thanks Paul

Output buffering - that's right!, I did disabled reporting in .htaccess (ages ago) to have it spit to a log file instead of being displayed to general public. Just paranoid having someone seeing error report.

Yes, i now see the full parse error in detail. Will wait for your beta fix tonight.


Question?: Will below in .htaccess cause any issues with wsnlinks(performance,etc) other than less detailed error reporting? Pretty much did a cut/paste without fully understanding what each line does.

# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
php_flag log_errors on
php_value error_log /home/xxx/PHP_errors.log


-again thx! -Rich
May 21, 2010 - 11:23 AM Paid Scripts Support
listing preview RF Just noticed on my install that as a guest with switch "Can edit full details (rating, views, etc)" unchecked previewing a listing submission gives a blank preview window(firefox) or HTTP500 error(explorer) . Checking the edit full details box for guest - everything is working again during listing preview.

Can anyone else verify yes/no? Thanks.



In addtion, seeing a few of these around the same time.

  PHP Parse error:  syntax error, unexpected ')' in public_html/links/includes/commonfuncs.php(1347) : eval()'d code on line 314 
May 20, 2010 - 5:53 PM Paid Scripts Support
SEO on with skip directly to category RF Below issue with a clean install using the example category. Still checking .htaccess for anything rogue or what I could have broke in the script.


With SEO set to on and using the category setting - "Skip directly to category (remove main page): ", links in that category give a page not found with details,vote, or comment.

Error with comments: The requested URL /wsn//test-3-thread.html was not found on this server.
Error with details: The requested URL /wsn//test-3.html was not found on this server.
Error with vote: The requested URL /wsn/vote-test-3.html was not found on this server


With SEO off, links in the selected "skip to category" works fine. URL, for example, shows /wsn/link.php?action=detail&id=3 (for details).


Thanks in advance for any solutions. -Rich


---
Update: Variable {LINKREWRITEPATH} appears to be empty in the category selected to "skip directly to". URL is rewritten // rather than say something like wsn/example-category/test-3.html.

Tempfix: Amateur fix for now - changed {LINKREWRITEPATH} to {LINKID} in SEO admin options. I get a number (ie. wsn/3/test-3.html) rather than category name, but looks like everything is working.
Jan 20, 2010 - 3:31 AM Paid Scripts Support
Category usergroup permissions RF Excellent! looking forward to the beta4 release. Thanks again. Jan 19, 2010 - 8:53 AM Paid Scripts Support
New install Apache rewrite will not work RF It just automatically renames .htaccess to htaccess.txt

When you mentioned this, I have this problem too. I cannot rename htaccess.txt since owner is set to nobody. I believe it's how the host (not wsnlinks) configures Apache to run on the server.

My host/server admin posted this for a similar issue in a user having problems with a joomla install: "cPanel file manager uses your local user, not nobody. We're doing some testing to switch everything over to suphp currently so that this will no longer be an issue."


For now, I actually have to make a new file in cPanel called .htaccess and copy the contents of htaccess.txt over to it.

Worth a try?



edit: Thanks jayweb! I researched the forums after you posted that "my worth a try" was already addressed. Yep, not only was it addressed, but I see there is a chmod utility in the admin maint that has been staring at me for months if not years. What an idiot. I'll go back into my hole now.
Jan 18, 2010 - 7:16 PM Paid Scripts Support
Category usergroup permissions RF Checked the ones you attempted and they are going back to "use default" on the 3rd re-edit/save on my install. I'll send you the info you requested.

Thanks
Jan 18, 2010 - 6:33 PM Paid Scripts Support
Category usergroup permissions RF Paul - I have a few categories with category usergroup permissions set to no. No issues until I edit/save that category from bulk edit or frontend.

If I edit, do nothing, and just hit save, the switches (even though they look to be set to no) appear to go to default. I was then able to peform an action in that category that originally had a switch to no. The next time I edited that same category to check, the switches were at default.

I hope that makes sense or your able to duplicate it.

Thanks.
Jan 15, 2010 - 12:25 AM Paid Scripts Support
Narrow results to results containing

Link to these search results