Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM #5

Open
ppetree opened this issue Aug 19, 2011 · 2 comments
Open

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM #5

ppetree opened this issue Aug 19, 2011 · 2 comments

Comments

@ppetree
Copy link

ppetree commented Aug 19, 2011

I get this error:

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/ppetree/public_html/neighborhoodwatchalerts.com/scripts/yim/jymengine.class.php on line 69

I'm running PHP:5.2.17 on Apache:2.2.19.

Any suggestions?

@p4rm33n
Copy link

p4rm33n commented Aug 27, 2011

You can simply open and edit jymengine.class.php
then replace all of $this :: with $this ->
example
//prepare url
$url = $this :: URL_OAUTH_DIRECT;

//change to
$url = $this->URL_OAUTH_DIRECT;

@billy07
Copy link

billy07 commented Jul 6, 2012

try
$url = self::URL_OAUTH_DIRECT;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants