install instructions

Questionsinstall instructions
alan murray asked 11 years ago

It is probably just me being stupid but there is no lib directory in the download to place under the /plugins/phpgrid directory. Am i missing something or reading things wrong??

Any help will be appreciated.

Thanks,
alan

3 Answers
alan murray answered 11 years ago

Figured it out…guess it was me *duck*

Abu Ghufran answered 11 years ago

At file start, replace

$base_path = strstr(realpath("."),"demos",true)."lib/";

with

$base_path = "../../lib/";

It looks like realpath function is disabled.

Hadi Aziz answered 11 years ago

Warning: Wrong parameter count for strstr() in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 13

Warning: include(lib/inc/jqgrid_dist.php) [function.include]: failed to open stream: No such file or directory in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 14

Warning: include() [function.include]: Failed opening 'lib/inc/jqgrid_dist.php' for inclusion (include_path='.;C:xamppphppear') in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 14

Fatal error: Class 'jqgrid' not found in C:xampphtdocsphpgrid-full-v1.4.8.3demosappearencealternate-row.php on line 103

Your Answer

14 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?