Forum Activity for @nate

nate
@nate
02/16/15 10:49:17AM
917 posts

PhpStorm


Off Topic

Some of that stuff is over my head but I need to finally learn it.

Thanks.
nate
@nate
02/16/15 10:00:58AM
917 posts

Module Uploading Error


Jamroom Developers

When trying to upload a new marketplace module I get the follwing error from the included Stripe library.

Quote: Errors were found in your upload:
PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/jamroom/sites/www.jamroom.net/public_html/data/cache/jrNetworkMarket/TH1KTPfk/modules/n8MSOne/lib/Stripe/InvoiceItem.php on line 47 Errors parsing /home/jamroom/sites/www.jamroom.net/public_html/data/cache/jrNetworkMarket/TH1KTPfk/modules/n8MSOne/lib/Stripe/InvoiceItem.php

I see no errors in this file.

<?php

class Stripe_InvoiceItem extends Stripe_ApiResource{
  /**
   * @param string $id The ID of the invoice item to retrieve.
   * @param string|null $apiKey
   *
   * @return Stripe_InvoiceItem
   */
  public static function retrieve($id, $apiKey=null)
  {
    $class = get_class();
    return self::_scopedRetrieve($class, $id, $apiKey);
  }

  /**
   * @param array|null $params
   * @param string|null $apiKey
   *
   * @return array An array of Stripe_InvoiceItems.
   */
  public static function all($params=null, $apiKey=null)
  {
    $class = get_class();
    return self::_scopedAll($class, $params, $apiKey);
  }

  /**
   * @param array|null $params
   * @param string|null $apiKey
   *
   * @return Stripe_InvoiceItem The created invoice item.
   */
  public static function create($params=null, $apiKey=null)
  {
    $class = get_class();
    return self::_scopedCreate($class, $params, $apiKey);
  }

  /**
   * @return Stripe_InvoiceItem The saved invoice item.
   */
  public function save()
  {
    $class = get_class();
    return self::_scopedSave($class);
  }

  /**
   * @return Stripe_InvoiceItem The deleted invoice item.
   */
  public function delete($params=null)
  {
    $class = get_class();
    return self::_scopedDelete($class, $params);
  }
}

updated by @nate: 03/23/15 12:51:30AM
nate
@nate
02/14/15 10:58:29PM
917 posts

PhpStorm


Off Topic

I set up a jamroom project to develop my modules. Now I get code hinting for all jamroom built in functions. Life is completely different now.
nate
@nate
02/14/15 09:42:28PM
917 posts

PhpStorm


Off Topic

OMG!!!

After years of Dreamweaver... omg, PhpStorm is... OMG!!!

What's crazy is a just started using Android Studio at the beginning of the year, which is basically IntelliJ. Using it, made me hate Adobe. So I started looking. I tried Komodo IDE for a month. I never thought to check JetBrains.
updated by @nate: 03/27/15 12:22:33AM
nate
@nate
02/11/15 05:07:18PM
917 posts

TinyMCE


Using Jamroom

That was it. Thanks.
nate
@nate
02/11/15 05:04:28PM
917 posts

TinyMCE


Using Jamroom

Maybe I disabled just my module. Let me check.
nate
@nate
02/11/15 05:03:33PM
917 posts

TinyMCE


Using Jamroom

Enable what module? I pretty sure i didn't go through every module and change the validation. That I would remember.
nate
@nate
02/11/15 04:08:09PM
917 posts

TinyMCE


Using Jamroom

I disabled TniyMCE because I hate it. lol But for testing, I need to put it back. I can't remember what I did to kill it.

How do I enable it?
updated by @nate: 03/16/15 08:33:35AM
nate
@nate
02/07/15 07:16:35PM
917 posts

Existing users.


Proxima

Should I go around proxima to get the existing user_id? Or is there an existing method I should use?
nate
@nate
02/05/15 06:48:05AM
917 posts

Proxima Login fail


Proxima

You hang in there for me all the time. I'm sure I owe you 100 more. lol

Thanks!!
  65