Quote:
Originally Posted by pumarjr
IF anyone here is still getting the Could not findphrase 'jukebox_errorwriting_x' error then try this, it will increase the file limit of your server and thus eliminate that error.
1. open your note pad and create a file named php.ini
2. inside that file put this code in it,
PHP Code:
upload_max_filesize = 10M
3. save the file, and upload to your public_html dir.
That's it!
|
I didn't get any luck by following like you said.