Custom Query (260 matches)
Results (16 - 18 of 260)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #191 | wontfix | XCache & Joomla - Update Settings don't works | moo | Jarod |
| description |
If I enabled Xcache, it causes the Control Panel - Configuration page to not update. Disabling xcache fixes the issue. I have installed XCache 1.2.1 on my server to reduce load and increase forum vBulletin and it works very well; but from that moment, I have a strange problem when I must change some values and update my settings in Control Panel - Configuration, in Administration, it don't save my changes! And I can't change whatever options, values of my Components. On my server I have: Apache v2.2.9 (cgi-fcgi) PHP 5.2.6 Mysql 5.0.51a-community Phpinfo = http://www.p2psin.net/phpinfo.php |
|||
| #257 | fixed | __DIR__ value cached incorrectly when using opcode caching | moo | JoyceBabu |
| description |
__DIR__ value is being cached incorrectly when using opcode caching I have a file at /path/to/root/test/prepend.php with the following code <?php echo __DIR__ . '/../prepend.php'; ?> The file is included from /path/to/root/test/index.php and /path/to/root/test/inner/index.php. The expected out (and the output when XCache is disabled) is '/path/to/root/test/../prepend.php'. When I access any of the above two files, the first request returns the expected output. From the second request onwards, the value of __DIR__ is cached (the cached value is the relative path of /path/to/root/test/ from the requested file (ie '.' or '..'), which is also wrong). |
|||
| #124 | duplicate | xCache and phpMyAdmin | moo | Mb |
| description |
In phpMyAdmin, all current versions, you cannot export any type of data with xCache. We use php 4.4.7, apache 1.3.39 and xcache 1.0.3 (default ini settings). Error log gives me a "Fatal Error: Cannot Redeclare () in ...". It´s 100% a xCache Bug (since without loading it, no problem at all) |
|||

