Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. robertx2

    Allowed Memory Size Exhausted

    Thank you, thank you, thank you! Based on your advice, and the nifty clues about looking at php.ini, I first consulted my PHP Bible (pp. 599-603). There, it points out that the function set_time_limit won't work in safe mode. Don't know if that's of any real concern, because I have save_mode =...
  2. robertx2

    Allowed Memory Size Exhausted

    Yup! -- that's exactly what my php.ini shows. So would this work, you think?... max_execution_time = 120 memory_limit = 32M btw -- thanks very very much. Robert
  3. robertx2

    Allowed Memory Size Exhausted

    Maybe, but don't think so. My /tmp is a symlink to /usr/tmp, and there's actually plenty of space. Do you think checking php.ini would be helpful? Thanks for your kind response. Robert
  4. robertx2

    Allowed Memory Size Exhausted

    I'm getting something similar, but can't figure out why. There are no large file sizes, and I don't know whether to suspect server RAM, bandwidth, or what. This is the kind of message I receive periodically: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520...
  5. robertx2

    AddType Directive and PHP

    To my knowledge, no one said you are a liar. I included the exact lines from my own httpd.conf. It works on my server. If yours is different, great. Please ... just address the question I asked in the first place. Thank You.
  6. robertx2

    AddType Directive and PHP

    Wully: To my knowledge, no one's calling you a liar. I included the lines from my own httpd.conf, and they work, on my server. Period. If yours is different, great. Please...just address the question I asked in the first place.
  7. robertx2

    AddType Directive and PHP

    Instead of asking 'why would I want this', the better question would be "why limit php?". But since you ask, search engine spiders won't index php files. The site I'm developing is an e-commerce site, and indexing of the pages is important. As for a possible typo, I don't think so...
  8. robertx2

    AddType Directive and PHP

    The web host I'm working with has php/mysql, but currently the php module only parses php. I asked them to extend this in httpd.conf: AddType application/x-httpd php .php .html .htm .shtml AddType application/x-httpd-php-source .phps They tell me that when they do this, html will not display...

Part and Inventory Search

Back
Top