![]() |
No file uploaded and no local file found.
1 Attachment(s)
Hello
after upgrade to utf-8 i try to upload Arabic language compatible every time i see this error ? Thank you |
Can we see the configuration page from before you got the error?
|
Quote:
after I successfully upgraded Forum to VB5 .. but ..inside the threads empty ! After it has been successfully upgraded Forum ..inside the threads empty , as well as sub-forum not exist ?! inside the thread I see: An internal error has occurred and the module cannot be displayed. http://www.shneler.com/vb5 |
I would check your error_logs (if you don't know where they are, ask your host) first since that is a server error. Hopefully something is in there.
You can also try going into debug mode to see what the actual error is. To enable debug mode edit the /config.php file and change: Code:
$config['debug'] = false; Code:
$config['debug'] = true; Code:
// $config['Misc']['debug'] = true; Code:
$config['Misc']['debug'] = true; Code:
if($_SERVER['REMOTE_ADDR'] == "xxx.xxx.xxx.xxx") { |
attached after the change , last step ((To set that up for only your IP address )) i do not know what you mean ?
An internal error has occurred and the module cannot be displayed. Template: widget_conversationdisplay => conversation_toolbar Controller: prefix Method: fetch Arguments: Array ( [0] => 22606 ) Errors: HTML Code:
Array http://www.shneler.com/vb5/forum/%D8...easy#post22605 |
When vBulletin creates a new table in the upgrade process, it asks MySQL what the default collation for the database is and then uses that. Most MySQL installations default to latin1_swedish_ci. If you have changed collations for any reason on tables in the past then you should change the database to use that as the default to prevent this issue from happening in the future.
You will find more information in the MySQL manual here: http://dev.mysql.com/doc/refman/5.1/en/charset.html You will need to use phpMyAdmin and make sure that all tables and fields within them have the same collation. Make sure your database collations are appropriate and consistent throughout the entire database. You need to use program like phpmyadmin to view your collations: http://www.phpmyadmin.net/home_page/index.php When you click your database name in phpmyadmin it will list all tables, their collations, as well as the collation of the database itself at the bottom. And when you click the name of a table on the left it will list the collations of individual fields within that table. 1) To edit the collation of the database itself you need to click the database name on the left and then click "Operations" on the top. 2) To edit the collation of an individual table you need to click its name on the left and then click "Operations" on the top. 3) To edit the collation of an individual field within a table you need to click the table name on the left and then click the edit image (a little pencil icon) for that field. For more information please see: https://www.vbulletin.com/forum/show...ight=collation Note: It is very very very important to make full database backups before proceeding if you are ever manually making any changes to your database, let it be issuing queries, or editing it via phpMyAdmin or any other interface. If done incorrectly, manually modifying the database can potentially cause irreversible damage to your database, and there is no way to perform a "partial restore" to restore just the part you may break. |
All times are GMT. The time now is 12:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|