With newest update, I was able to finish install with out a undefined loop error.
The problem now is I am getting this error when I try viewing the news page or using the preview feature in the admin post area. I have installed fresh twice from n13news4.0.1_fullwysiwyg.zip Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/22/d283631251/htdocs/bishops_bicycles/public/inc/news/simple_html_dom.php on line 84
If someone had some possible things to try that would be great!
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
This might have something to do with the PHP version on your server. Can you check which version you have by making a file called phpinfo.php and inside it put this code
Code:
<?php phpinfo(); ?>
Then load that page in your browser. This will tell you which version your server has installed. For N-13 News to function correctly PHP 5+ is required.
I over looked the requirements and did not even think to check what php version I was using. I uploaded that tidbit of code and saw that Apache was using v4.
Quick search though some docs for 1and1.com, My hosting provider, Allowed me to update a htaccess file in the folder to process as v5 :)
Wait, I am having the exact same issue. However, my version of php is 5.0. I do receive the exact same error and the rest of the page bombs out. This happens anytime I try to use an image in an article. Any help?
OK one last reply. Godaddy has in the control panel option to addon php 5x. from the content tab. I feel stupid for missing that one. Everything should be up within 24 hours.