Sep
20
2010
0

PHP 5 Not Showing Errors

Above your script add in the following line:

ini_set('display_errors', 'On');
?>

Written by Pete in: php |
Sep
16
2010
0

WordPress Super Cache 403 Forbidden

When trying to access cached pages in WordPress you receive a 403 Permission Denied or 403 Forbidden error.

To fix you must add the following line to your wp-config.php (Add it above the WP_CACHE define.) Then clear your cache.
umask( 0022 );

If your PHP runs as a different user to Apache and permissions are strict Apache may not be able to read the PHP generated cache files.

Written by Pete in: wordpress |
Sep
03
2010
2

Word 2010 Word experienced an error trying to open the file. Try these suggestions.

When trying to open a word document you get the following error:

Word experienced an error trying to open the file. Try these suggestions”.

To get round this – right click on the file and select properties.

Next click unblock.

Written by Pete in: Microsoft Office |
Sep
01
2010
1

The file is corrupt and cannot be opened – Excel 2010

When trying to open a file in Excel 2010 you get the following error:

“The file is corrupt and cannot be opened”

1. Open Excel 2010.
2. Click on File > Options.
3. Select Trust Center > Trust center settings.
4. Select Protected view.
5. Uncheck all the options under Protected View > OK.
6. Restart Excel 2010 and try to open Excel documents.

Written by Pete in: Microsoft Office |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes