PDA

View Full Version : Blank WP Realty


nichojr
12-06-2009, 02:17 PM
OK... so what's my problem? My dashboard for WP Realty is blank. Can't see a thing. I had originally installed on a production site, but had the problem so I installed on a fresh install of 2.8.6. Have no other plugins installed. What should I be doing. Thanks......

nichojr
12-06-2009, 02:53 PM
Also.... one other bit of info.... I can use the template tags to create pages but those pages to not completely generate in the web browser. I know I've seen this behavior with other things before, i just can't remember the solution.

intosport
12-08-2009, 12:51 PM
I too am having the same problem. Currently trying to test the trial version on wordpress 2.8.6.

Initially I was getting the following error:
Not Acceptable
An appropriate representation of the requested resource /wp-content/plugins/wp-realty/admin/index.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Adding the following to .htacess solved that issue but am out of ideas on how to resolve the blank WP Realty admin pages. Can anyone shed any light on the problem?

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Chad
12-08-2009, 01:49 PM
FIRST - is this a Linux Server? and with fopen and curl enabled.

then......

this is almost always a chmod issue - typically due to improper installation methods and or server directory permissions set at something unusual.

most shared servers are set at 755 for directories/folders and 644 for files.

some are set at 777 for directories/folders and 666 for files.

but those are just examples, and it would be what I would be checking if I were trouble shooting the issue....also.. if include/common.php doesn't have anything written then you will need to deactivate the plugin fix the permissions make sure that the common.php is deleted and that the common.dist.php is there and writable - then re activate and check to make sure the common.php was written to. - if YES then everything should be working as long as all permissions are correct.

BTW - VIP License will now include Guarantee (we will setup and configure if needed)- just added that to its services package.

nichojr
12-08-2009, 05:34 PM
Thanks Chad...... changing the permissions on the common.dist.php file did it for me.

intosport
12-09-2009, 10:45 AM
I'm on a Linux server with, according to my host, both fopen and curl installed and enabled.

Have tried go through the process of changing the permissions as advised but still nothing - what should the permissions be set at?

Would really like to be able to test this first before purchasing so any further help would be much appreciated.

Thanks