×

Notice

The forum is in read only mode.

plss.. help me

11 years 6 months ago #2528 by ably
plss.. help me was created by ably
when i hide some fields in jobsearch

theres an error
) Notice: Undefined index: jobstatus in C:\wamp\www\b\components\com_jsjobs\views\jobseeker\view.html.php on line 732
Call Stack
# Time Memory Function Location
1 0.0019 391520 {main}( ) ..\index.php:0
2 0.4673 7661400 JSite->dispatch( ) ..\index.php:42
3 0.4767 7714360 JComponentHelper::renderComponent( ) ..\application.php:187
4 0.4947 7808320 JComponentHelper::executeComponent( ) ..\helper.php:357
5 0.4962 7860376 require_once( 'C:\wamp\www\b\components\com_jsjobs\jsjobs.php' ) ..\helper.php:388
6 0.5171 8728792 JController->execute( ) ..\jsjobs.php:47
7 0.5171 8728840 JSJobsControllerJsjobs->display( ) ..\controller.php:754
8 0.5979 13685288 JSJobsViewJobseeker->display( )

plss reply
11 years 6 months ago #2529 by Super User
Replied by Super User on topic plss.. help me
Hi,

Please edit ../components/com_jsjobs/views/jobseeker/view.html.php
About line no 732

OLD CODE
$_SESSION = $_POST;

REPLACE WITH
if(isset($_POST)) $_SESSION = $_POST; else $_SESSION = '';

Best regards,

Ahmad Bilal
11 years 6 months ago #2535 by ably
Replied by ably on topic plss.. help me
how to change the name of the field? :)
11 years 6 months ago #2540 by Super User
Replied by Super User on topic plss.. help me
Hi,

You need to edit language file.

Best regards,

Ahmad Bilal
Time to create page: 0.040 seconds

Please publish modules in offcanvas position.