Advertisement
i just finished changing my server over from a WAMP configuration on w2k3 to ubuntu using a fluxbox interface, and am discovering coding issues with certain php scripts and and javascript.
any particular lines i should look for while scouring the php.ini and httpd.conf?
any particular lines i should look for while scouring the php.ini and httpd.conf?
Advertisement
Advertisement
-
Re: WAMP to LAMP migration
Tue, May 1, 2007 - 1:41 PMwell what are the scripts doing? are there any errors that seem to be preveleant acroos multiple scripts? -
-
Re: WAMP to LAMP migration
Tue, May 1, 2007 - 2:30 PMwhat i have found out is its related to a rss parser class im using. so im thinking there must be either a line in my php.ini file to activate, or some other module i need for my apache server.
so the javascript seems to be fine, just this one php class isnt working
its pulling rss feeds from different sites and parsing it as html
-