connieg20 Posted August 14, 2006 Share Posted August 14, 2006 Thanks for the answer but I guess I did not explain myself, I did the research but the php.ini file is what I cannot find, thats why I needed steps. I am new to all of this and I have been searching for hours for that file. Thanks for your help!!!! Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2006 Share Posted August 14, 2006 You can find your php file by creating a blank document in your website root folder using notepad or another simple text editor, like gedit. Call this file phpinfo.php, and add the following code: <?php phpinfo(); ?php> Open your browser and point to http://your.url/phpinfo.php. It will tell you your path to php.ini as well as the golbal settings. Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2006 Share Posted August 14, 2006 The way that i found my php.ini file was SSH if you can connect to your server with SSH i found mine at /etc/php.ini! Link to comment Share on other sites More sharing options...
connieg20 Posted August 16, 2006 Author Share Posted August 16, 2006 You can find your php file by creating a blank document in your website root folder using notepad or another simple text editor, like gedit. Call this file phpinfo.php, and add the following code: <?php phpinfo(); ?php> Open your browser and point to http://your.url/phpinfo.php. It will tell you your path to php.ini as well as the golbal settings. Thanks Kingsize, it work with a little modification, got an error message and I play around with it and maybe it is my server but this it what work for me. <?php phpinfo(); ?> Link to comment Share on other sites More sharing options...
jhsands Posted August 16, 2006 Share Posted August 16, 2006 put the php.ini file in whatever folder you need it to go in... like /catalog/install. Most web hosting services create a php.ini file then put it in every directory that process is needed. BACKUP your current files before editing. Did I mention to BACKUP your current files, first? "I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!" Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.