Hi!
I tryed to move my 1.1x branch app to 1.2x and I was getting an APACHE
error:
apache.exe has encountered a problem and needs to close. We are sorry
for the inconvenience.
When clicking on details I get that the error was caused by php4ts.dll
The weird thing is I had no apache error when accessing the page with
pagination on it, but I was having another error:
- Fatal error: Call to a member function on a non-object in f:\root
\cakephp - testing ground\oglasnik\app\views\elements\classifieds
\index.thtml on line 16
the line in question is:
<th class="c4 <?php $srt = echoSortDirection("created", 1);?>"><?=
$pagination->sortBy('created', "Objavl.");?></th>
let me say that I copied all the necessary files (views,models,
controller with helpers and components)
So, I figured that maybe I did something wrong with the copied files,
so I decided to test the blank 1.2x app (no changes at all) and I am
getting the same apache error!!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---