I was trying to increase php max filesize limit due to the following error when running the command:
/usr/local/centovacast/bin/ccmanage reindex {accountname}
error given:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 145841 bytes) in /usr/local/centovacast/system/albumds/includes/itunes.php on line 25
I thought I could just add the max filesize line to the php file throwing up the error, but I opened up the file in an editor and now when i run the reindex command i get the following error:
The encoded file /usr/local/centovacast/system/albumds/includes/itunes.php is corrupt.
Any ideas how I fix it?
Carl.