Issue 12: fatal error
Status:  CantReproduce
Owner: ----
Closed:  Jun 2008
Reported by bartvanr...@gmail.com, May 27, 2008
What steps will reproduce the problem?
1. I copied _zend_gdata to the plugin folder
2. Then I try to activate the plugin in the admin screen
3. I get the message below.

What is the expected behavior? What do you see instead?

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or
T_FUNCTION or T_VAR or '}' in
/home/lentewin/public_html/wp-content/plugins/_zend_gdata/Zend/Loader.php
on line 52

What version of the plugin are you using?
1.4

Please provide any additional information below.

May 27, 2008
Project Member #1 xir...@gmail.com
Hi,

What version of PHP are you running? This looks like the usual error message when you
try to run the plugin on PHP4.
Jun 4, 2008
Project Member #2 xir...@gmail.com
(No comment was entered for this change.)
Status: CantReproduce
Jun 4, 2008
#3 bartvanr...@gmail.com
I'm running php4, but i found a way to get it working.
I added the following lines to my '.htaccess' file;

Action application/x-httpd-php5 /cgi-sys/php5
AddType application/x-httpd-php5 php
AddHandler application/x-httpd-php5 .php

And now it's working.
Thanks,
Bart