khile Posted July 5, 2007 Share Posted July 5, 2007 im trying to install a script but when i go to index.php or install.php or any othere page with that folder all i see are blank pages what is the problem and what can i do thank you Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 6, 2007 Share Posted July 6, 2007 Need abit more info to suggest something What is the script you are trying to install. What version of PHP does it require. What do you see when you right click > View Source (do you see PHP coding or nothing). Quote Link to comment Share on other sites More sharing options...
khile Posted July 7, 2007 Author Share Posted July 7, 2007 hi im trying to install 123news (still beta) required mysql and php version 4.0 to version 5.1, when i right click and view source is see nothing just blank box tried in both IE7 and Firefox both same Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 7, 2007 Share Posted July 7, 2007 In that case there is an error with the script. To see what the error is turn display_errors on and make sure error_reporting is set to E_ALL within the php.ini If you don't have access to the php.ini add the following two lines to the top of index.php: <?php ini_set('display_errors', 'On'); error_reporting(E_ALL); // rest of code here for index.php ?> Re run index.php. If there is any errors PHP should display them to the screen. Quote Link to comment Share on other sites More sharing options...
khile Posted July 8, 2007 Author Share Posted July 8, 2007 still shows nothing Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 8, 2007 Share Posted July 8, 2007 Can you access your sites error logs? If you can have look in there If there is anything wrong it should be logged in there. Before looking in the error log run your script again then look in the error log. The latest error logged should be posted either at the end of the error log or at the top. Also can you post a link to 123news I cannot seem to find it. I just get French sites Quote Link to comment Share on other sites More sharing options...
khile Posted July 8, 2007 Author Share Posted July 8, 2007 ok tryed error logs, host looked and says they can see nothing, link is here http://rapidshare.com/files/41705115/news.rar.html Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 8, 2007 Share Posted July 8, 2007 Umm. Had a look at the script. index.php and install.php work fine for me. However having hard time getting the news to display. I'd say dump that script. Go for something better such as cuteNews. Quote Link to comment Share on other sites More sharing options...
khile Posted July 8, 2007 Author Share Posted July 8, 2007 i need a news script that allows me to display news on a different page eg News Script: http://www.somesite.com/news/index.php page to show news: http://www.somesite.com/news.php ps: to show news with news123 you need to add <?php include_once '/path/to/news/folder/display.php'; execute(); ?> to the page you want it to display on Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 8, 2007 Share Posted July 8, 2007 I only suggested cuteNews instead of vbsNews as cuteNews is stable, popular and basically the same as vbsNews. So I'd say use cuteNews if you can't get vbsNews to work. Quote Link to comment Share on other sites More sharing options...
khile Posted July 8, 2007 Author Share Posted July 8, 2007 vbsnews? whats that you mean 123news but ok ill try cutenews Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 8, 2007 Share Posted July 8, 2007 You are using vbsNews not 123News. That is the script you got me to download earlier. When I installed that script on my dev server. In footer of the generated page it linked to here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.