gefunden bei Coder-Wear: http://www.getdigital.de/index/0x6c
Kategorie: Allgemein
Roadsend PHP-Compiler 1.6.1 released
New Features include:
– More complete GTK library, including support for Glade and GtkScintilla.
– Integrated and commandline debugger included, with stepping, breakpoints, and all the features you need to track down bugs.
– New Server licensing option, for those that don’t need Windows support.
– Many bugfixes and improvements to the core runtime and standard extension
– Smaller and faster
— megabytes have been shaved off of our install packages, and compiled PHP programs start faster.
– Full cURL extension support.
– New optimizations
— PHP objects 2.5 times faster than PHP 4.3.11. Global variable access 5 times faster!
– Improved deployment tools help to distribute applications with less effort.
– Native support for the FreeBSD platform, no compatibility library needed.
– Fedora Code 4 packages now available
– Enterprise Edition now includes full compiler source code
Seit heute läut ohne jede Änderung von meiner Seite eine Bildgalerie nicht mehr – der Fehler ist schnell isoliert: eine is_dir() Abfrage erkennt existierende Vereichnisse mehr, auch nach clearstatcache(); bleibt das Problem bestehen.
Einziger Anhaltspunkt auf php.net:
If filename is a relative filename, it will be checked relative to the
current working directory
Spasseshalber habe ich mit absoluten Pfaden gearbeitet – und voila! Alles läuft wieder nach Wunsch.
=> unbedingt absolute FileSystem-Pfade verwenden!
Sobald ich die SUMA-Urls aktiviere, führt jeder Aufruf der Shopseite zu folgender Fehlermeldung:Error!Unable to determine the page link!Verwendete Version : 3.03
Der Shop-Betreiber kann nun natürlich nicht mehr in das Shop-Admin, um die Suchmaschienenfreundlichen URLs zu deaktivieren.
Lösung:
- phpMyAdmin aufrufen + Shop-DB selektieren
- DB-Tabelle „configuration“ wählen
- den Eintrag „configuration_key“ = „SEARCH_ENGINE_FRIENDLY_URLS“ suchen
- configuration_value von „true“ auf „false“ setzen
Alternatives SQL-Statement lautet:
UPDATE configuration SET configuration_value=’false‘ WHERE configuration_key=’SEARCH_ENGINE_FRIENDLY_URLS‘;