PDA

View Full Version : Upgrade to 4.1 from 4.1 r2


Iaeimag
02-02-2009, 07:22 PM
I finally upgraded my site from the r2 version of 4.1 to the main version of 4.1. However, when you try to load the site (http://www.iaei.org/magazine/), you get an 500 server error. If you hit F5, the page will load. However, if you try to load an article, it gives you the error again. I tried at first just uploading the new files; didn't work. So, I tried just re-installing it over again and then putting back in my database. It still does not work.

The admin panel and all works fine, and I can see all of my articles, users, data, etc. It's all there. However, you just can't see it because of the 500 error.

Help! :( I also tried replacing the .htaccess file with the old one and it didn't work. So, I went back with the new one that was in the file.

shketuljko
02-03-2009, 08:21 AM
Try to increase your memory limit.
You can do it if you edit VIVVO_ROOT/conf.php file

on top of the file just put this (after '<?php'):

ini_set('memory_limit', '128M');

Iaeimag
02-03-2009, 01:37 PM
Try to increase your memory limit.
You can do it if you edit VIVVO_ROOT/conf.php file

on top of the file just put this (after '<?php'):

ini_set('memory_limit', '128M');

Yes! Thank you, that worked great, at least from what I can tell [give me ten minutes and I'm sure I'll mess something up by just staring at it :o]. :)

Thank you again for your help

shketuljko
02-04-2009, 08:17 AM
I'm glad to help :D