Jump to content


- - - - -

RESOLVED: Fatal error: Class 'ipsclass' not found in \public_html/index.php on line 80


  • Please log in to reply
13 replies to this topic

#1 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 05 September 2011 - 08:04 PM

hello i am having a little problem(i hope) i just comeon to the site the day and this Fatal error: Class 'ipsclass' not found in \public_html/index.php on line 80 was in my face what is the problem anyone?


ipb 2.3

forgot to say when i go onto the admin login page its just a blank screen

Edited by tinnion, 05 September 2011 - 08:06 PM.


#2 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 06 September 2011 - 08:18 AM

Re-upload /index.php and /init.php

If it persists then re-upload /ips_kernel complete and /sources/ips_class.php

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#3 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 06 September 2011 - 12:56 PM

i carnt for some reason i canit ftp and the admin index.php is 0kb and the lang_global.php is the same.

#4 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 06 September 2011 - 02:05 PM

View Posttinnion, on 06 September 2011 - 12:56 PM, said:

i carnt for some reason i canit ftp and the admin index.php is 0kb and the lang_global.php is the same.
You'll need to contact your host to find out why that's not working. :)

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#5 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 06 September 2011 - 06:16 PM

ok i can get into the admin page now on the site itself i get Fatal error: Class 'display' not found in /home/public_html/index.php on line 106
and this error Fatal error: Class 'display' not found in /home/public_html/sources/api/api_core.php on line 176

Edited by tinnion, 06 September 2011 - 06:21 PM.


#6 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 06 September 2011 - 08:04 PM

Re-upload /sources/classes/class_display.php

If it still persists, you may need to re-upload either /sources/classes complete or /sources complete. Doing these are likely to break custom mods that have file edits but it may be the only sensible way to proceed.

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#7 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 07 September 2011 - 09:45 AM

ok thanks got that sorted but now i have this error Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in /home/public_html/sources/action_public/forums.php on line 1281
when i click on a topic

#8 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 07 September 2011 - 12:11 PM

Re-upload /lofiversion (unlikely but its sort of linked to that line)

What do you have on line 1281 (just post a few lines above / below it too, not the whole file)

Do you have any mods installed ? , its probably one of those having (now missing) edits.

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#9 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 07 September 2011 - 04:56 PM

1272 $active['names'] = preg_replace( "/,\s+$/", "" , $active['names'] );
1273
1274 $this->ipsclass->lang['active_users_title']   = sprintf( $this->ipsclass->lang['active_users_title']  , ($active['members'] + $active['guests'] + $active['anon'] ) );
1275 $this->ipsclass->lang['active_users_detail']  = sprintf( $this->ipsclass->lang['active_users_detail'] , $active['guests'],$active['anon'] );
1276 $this->ipsclass->lang['active_users_members'] = sprintf( $this->ipsclass->lang['active_users_members'], $active['members'] );
1277
1278 $this->output = str_replace( "<!--IBF.FORUM_ACTIVE-->", $this->ipsclass->compiled_templates['skin_forum']->forum_active_users($active), $this->output );
1279 }
1280
1281 if ( ! $this->pinned_topic_count and $this->announce_out )
1282 {
1283 $this->announce_out .= $this->ipsclass->compiled_templates['skin_forum']->render_pinned_end();
1284 }
1285
1286 return TRUE;
1287   }


i reuploaded the file you said but still the same error this is a list of mods i have on i have redone all the code on the pages that is needed for the mods to work and i reinstalled them
(Adriano) Auto Birthday Message
v1.0


(FSY23) Auto PM New Members
v6.1


(iNV23) News And Announcements
v1.1.1


(OV23) Contact Form
v1.1


-SRD23- Topic Title Colored
v1.3.1


[KB] Auto Shout
v1.0


[MA23] Notify inactive members
v1.4


Global Announcement
v1.0.0


Thanks Light(ajax)
v2.3.0


(FSY22) Group Name Indicator
v3.3


[RC22]Paypal Button Manager
v1.2


D22-Shoutbox
v1.1.1

#10 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 07 September 2011 - 05:42 PM

Have you checked the edits are all still present ? , its likely one is missing an edit somewhere.

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#11 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 07 September 2011 - 05:44 PM

Because on mine 1281 is just this }

		if ( ! $this->pinned_topic_count and $this->announce_out )
		{
			$this->announce_out .= $this->ipsclass->compiled_templates['skin_forum']->render_pinned_end();
		}

You have an edit missing to that file or another one :) , carefully recheck those mods file edits are still all present (should not take long to scan for them in the files)

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#12 tinnion

tinnion

    Member

  • Members
  • PipPipPip
  • 32 posts
  • IPB Version:v2.3.x

Posted 07 September 2011 - 05:51 PM

yep they are all there i have just looked 2 times i will have another look now

no nothing every thing is in place i am looking in sources/action_public/forums.php and just looked at 1 of the mods and its the only1 i have that goes into the forum.php the mod is (FSY22) Group Name Indicator v3.3

think i have just fixed it i replaced the forum.php with a newone and put the code back in and now its working thanks for the help AndyF

Edited by tinnion, 07 September 2011 - 06:18 PM.


#13 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 07 September 2011 - 06:32 PM

Excellent. :)

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#14 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 07 September 2011 - 06:32 PM

The issue this topic was opened for has now been resolved. :)

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users