Raw php code in Wordpress Admin
Hello,
I've just installed the PicApp wordpress plugin.
When writing a post, if i open the "PicApp Images" section, all i see is the PicApp logo, the search bar and raw php code.
My Wordpress version is 2.6.5.
Thanks in advance for your help !
Phil

I've just installed the PicApp wordpress plugin.
When writing a post, if i open the "PicApp Images" section, all i see is the PicApp logo, the search bar and raw php code.
My Wordpress version is 2.6.5.
Thanks in advance for your help !
Phil

2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Yikes!
That's clearly should'nt be happening....
We've tested the plugin on all WP version 2.3 and up to 2.7 and it worked fine.
1. We'll re-run the tests on 2.6.5 specifically to see if there's a bug.
2. There's a small (ah.. very small) chance the installation/activation process on your side was damaged, re-installing the plugin might solve th issue.
In any case we'll run the test and update you about the results.
Thanks for your patience!
I’m curious about this...
-
Inappropriate?Phil,
We've installed 2.5.6 and ran the plugin - all's well.
can you also give us your operating system,hosting and browser names so we can test again on the same configuration to make sure?
I’m drinking too much coffee
-
Inappropriate?Roi,
I reinstalled the plugin from scratch but I still have the problem.
I have Windows XP and Firefox 3.0.5
I tried with IE6 and it also displays raw php code.
However, due to difference in caracter sizes between browsers, i was able to see the entire php code in IE6 and at the end of it, there was the following error message:
Fatal error: Class 'xml_simple' not found in C:\wamp\www\wordpress\wp-content\plugins\picapp\php\picapp-api.php on line 44
Hope it helps. -
Inappropriate?I have this problem as well. I downloaded Wordpress 2.8 yesterday and I am using PicApp 1.2.
Fatal error: Class 'xml_simple' not found in C:\wamp\www\mailhollywood\wp-content\plugins\picapp\php\picapp-api.php on line 44 -
Inappropriate?FIXED!
The problem is in xml-simple.php
\wp-content\plugins\picapp\php\xml-simple.php
The opening tag for xml-simple.php is <? when it should be <?php
Short tags are bad. There is two different ways to fix.
Option #1
Edit xml-simple.php and change the first line to be <?php instead of <?
Option #2
Edit the php.ini file (found under the php section of the wampserver menu)
You should find the following:
short_open_tag = Off
Change it to:
short_open_tag = On
* Note that I only tested option #1 but option #2 should also work.
I’m happy
-
Inappropriate?Damn, you're good!
Thanks Andrew, it figures (short tags are the devils' work indeed)
We'll go over the code and verify.
The upcoming plugin version is code named "Andrew" as of now.
Thanks again for helping us and the users (Respect!).
I’m thinking: this guy is great, the check is in the mail!
Loading Profile...



EMPLOYEE