Categories
Latest Articles
- How to resolve the issue of unable to Create or Save Draft on Contest app v4.02 on phpFox v4.6.1b5
- Fixing unable to delete videos in Ultimate Video
- Missed "Can add a new blog?"
- Error: Fatal error: require() ... C:\xampp2\htdocs\phpfox\PF.Base\include\library\phpfox\template\template.class.php
- [Social Media Importer] Add "Import Photo" menu on Advanced Photo app
- [Social Chat] Change color of Chat box
- PHP module "Multibyte String" is missing
- PHP module "PHP ZipArchive" is missing
- [phpFox] Unable to remove caches in memcache on apps of third party
- Error: PHP module 'PHP Exec is missing'
Most Viewed Articles
Featured Articles
When upgrading phpFox, you can encounter this error:
The reason is because you might use suPHP during upgrading process. This program use root permission to operate unzipping process and cause above problem after.
We need to switch back to normal permission by log in SSH at public_html folder and run command:
chown ohayday:ohayday -R public_html/
to switch back user ohayday:ohayday back to its original user and group permission.