Since going to version 5.1.2 my articles have become blank. I see in the preview the text of the article but when I go to the article its blank. Am I missing a setting?
articles blank after the latest update.
Collapse
X
-
Tags: None
-
Please, enable debug mode on your site. Follow these instructions.
1. Open your /config.php file and find the following line:
Code:[COLOR=#000000][FONT=Helvetica][SIZE=14px]$config['debug'] = false;[/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=Helvetica][SIZE=14px][/SIZE][/FONT][/COLOR]
2. Change this line to:
Code:[COLOR=#000000][FONT=Helvetica][SIZE=14px]$config['debug'] = true;[/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=Helvetica][SIZE=14px][/SIZE][/FONT][/COLOR]
3. Save the file and upload it to your server.
4. Open the /core/includes/config.php file and find the following line:
Code:[COLOR=#000000][FONT=Helvetica][SIZE=14px]// $config['Misc']['debug'] = true;[/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=Helvetica][SIZE=14px][/SIZE][/FONT][/COLOR]
5. Change it to:
Code:[COLOR=#000000][FONT=Helvetica][SIZE=14px]$config['Misc']['debug'] = true;[/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=Helvetica][SIZE=14px][/SIZE][/FONT][/COLOR]
6. Save and upload the file to your server.
Reload the page you had the error on.
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API -
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment