castelosnoar
Forum Replies Created
-
Hi!
If you’re on Windows, have uncommented the right extensions in php.ini and are still experiencing this problem, you might want to try the new recommended way of installing PHP, described in its installing manual, that doesn’t require moving any DLL. This did the trick to me. Similar procedure might be applicable to Linux, but I didn’t try it (I would recommend reading the applicable section of the install manual that comes with every distribution).
From the manual:
“Previous editions of the manual suggest moving various ini and DLL files into your SYSTEM (i.e. C:\WINDOWS) folder and while this simplifies the installation procedure it makes upgrading difficult. We advise you remove all of these files (like php.ini and PHP related DLLs from the Windows SYSTEM folder) before moving on with a new PHP installation. Be sure to backup these files as you might break the entire system. The old php.ini might be useful in setting up the new PHP as well. And as you’ll soon learn, the preferred method for installing PHP is to keep all PHP related files in one directory and have this directory available to your systems PATH.
(…)How do I add my PHP directory to the PATH on Windows?
On Windows NT, 2000, XP and 2003:
* Go to Control Panel and open the System icon (Start -> Settings -> Control Panel -> System, or just Start -> Control Panel -> System for Windows XP/2003)
* Go to the Advanced tab
* Click on the ‘Environment Variables’ button
* Look into the ‘System Variables’ pane
* Find the Path entry (you may need to scroll to find it)
* Double click on the Path entry
* Enter your PHP directory at the end, including ‘;’ before (e.g.
;C:\php)
* Press OK and restart your computer
(…)
How do I make the php.ini file available to PHP on windows?(…)You must set the PHPRC environment variable:
On Windows NT, 2000, XP and 2003:
* Go to Control Panel and open the System icon (Start -> Settings -> Control Panel -> System, or just Start -> Control Panel -> System for Windows XP/2003)
* Go to the Advanced tab
* Click on the ‘Environment Variables’ button
* Look into the ‘System variables’ pane
* Click on ‘New’ and enter ‘PHPRC’ as the variable name and the
directory where php.ini is located as the variable value (e.g.
C:\php)
* Press OK and restart your computer”HTH!
Forum: Fixing WordPress
In reply to: Where to find and how to reach the categories post numbers?Thank you very much for your answer… It seems that I’ve understood wrong my own problem. The categories posts count is already in the ul tags… I want them to be under the same link of the categories name, i. e. inside the “a” tags… Is it possible?
Forum: Fixing WordPress
In reply to: Two blogs run by wordpress on 1 site?Being a newbie myself, I found your question very interesting. I’m planning to do exactly the same. I’m wondering if it would be better to have two different data bases or just one would do the job?…
Sorry, I had not seen the link provided… The answer to my question is right there. Thanks!