Jump to content

Giray

Clients
  • Posts

    651
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Giray

  1. Hi Jim.

    Yup, via Cron. So I went into my cPanel to see if the Cron matched the one on the site. Seems to. Re-entered it just in case. Now I'm waiting to see if it fixed it (don't think it did, but we'll see).

    In other news, still no feedback from E. at Headstand. That FAQ error is still going also.

  2. Not sure if it's related, but now all of a sudden I'm getting this one. Any relation? Any idea?

    Thanks so so much.

     

    <!DOCTYPE html>
    <html lang="en">
    	<head>
    		<title>Error</title>
    		<style type='text/css'>
    			body {
    				background: #f9f9f9;
    				margin: 0;
    				padding: 30px 20px;
    				font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    			}
    
    			#error {
    				max-width: 800px;
    				background: #fff;
    				margin: 0 auto;
    			}
    
    			h1 {
    				background: #151515;
    				color: #fff;
    				font-size: 22px;
    				font-weight: 500;
    				padding: 10px;
    			}
    
    				h1 span {
    					color: #7a7a7a;
    					font-size: 14px;
    					font-weight: normal;
    				}
    
    			#content {
    				padding: 20px;
    				line-height: 1.6;
    			}
    
    			#reload_button {
    				background: #151515;
    				color: #fff;
    				border: 0;
    				line-height: 34px;
    				padding: 0 15px;
    				font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    				font-size: 14px;
    				border-radius: 3px;
    			}
    		</style>
    	</head>
    	<body>
    		<div id='error'>
    			<h1>An error occurred <span>(500 Error)</span></h1>
    			<div id='content'>
    				We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.
    				<br><br>
    								You can try again by clicking the button below, or try again later.
    				<br><br>
    				<button onclick="window.location.reload();" id='reload_button'>Try again</button>
    			</div>
    		</div>
    	</body>
    </html>

     

  3. Hi E.

    I just ran a rebuild of my site's existing content and got an error. Posted in Support (https://invisioncommunity.com/forums/topic/468986-ran-a-rebuild-of-links-now-error/#comment-2903674) and it was suggested that the FAQ app might be at play.

    Rather than copy the entire error and pollute the thread here, could you check it out there. And the support response I got was that the FAQ app was is using \IPS\Member::loggedIn() where it shouldn't be used.

    Thoughts?

    Thanks.

     

  4. Hi. I ran a rebuild of my 'existing content' to force all links to open in a new window. I'm now getting an error every fifteen or so minutes. Not sure if it's IPS, third party or server. Checking all around.

    Here is the error message sent from my cPanel.

    Thoughts?

    Thanks.

    Exception:
    RuntimeException Object
    (
       [message:protected] => LOCATION_UNKNOWN
       [string:Exception:private] => 
       [code:protected] => 0
       [file:protected] => /home/*******/public_html/system/Session/Session.php
       [line:protected] => 61
       [trace:Exception:private] => Array
           (
               [0] => Array
                   (
                       [file] => /home/*******/public_html/system/Member/Member.php
                       [line] => 174
                       [function] => i
                       [class] => IPS\_Session
                       [type] => ::
                       [args] => Array
                           (
                           )
    
                   )
    
               [1] => Array
                   (
                       [file] => /home/*******/public_html/applications/faq/sources/Question/Question.php
                       [line] => 185
                       [function] => loggedIn
                       [class] => IPS\_Member
                       [type] => ::
                       [args] => Array
                           (
                           )
    
                   )
    
               [2] => Array
                   (
                       [file] => /home/*******/public_html/system/Patterns/ActiveRecord.php
                       [line] => 335
                       [function] => get_answer
                       [class] => IPS\faq\_Question
                       [type] => ->
                       [args] => Array
                           (
                           )
    
                   )
    
               [3] => Array
                   (
                       [file] => /home/*******/public_html/init.php(927) : eval()'d code
                       [line] => 85
                       [function] => __get
                       [class] => IPS\Patterns\_ActiveRecord
                       [type] => ->
                       [args] => Array
                           (
                               [0] => answer
                           )
    
                   )
    
               [4] => Array
                   (
                       [file] => /home/*******/public_html/applications/core/extensions/core/Queue/RebuildUrlRels.php
                       [line] => 137
                       [function] => __get
                       [class] => IPS\Content\templates_hook_TemplateItem
                       [type] => ->
                       [args] => Array
                           (
                               [0] => answer
                           )
    
                   )
    
               [5] => Array
                   (
                       [file] => /home/*******/public_html/system/Task/Task.php
                       [line] => 47
                       [function] => run
                       [class] => IPS\core\extensions\core\Queue\_RebuildUrlRels
                       [type] => ->
                       [args] => Array
                           (
                               [0] => Array
                                   (
                                       [class] => IPS\faq\Question
                                       [count] => 12
                                       [realCount] => 10
                                       [runPid] => 13
                                       [indexed] => 0
                                   )
    
                               [1] => 0
                           )
    
                   )
    
               [6] => Array
                   (
                       [file] => /home/*******/public_html/applications/core/tasks/queue.php
                       [line] => 43
                       [function] => runQueue
                       [class] => IPS\_Task
                       [type] => ::
                       [args] => Array
                           (
                           )
    
                   )
    
               [7] => Array
                   (
                       [file] => /home/*******/public_html/system/Task/Task.php
                       [line] => 367
                       [function] => IPS\core\tasks\{closure}
                       [class] => IPS\core\tasks\_queue
                       [type] => ->
                       [args] => Array
                           (
                           )
    
                   )
    
               [8] => Array
                   (
                       [file] => /home/*******/public_html/applications/core/tasks/queue.php
                       [line] => 55
                       [function] => runUntilTimeout
                       [class] => IPS\_Task
                       [type] => ->
                       [args] => Array
                           (
                               [0] => Closure Object
                                   (
                                       [this] => IPS\core\tasks\queue Object
                                           (
                                               [caches:protected] => Array
                                                   (
                                                   )
    
                                               [_data:protected] => Array
                                                   (
                                                       [id] => 3040
                                                       [app] => core
                                                       [key] => queue
                                                       [frequency] => P0Y0M0DT0H1M0S
                                                       [next_run] => 1661452022
                                                       [running] => 1
                                                       [enabled] => 1
                                                       [plugin] => 
                                                       [lock_count] => 3
                                                       [last_run] => 1661432702
                                                   )
    
                                               [_new:protected] => 
                                               [changed] => Array
                                                   (
                                                       [running] => 1
                                                       [next_run] => 1661452022
                                                   )
    
                                               [skipCloneDuplication] => 
                                           )
    
                                   )
    
                           )
    
                   )
    
               [9] => Array
                   (
                       [file] => /home/*******/public_html/system/Task/Task.php
                       [line] => 266
                       [function] => execute
                       [class] => IPS\core\tasks\_queue
                       [type] => ->
                       [args] => Array
                           (
                           )
    
                   )
    
               [10] => Array
                   (
                       [file] => /home/*******/public_html/system/Task/Task.php
                       [line] => 229
                       [function] => run
                       [class] => IPS\_Task
                       [type] => ->
                       [args] => Array
                           (
                           )
    
                   )
    
               [11] => Array
                   (
                       [file] => /home/*******/public_html/applications/core/interface/task/task.php
                       [line] => 58
                       [function] => runAndLog
                       [class] => IPS\_Task
                       [type] => ->
                       [args] => Array
                           (
                           )
    
                   )
    
           )
    
       [previous:Exception:private] => 
    )

     

  5. 3 minutes ago, Jim M said:

    It would simply mean that if that member group has that enable that your Automatic Moderation settings would not impact them. You can see automatic moderation in ACP -> Members -> Content Moderation -> Automatic Moderation. 

    Automatic Moderation are basically a set of rules that you can define when something happens to content. Like you could set up a rule so that if 2 members report content as spam, it is automatically hidden for review.

    Thanks Jim. So basically, if there are 'rules' set up that moderate content, if we toggle this setting ON, then those people are not subject to any of those 'automatic' rules.

    gotcha.

    Thanks.

  6. I cannot find a clear and simple explanation of what this setting does: "Bypass Automatic Moderation"

    Anyone?

    PS. And yes, I did see the desc field: "Automatic moderation will not be applied to any content members in this group author."

  7. I've had this app for years and I will admit that I am still not sure I understand how it works. It would be nice if this app, and all others, had manuals. Devs assume we will figure it out, but to me it's just not that evident.

    Not seeking an 'answer' but just saying that a 'guide' would be nice.

  8. 1 hour ago, InvisionHQ said:

    You have "continue shopping" in IP.Commerce? the cart part is managed from this software.

    Oops. Thanks. And of course, they won’t be able to put a continue shopping button, because that would have to lead them back to various apps that use commerce. Did I get that right?

  9. Hi. Once we get to the cart, there is no way back, right? So if the person gets to the payment and then realizes they want to continue shopping, they have to go back into the community navigation system (ie menu) and work their way back. I think it would be useful to have a way to 'continue shopping'.

    Thoughts?

  10. Subscribers pay extra. Sure, we can make their name bold or assign an achievement badge, but neither is very evident. It would be nice to have a way to make them stand out. Something special in the postbit or inside the box, etc. Any ideas on something that's out there already? Otherwise, it would be a nice core feature. And don't forget levels. We have the option of selling levels (e.g. gold, silver, etc.) Let's make sure we have a way to make them stand out individually.

    Thoughts?

  11. Hi Marc.

    Apparently so. With all disabled:

    OutOfRangeException:  (0)
    #0 /home/xxxx/public_html/system/Task/Task.php(134): IPS\core\extensions\core\Queue\_RebuildAchievements->preQueueData(Array)
    #1 /home/xxxx/public_html/applications/core/sources/Achievements/Rule.php(406): IPS\_Task::queue('core', 'RebuildAchievem...', Array, 4)
    #2 /home/xxxx/public_html/applications/core/modules/admin/achievements/settings.php(107): IPS\core\Achievements\_Rule::rebuildAllAchievements(NULL)
    #3 /home/xxxx/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\achievements\_settings->rebuildForm()
    #4 /home/xxxx/public_html/applications/core/modules/admin/achievements/settings.php(33): IPS\Dispatcher\_Controller->execute()
    #5 /home/xxxx/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\achievements\_settings->execute()
    #6 /home/xxxx/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

    I repeat, it still rebuilds, but I get the error.

  12. Hi.

    Got an error while trying to rebuild achievements. Interestingly, the update did start and is currently in progress. Bizarre. Thoughts?

     

    Quote
    OutOfRangeException:  (0)
    #0 /home/xxxxxx/public_html/system/Task/Task.php(134): IPS\core\extensions\core\Queue\_RebuildAchievements->preQueueData(Array)
    #1 /home/xxxxxx/public_html/applications/core/sources/Achievements/Rule.php(406): IPS\_Task::queue('core', 'RebuildAchievem...', Array, 4)
    #2 /home/xxxxxx/public_html/applications/core/modules/admin/achievements/settings.php(107): IPS\core\Achievements\_Rule::rebuildAllAchievements(NULL)
    #3 /home/xxxxxx/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\achievements\_settings->rebuildForm()
    #4 /home/xxxxxx/public_html/applications/core/modules/admin/achievements/settings.php(33): IPS\Dispatcher\_Controller->execute()
    #5 /home/xxxxxx/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\achievements\_settings->execute()
    #6 /home/xxxxxx/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

     

     

  13. Sorry to chime in here, but I’m not sure I understand what the issue is with an email. Not nowadays anyway. It’s a little bit like placing an order from Amazon but not wanting to give an address. Think about it, if the person doesn’t have an email when they register on the board, then there is absolutely no way of reaching out to them, unless you use an SMS system, in which case you would need their phone number, Which in my mind is even more intrusive than an email address. last thought, if they already know about the site because you’ve told them about it, then you don’t need an email indeed, but then again why even bother with the code, they might as well just register. Anyway that’s my two pennies. 

  14. 2 hours ago, InvisionHQ said:

    For issue 2 I think It works as it should

    Could contain: Text, Credit Card

    Add members works only for owners and admin. @Giray

    Thanks. But I have two ‘leaders’ who could swear they used to be able to add members. Hmm. In this case, I believe you more than them, but seems weird. Okay, thanks.

  15. @InvisionHQ any updates on any of the pending issues in this thread. We're not talking features, we're talking basic malfunctions. Many of us truly depend on apps such as yours and your absence hurts us all. We're not whiners, just loyal paying customers who would welcome solutions, if not a simple acknowledgement of your concern. Unless I'm mistaken, your last post on this thread dates from April 3; we are now 17 July. Not sure if I'm alone in feeling this frustration?

    PS. If you're having any personal issues, that's fine, we understand, but tell us so we can consider our options.

×
×
  • Create New...