You are not logged in.

1

Sunday, March 4th 2012, 3:11pm

Becoming annoying? -> acp page not found

created an class like "blablaPage.class.php"
located in: public_html/lib/acp/page/

and when I install it, the ACP cant find the item?
Is there a pagelocation pip for ACP also or what? :x

sorry for all the questions

Alexander Ebert

WoltLab Developer

  • "Alexander Ebert" is male

Posts: 4,773

Location: Berlin

  • Send private message

2

Sunday, March 4th 2012, 4:07pm

Always make sure the class file is exactly named FooPage.class.php (replace Foo with a name of your choice) and the class itself must be named "FooPage" (again appending the "Page" component).
Alexander Ebert
Developer WoltLab® GmbH


3

Sunday, March 4th 2012, 4:15pm

my class name is:
class linkPartnerManagementPage

and the file name is:
linkPartnerManagementPage.class.php

so thats correct?

4

Sunday, March 4th 2012, 4:32pm

Hello Patrick91,

the correct file name would be LinkPartnerManagementPage.class.php and the class name should be LinkPartnerManagementPage. WCF wants the first letter of a class (and its file name) to be uppercase.

5

Sunday, March 4th 2012, 4:56pm

owh dear god that was the problem, and I always do that just not on that file... I lolled when it worked... :P
thx :)