super simple cms script II
super simple cms script II
Out of context: Reply #23
- Started
- Last post
- 25 Responses
- heavyt0
1st problem means that you didnt connect to the database. Check your connection strings.
2nd problem - there was a bug in an early version of teh blog script. If you downloaded the newest version, then it is most likely 1 of 2 things.
1- the image is too big. your server has a php.ini setting for max upload. usually that is 2-3 MB.
2- (more likely), the blogImages folder doesnt have the correct permissions. Sometimes this happens because your server will only allow the script limited permissions. You will want to connect via FTP, and manually change the permissions to '777'.TR1