Ravens PHP Scripts FAQ (Frequently Asked Questions)
Category: Main -> RavenNuke
Question | |
· Login error due to Captcha/Security image showing only 3 or 4 characters instead of 5 · Some blocks/themes/modules no longer work with v2.30.00 |
Answer | |
· Login error due to Captcha/Security image showing only 3 or 4 characters instead of 5 Try adjusting the following settings: [ Back to Top ]define('CAPTCHA_WIDTH', 150); define('CAPTCHA_MAX_FONT_SIZE', 16); There is a good discussion on this at Login error due to Captcha/Security image | |
· Some blocks/themes/modules no longer work with v2.30.00 You are using v-e-r-y old code. [ Back to Top ]Look in mainfile.php and at or around line 218 and you should see this block of code. Read the comments and make a decision as to which way you want to go. We recommend updating your code to use the $db logic instead but the choice is yours, at least for this release :) /* |