×

Notice

The forum is in read only mode.

js job error on joomla 2.5

11 years 9 months ago #2361 by ably
( ! ) Notice: Undefined variable: alt in C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\highesteducations.php on line 67
Call Stack
# Time Memory Function Location
1 0.0011 385208 {main}( ) ..\index.php:0
2 0.2315 6800808 JAdministrator->dispatch( ) ..\index.php:46
3 0.2339 6885184 JComponentHelper::renderComponent( ) ..\application.php:152
4 0.2549 7028568 JComponentHelper::executeComponent( ) ..\helper.php:357
5 0.2564 7080656 require_once( 'C:\wamp\www\a\administrator\components\com_jsjobs\admin.jsjobs.php' ) ..\helper.php:388
6 0.2786 8406960 JController->execute( ) ..\admin.jsjobs.php:59
7 0.2786 8407008 JSJobsControllerJsjobs->display( ) ..\controller.php:754
8 0.3400 13339608 JSJobsViewApplications->display( ) ..\jsjobs.php:1807
9 0.3581 13783264 JView->display( ) ..\view.html.php:929
10 0.3581 13783264 JView->loadTemplate( ) ..\view.php:301
11 0.3633 13846960 include( 'C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\highesteducations.php' ) ..\view.php:742
" />

another error

( ! ) Notice: Undefined property: JSJobsViewApplications::$Itemid in C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php on line 273
Call Stack
# Time Memory Function Location
1 0.0015 385160 {main}( ) ..\index.php:0
2 0.2309 6800720 JAdministrator->dispatch( ) ..\index.php:46
3 0.2333 6885080 JComponentHelper::renderComponent( ) ..\application.php:152
4 0.2523 7028560 JComponentHelper::executeComponent( ) ..\helper.php:357
5 0.2540 7080648 require_once( 'C:\wamp\www\a\administrator\components\com_jsjobs\admin.jsjobs.php' ) ..\helper.php:388
6 0.2786 8407048 JController->execute( ) ..\admin.jsjobs.php:59
7 0.2787 8407096 JSJobsControllerJsjobs->display( ) ..\controller.php:754
8 0.3425 13339784 JSJobsViewApplications->display( ) ..\jsjobs.php:1807
9 0.4546 13992608 JView->display( ) ..\view.html.php:929
10 0.4546 13992608 JView->loadTemplate( ) ..\view.php:301
11 0.4606 14136272 include( 'C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php' ) ..\view.php:742
" /> ( ! ) Notice: Undefined property: JSJobsViewApplications::$uid in C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php on line 274 Call Stack #TimeMemoryFunctionLocation 10.0015385160{main}( )..\index.php:0 20.23096800720JAdministrator->dispatch( )..\index.php:46 30.23336885080JComponentHelper::renderComponent( )..\application.php:152 40.25237028560JComponentHelper::executeComponent( )..\helper.php:357 50.25407080648require_once( 'C:\wamp\www\a\administrator\components\com_jsjobs\admin.jsjobs.php' )..\helper.php:388 60.27868407048JController->execute( )..\admin.jsjobs.php:59 70.27878407096JSJobsControllerJsjobs->display( )..\controller.php:754 80.342513339784JSJobsViewApplications->display( )..\jsjobs.php:1807 90.454613992608JView->display( )..\view.html.php:929 100.454613992608JView->loadTemplate( )..\view.php:301 110.460614136272include( 'C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php' )..\view.php:742 " />
-this is the error in searching..

( ! ) Notice: Undefined property: JSJobsViewApplications::$lists in C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\userfields.php on line 116- error in user fields.

all this error are in the admin
11 years 9 months ago #2362 by Super User
Hi,

Please edit

1. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\highesteducations.php
Add
$alt = $row->isactive ? JText::_('JS_PUBLISHED') : JText::_('JS_UNPUBLISHED');
After this line
$img 	= $row->isactive ? 'tick.png' : 'publish_x.png';

You may get this message on other page, and fix is same.

2. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\jobsearch.php
Delete this line
<input type="hidden" name="Itemid" id="Itemid" value="<?php echo $this->Itemid; ?>" />

3. C:\wamp\www\a\administrator\components\com_jsjobs\views\applications\tmpl\userfields.php
Add
if(isset($this->lists))

Best regards,

Ahmad Bilal
The following user(s) said Thank You: ably
11 years 9 months ago #2368 by ably
Replied by ably on topic js job error on joomla 2.5
thank you sir :)
Time to create page: 0.221 seconds

Please publish modules in offcanvas position.