2012-02-23, 13:57:44
Hi Shawn,
Thanks for the quick reply.
No it does not say Debug in red at the top right in admin.
No these are the only plugins I have installed:
/httpdocs/GETSIMPLE/plugins/admin-header-footer.php
/httpdocs/GETSIMPLE/plugins/branded-login.php
/httpdocs/GETSIMPLE/plugins/custom-admin-css.php
/httpdocs/GETSIMPLE/plugins/custom_title.php
/httpdocs/GETSIMPLE/plugins/customfields.php
/httpdocs/GETSIMPLE/plugins/DM_contactable.php
/httpdocs/GETSIMPLE/plugins/dominion-jcart.php
/httpdocs/GETSIMPLE/plugins/faq.php
/httpdocs/GETSIMPLE/plugins/InnovationPlugin.php
/httpdocs/GETSIMPLE/plugins/nested_menus.php
/httpdocs/GETSIMPLE/plugins/news_manager.php
/httpdocs/GETSIMPLE/plugins/squareit-gallery.php
/httpdocs/GETSIMPLE/plugins/squareit-loadtab.php
/httpdocs/GETSIMPLE/plugins/TinyMCEPlugin.php
/httpdocs/GETSIMPLE/plugins/zzzz_exec-php.php
No to php.ini file and my .htaccess file states:
-------------------------------------------------------------------
AddDefaultCharset UTF-8
Options -Indexes
# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>
RewriteEngine on
# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /GETSIMPLE/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
-------------------------------------------------------------------
Nothing our of the ordinary in the folder. I don't know what else it could be?
Thanks for the quick reply.
No it does not say Debug in red at the top right in admin.
No these are the only plugins I have installed:
/httpdocs/GETSIMPLE/plugins/admin-header-footer.php
/httpdocs/GETSIMPLE/plugins/branded-login.php
/httpdocs/GETSIMPLE/plugins/custom-admin-css.php
/httpdocs/GETSIMPLE/plugins/custom_title.php
/httpdocs/GETSIMPLE/plugins/customfields.php
/httpdocs/GETSIMPLE/plugins/DM_contactable.php
/httpdocs/GETSIMPLE/plugins/dominion-jcart.php
/httpdocs/GETSIMPLE/plugins/faq.php
/httpdocs/GETSIMPLE/plugins/InnovationPlugin.php
/httpdocs/GETSIMPLE/plugins/nested_menus.php
/httpdocs/GETSIMPLE/plugins/news_manager.php
/httpdocs/GETSIMPLE/plugins/squareit-gallery.php
/httpdocs/GETSIMPLE/plugins/squareit-loadtab.php
/httpdocs/GETSIMPLE/plugins/TinyMCEPlugin.php
/httpdocs/GETSIMPLE/plugins/zzzz_exec-php.php
No to php.ini file and my .htaccess file states:
-------------------------------------------------------------------
AddDefaultCharset UTF-8
Options -Indexes
# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>
RewriteEngine on
# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /GETSIMPLE/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
-------------------------------------------------------------------
Nothing our of the ordinary in the folder. I don't know what else it could be?